Searched refs:ncR (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/gd/libgd/ |
H A D | gd.c | 2342 int ncR, ncG, ncB; in gdImageCopyMerge() local 2361 … ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge() 2366 nc = gdImageColorResolve (dst, ncR, ncG, ncB); in gdImageCopyMerge() 2382 int ncR, ncG, ncB; in gdImageCopyMergeGray() local 2408 ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray() 2414 nc = gdImageColorExact(dst, ncR, ncG, ncB); in gdImageCopyMergeGray() 2417 nc = gdImageColorAllocate(dst, ncR, ncG, ncB); in gdImageCopyMergeGray() 2420 nc = gdImageColorClosest(dst, ncR, ncG, ncB); in gdImageCopyMergeGray()
|
Completed in 16 milliseconds