ncG              2264 ext/gd/libgd/gd.c 	int ncR, ncG, ncB;
ncG              2284 ext/gd/libgd/gd.c  				ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (dst, dc) * ((100 - pct) / 100.0));
ncG              2288 ext/gd/libgd/gd.c 				nc = gdImageColorResolve (dst, ncR, ncG, ncB);
ncG              2304 ext/gd/libgd/gd.c 	int ncR, ncG, ncB;
ncG              2331 ext/gd/libgd/gd.c 				ncG = (int)(gdImageGreen (src, c) * (pct / 100.0f) + g * ((100 - pct) / 100.0));
ncG              2336 ext/gd/libgd/gd.c 				nc = gdImageColorExact(dst, ncR, ncG, ncB);
ncG              2339 ext/gd/libgd/gd.c 					nc = gdImageColorAllocate(dst, ncR, ncG, ncB);
ncG              2342 ext/gd/libgd/gd.c 						nc = gdImageColorClosest(dst, ncR, ncG, ncB);