gdTrueColorGetBlue 3362 ext/gd/gd.c    						(int) ((pow((pow((gdTrueColorGetBlue(c)  / 255.0), input)), 1.0 / output) * 255) + .5)
gdTrueColorGetBlue  848 ext/gd/libgd/gd.c 													 gdTrueColorGetBlue(p),
gdTrueColorGetBlue  884 ext/gd/libgd/gd.c 											gdTrueColorGetBlue(p),
gdTrueColorGetBlue  913 ext/gd/libgd/gd.c 			tileColor = gdImageColorResolveAlpha(im, gdTrueColorGetRed (p), gdTrueColorGetGreen (p), gdTrueColorGetBlue (p), gdTrueColorGetAlpha (p));
gdTrueColorGetBlue 1262 ext/gd/libgd/gd.c 	db = gdTrueColorGetBlue(color);
gdTrueColorGetBlue 1267 ext/gd/libgd/gd.c 	b = gdTrueColorGetBlue(p);
gdTrueColorGetBlue 2287 ext/gd/libgd/gd.c 				nc = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c), gdTrueColorGetGreen(c), gdTrueColorGetBlue(c), gdTrueColorGetAlpha(c));
gdTrueColorGetBlue 2318 ext/gd/libgd/gd.c 				mapTo = gdImageColorResolveAlpha (dst, gdTrueColorGetRed (c), gdTrueColorGetGreen (c), gdTrueColorGetBlue (c), gdTrueColorGetAlpha (c));
gdTrueColorGetBlue 2511 ext/gd/libgd/gd.c 					      					    gdTrueColorGetBlue(c),
gdTrueColorGetBlue 2604 ext/gd/libgd/gd.c 					blue += gdTrueColorGetBlue (p) * alpha_factor;
gdTrueColorGetBlue 3497 ext/gd/libgd/gd.c 	    gdTrueColorGetBlue (src) / gdAlphaMax) +
gdTrueColorGetBlue 3499 ext/gd/libgd/gd.c 	    gdTrueColorGetBlue (dst)) / gdAlphaMax));
gdTrueColorGetBlue 3537 ext/gd/libgd/gd.c     blue = (gdTrueColorGetBlue(src) * src_weight
gdTrueColorGetBlue 3538 ext/gd/libgd/gd.c            + gdTrueColorGetBlue(dst) * dst_weight) / tot_weight;
gdTrueColorGetBlue 3572 ext/gd/libgd/gd.c 		(gdAlphaOverlayColor( gdTrueColorGetBlue(src), gdTrueColorGetBlue(dst), gdBlueMax ))
gdTrueColorGetBlue  595 ext/gd/libgd/gd.h #define gdImageBlue(im, c) ((im)->trueColor ? gdTrueColorGetBlue(c) : \
gdTrueColorGetBlue  746 ext/gd/libgd/gd_gd2.c 							chunkData[chunkLen++] = gdTrueColorGetBlue(p);
gdTrueColorGetBlue  204 ext/gd/libgd/gd_jpeg.c 				row[jidx++] = gdTrueColorGetBlue (val);
gdTrueColorGetBlue  571 ext/gd/libgd/gd_png.c 		trans_rgb_value.blue = gdTrueColorGetBlue (im->transparent);
gdTrueColorGetBlue  682 ext/gd/libgd/gd_png.c 				*pOutputRow++ = gdTrueColorGetBlue(thisPixel);
gdTrueColorGetBlue  376 ext/gd/libgd/gd_topal.c 	  int b = gdTrueColorGetBlue (*ptr) >> C2_SHIFT;
gdTrueColorGetBlue  836 ext/gd/libgd/gd_topal.c       nim->blue[nim->colorsTotal] = gdTrueColorGetBlue (oim->transparent);
gdTrueColorGetBlue 1327 ext/gd/libgd/gd_topal.c 	  b = gdTrueColorGetBlue (*inptr);
gdTrueColorGetBlue 1485 ext/gd/libgd/gd_topal.c 	  cur2 += gdTrueColorGetBlue (*inptr);
gdTrueColorGetBlue 2105 ext/gd/libgd/gd_topal.c 			*(bp++) += gdTrueColorGetBlue(rgb);
gdTrueColorGetBlue  572 ext/gd/libgd/gdft.c                                         	gdTrueColorGetBlue(fg),
gdTrueColorGetBlue  208 ext/gd/libgd/webpng.c 									gdTrueColorGetBlue(pix),