Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/libgd/
H A Dgd.c2340 int ncR, ncG, ncB; in gdImageCopyMerge() local
2359ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); in gdImageCopyMerge()
2364 nc = gdImageColorResolve (dst, ncR, ncG, ncB); in gdImageCopyMerge()
2380 int ncR, ncG, ncB; in gdImageCopyMergeGray() local
2406 ncR = (int)(gdImageRed (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); in gdImageCopyMergeGray()
2412 nc = gdImageColorExact(dst, ncR, ncG, ncB); in gdImageCopyMergeGray()
2415 nc = gdImageColorAllocate(dst, ncR, ncG, ncB); in gdImageCopyMergeGray()
2418 nc = gdImageColorClosest(dst, ncR, ncG, ncB); in gdImageCopyMergeGray()

Completed in 15 milliseconds