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