Searched refs:ncG (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 2362 …ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (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 2409 ncG = (int)(gdImageGreen (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 10 milliseconds