gdTrueColorGetRed 3187 gd/gd.c        						(int) ((pow((pow((gdTrueColorGetRed(c)   / 255.0), input)), 1.0 / output) * 255) + .5),
gdTrueColorGetRed  850 gd/libgd/gd.c  						gdImageSetPixel(im, lx, ly, gdImageColorResolveAlpha(im, gdTrueColorGetRed(p),
gdTrueColorGetRed  890 gd/libgd/gd.c  											gdTrueColorGetRed(p),
gdTrueColorGetRed  921 gd/libgd/gd.c  			tileColor = gdImageColorResolveAlpha(im, gdTrueColorGetRed (p), gdTrueColorGetGreen (p), gdTrueColorGetBlue (p), gdTrueColorGetAlpha (p));
gdTrueColorGetRed 1267 gd/libgd/gd.c  	dr = gdTrueColorGetRed(color);
gdTrueColorGetRed 1272 gd/libgd/gd.c  	r = gdTrueColorGetRed(p);
gdTrueColorGetRed 2196 gd/libgd/gd.c  				nc = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c), gdTrueColorGetGreen(c), gdTrueColorGetBlue(c), gdTrueColorGetAlpha(c));
gdTrueColorGetRed 2227 gd/libgd/gd.c  				mapTo = gdImageColorResolveAlpha (dst, gdTrueColorGetRed (c), gdTrueColorGetGreen (c), gdTrueColorGetBlue (c), gdTrueColorGetAlpha (c));
gdTrueColorGetRed 2417 gd/libgd/gd.c  					      mapTo = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c),
gdTrueColorGetRed 2510 gd/libgd/gd.c  					red += gdTrueColorGetRed (p) * alpha_factor;
gdTrueColorGetRed 2864 gd/libgd/gd.c  	     gdTrueColorGetRed (src) / gdAlphaMax) +
gdTrueColorGetRed 2866 gd/libgd/gd.c  	     gdTrueColorGetRed (dst)) / gdAlphaMax) << 16) +
gdTrueColorGetRed 2908 gd/libgd/gd.c      red = (gdTrueColorGetRed(src) * src_weight
gdTrueColorGetRed 2909 gd/libgd/gd.c             + gdTrueColorGetRed(dst) * dst_weight) / tot_weight;
gdTrueColorGetRed 2945 gd/libgd/gd.c  		(gdAlphaOverlayColor( gdTrueColorGetRed(src), gdTrueColorGetRed(dst), gdRedMax ) << 16) +
gdTrueColorGetRed  610 gd/libgd/gd.h  #define gdImageRed(im, c) ((im)->trueColor ? gdTrueColorGetRed(c) : \
gdTrueColorGetRed   45 gd/libgd/gd_color.c 			*(bp++) += gdTrueColorGetRed(rgb);
gdTrueColorGetRed  744 gd/libgd/gd_gd2.c 							chunkData[chunkLen++] = gdTrueColorGetRed(p);
gdTrueColorGetRed  228 gd/libgd/gd_jpeg.c 				row[jidx++] = gdTrueColorGetRed (val);
gdTrueColorGetRed  585 gd/libgd/gd_png.c 		trans_rgb_value.red = gdTrueColorGetRed (im->transparent);
gdTrueColorGetRed  696 gd/libgd/gd_png.c 				*pOutputRow++ = gdTrueColorGetRed(thisPixel);
gdTrueColorGetRed  374 gd/libgd/gd_topal.c 	  int r = gdTrueColorGetRed (*ptr) >> C0_SHIFT;
gdTrueColorGetRed  834 gd/libgd/gd_topal.c       nim->red[nim->colorsTotal] = gdTrueColorGetRed (oim->transparent);
gdTrueColorGetRed 1321 gd/libgd/gd_topal.c 	  r = gdTrueColorGetRed (*inptr);
gdTrueColorGetRed 1483 gd/libgd/gd_topal.c 	  cur0 += gdTrueColorGetRed (*inptr);
gdTrueColorGetRed  570 gd/libgd/gdft.c 						gdTrueColorGetRed(fg),
gdTrueColorGetRed   77 gd/libgd/webpimg.c 	return gdTrueColorGetRed(*rgba);
gdTrueColorGetRed  206 gd/libgd/webpng.c 									gdTrueColorGetRed(pix),