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