Home
last modified time | relevance | path

Searched refs:ncR (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd.c2267 int ncR, ncG, ncB; in gdImageCopyMerge() local
2286ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge()
2291 nc = gdImageColorResolve (dst, ncR, ncG, ncB); in gdImageCopyMerge()
2307 int ncR, ncG, ncB; in gdImageCopyMergeGray() local
2333 ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
2339 nc = gdImageColorExact(dst, ncR, ncG, ncB); in gdImageCopyMergeGray()
2342 nc = gdImageColorAllocate(dst, ncR, ncG, ncB); in gdImageCopyMergeGray()
2345 nc = gdImageColorClosest(dst, ncR, ncG, ncB); in gdImageCopyMergeGray()

Completed in 16 milliseconds