ncG 2266 ext/gd/libgd/gd.c int ncR, ncG, ncB; ncG 2286 ext/gd/libgd/gd.c ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (dst, dc) * ((100 - pct) / 100.0)); ncG 2290 ext/gd/libgd/gd.c nc = gdImageColorResolve (dst, ncR, ncG, ncB); ncG 2306 ext/gd/libgd/gd.c int ncR, ncG, ncB; ncG 2333 ext/gd/libgd/gd.c ncG = (int)(gdImageGreen (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0)); ncG 2338 ext/gd/libgd/gd.c nc = gdImageColorExact(dst, ncR, ncG, ncB); ncG 2341 ext/gd/libgd/gd.c nc = gdImageColorAllocate(dst, ncR, ncG, ncB); ncG 2344 ext/gd/libgd/gd.c nc = gdImageColorClosest(dst, ncR, ncG, ncB);