Searched refs:ncR (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd.c | 2255 int ncR, ncG, ncB; in gdImageCopyMerge() local 2274 … ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge() 2279 nc = gdImageColorResolve (dst, ncR, ncG, ncB); in gdImageCopyMerge() 2295 int ncR, ncG, ncB; in gdImageCopyMergeGray() local 2321 ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray() 2327 nc = gdImageColorExact(dst, ncR, ncG, ncB); in gdImageCopyMergeGray() 2330 nc = gdImageColorAllocate(dst, ncR, ncG, ncB); in gdImageCopyMergeGray() 2333 nc = gdImageColorClosest(dst, ncR, ncG, ncB); in gdImageCopyMergeGray()
|
Completed in 10 milliseconds