gdTrueColorGetBlue 3189 gd/gd.c        						(int) ((pow((pow((gdTrueColorGetBlue(c)  / 255.0), input)), 1.0 / output) * 255) + .5)
gdTrueColorGetBlue  852 gd/libgd/gd.c  													 gdTrueColorGetBlue(p),
gdTrueColorGetBlue  892 gd/libgd/gd.c  											gdTrueColorGetBlue(p),
gdTrueColorGetBlue  921 gd/libgd/gd.c  			tileColor = gdImageColorResolveAlpha(im, gdTrueColorGetRed (p), gdTrueColorGetGreen (p), gdTrueColorGetBlue (p), gdTrueColorGetAlpha (p));
gdTrueColorGetBlue 1269 gd/libgd/gd.c  	db = gdTrueColorGetBlue(color);
gdTrueColorGetBlue 1274 gd/libgd/gd.c  	b = gdTrueColorGetBlue(p);
gdTrueColorGetBlue 2196 gd/libgd/gd.c  				nc = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c), gdTrueColorGetGreen(c), gdTrueColorGetBlue(c), gdTrueColorGetAlpha(c));
gdTrueColorGetBlue 2227 gd/libgd/gd.c  				mapTo = gdImageColorResolveAlpha (dst, gdTrueColorGetRed (c), gdTrueColorGetGreen (c), gdTrueColorGetBlue (c), gdTrueColorGetAlpha (c));
gdTrueColorGetBlue 2419 gd/libgd/gd.c  					      					    gdTrueColorGetBlue(c),
gdTrueColorGetBlue 2512 gd/libgd/gd.c  					blue += gdTrueColorGetBlue (p) * alpha_factor;
gdTrueColorGetBlue 2872 gd/libgd/gd.c  	    gdTrueColorGetBlue (src) / gdAlphaMax) +
gdTrueColorGetBlue 2874 gd/libgd/gd.c  	    gdTrueColorGetBlue (dst)) / gdAlphaMax));
gdTrueColorGetBlue 2912 gd/libgd/gd.c      blue = (gdTrueColorGetBlue(src) * src_weight
gdTrueColorGetBlue 2913 gd/libgd/gd.c             + gdTrueColorGetBlue(dst) * dst_weight) / tot_weight;
gdTrueColorGetBlue 2947 gd/libgd/gd.c  		(gdAlphaOverlayColor( gdTrueColorGetBlue(src), gdTrueColorGetBlue(dst), gdBlueMax ))
gdTrueColorGetBlue  614 gd/libgd/gd.h  #define gdImageBlue(im, c) ((im)->trueColor ? gdTrueColorGetBlue(c) : \
gdTrueColorGetBlue   47 gd/libgd/gd_color.c 			*(bp++) += gdTrueColorGetBlue(rgb);
gdTrueColorGetBlue  746 gd/libgd/gd_gd2.c 							chunkData[chunkLen++] = gdTrueColorGetBlue(p);
gdTrueColorGetBlue  230 gd/libgd/gd_jpeg.c 				row[jidx++] = gdTrueColorGetBlue (val);
gdTrueColorGetBlue  587 gd/libgd/gd_png.c 		trans_rgb_value.blue = gdTrueColorGetBlue (im->transparent);
gdTrueColorGetBlue  698 gd/libgd/gd_png.c 				*pOutputRow++ = gdTrueColorGetBlue(thisPixel);
gdTrueColorGetBlue  376 gd/libgd/gd_topal.c 	  int b = gdTrueColorGetBlue (*ptr) >> C2_SHIFT;
gdTrueColorGetBlue  836 gd/libgd/gd_topal.c       nim->blue[nim->colorsTotal] = gdTrueColorGetBlue (oim->transparent);
gdTrueColorGetBlue 1327 gd/libgd/gd_topal.c 	  b = gdTrueColorGetBlue (*inptr);
gdTrueColorGetBlue 1485 gd/libgd/gd_topal.c 	  cur2 += gdTrueColorGetBlue (*inptr);
gdTrueColorGetBlue  572 gd/libgd/gdft.c                                         	gdTrueColorGetBlue(fg),
gdTrueColorGetBlue   85 gd/libgd/webpimg.c   	return gdTrueColorGetBlue(*rgba);
gdTrueColorGetBlue  208 gd/libgd/webpng.c 									gdTrueColorGetBlue(pix),