Searched refs:ncR (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd.c | 2336 int ncR, ncG, ncB; in gdImageCopyMerge() local 2355 … ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge() 2360 nc = gdImageColorResolve (dst, ncR, ncG, ncB); in gdImageCopyMerge() 2376 int ncR, ncG, ncB; in gdImageCopyMergeGray() local 2402 ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray() 2408 nc = gdImageColorExact(dst, ncR, ncG, ncB); in gdImageCopyMergeGray() 2411 nc = gdImageColorAllocate(dst, ncR, ncG, ncB); in gdImageCopyMergeGray() 2414 nc = gdImageColorClosest(dst, ncR, ncG, ncB); in gdImageCopyMergeGray()
|
Completed in 15 milliseconds