gdTrueColorGetRed 3360 ext/gd/gd.c    						(int) ((pow((pow((gdTrueColorGetRed(c)   / 255.0), input)), 1.0 / output) * 255) + .5),
gdTrueColorGetRed  846 ext/gd/libgd/gd.c 						gdImageSetPixel(im, lx, ly, gdImageColorResolveAlpha(im, gdTrueColorGetRed(p),
gdTrueColorGetRed  882 ext/gd/libgd/gd.c 											gdTrueColorGetRed(p),
gdTrueColorGetRed  913 ext/gd/libgd/gd.c 			tileColor = gdImageColorResolveAlpha(im, gdTrueColorGetRed (p), gdTrueColorGetGreen (p), gdTrueColorGetBlue (p), gdTrueColorGetAlpha (p));
gdTrueColorGetRed 1260 ext/gd/libgd/gd.c 	dr = gdTrueColorGetRed(color);
gdTrueColorGetRed 1265 ext/gd/libgd/gd.c 	r = gdTrueColorGetRed(p);
gdTrueColorGetRed 2287 ext/gd/libgd/gd.c 				nc = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c), gdTrueColorGetGreen(c), gdTrueColorGetBlue(c), gdTrueColorGetAlpha(c));
gdTrueColorGetRed 2318 ext/gd/libgd/gd.c 				mapTo = gdImageColorResolveAlpha (dst, gdTrueColorGetRed (c), gdTrueColorGetGreen (c), gdTrueColorGetBlue (c), gdTrueColorGetAlpha (c));
gdTrueColorGetRed 2509 ext/gd/libgd/gd.c 					      mapTo = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c),
gdTrueColorGetRed 2602 ext/gd/libgd/gd.c 					red += gdTrueColorGetRed (p) * alpha_factor;
gdTrueColorGetRed 3489 ext/gd/libgd/gd.c 	     gdTrueColorGetRed (src) / gdAlphaMax) +
gdTrueColorGetRed 3491 ext/gd/libgd/gd.c 	     gdTrueColorGetRed (dst)) / gdAlphaMax) << 16) +
gdTrueColorGetRed 3533 ext/gd/libgd/gd.c     red = (gdTrueColorGetRed(src) * src_weight
gdTrueColorGetRed 3534 ext/gd/libgd/gd.c            + gdTrueColorGetRed(dst) * dst_weight) / tot_weight;
gdTrueColorGetRed 3570 ext/gd/libgd/gd.c 		(gdAlphaOverlayColor( gdTrueColorGetRed(src), gdTrueColorGetRed(dst), gdRedMax ) << 16) +
gdTrueColorGetRed  591 ext/gd/libgd/gd.h #define gdImageRed(im, c) ((im)->trueColor ? gdTrueColorGetRed(c) : \
gdTrueColorGetRed  744 ext/gd/libgd/gd_gd2.c 							chunkData[chunkLen++] = gdTrueColorGetRed(p);
gdTrueColorGetRed  202 ext/gd/libgd/gd_jpeg.c 				row[jidx++] = gdTrueColorGetRed (val);
gdTrueColorGetRed  569 ext/gd/libgd/gd_png.c 		trans_rgb_value.red = gdTrueColorGetRed (im->transparent);
gdTrueColorGetRed  680 ext/gd/libgd/gd_png.c 				*pOutputRow++ = gdTrueColorGetRed(thisPixel);
gdTrueColorGetRed  374 ext/gd/libgd/gd_topal.c 	  int r = gdTrueColorGetRed (*ptr) >> C0_SHIFT;
gdTrueColorGetRed  834 ext/gd/libgd/gd_topal.c       nim->red[nim->colorsTotal] = gdTrueColorGetRed (oim->transparent);
gdTrueColorGetRed 1321 ext/gd/libgd/gd_topal.c 	  r = gdTrueColorGetRed (*inptr);
gdTrueColorGetRed 1483 ext/gd/libgd/gd_topal.c 	  cur0 += gdTrueColorGetRed (*inptr);
gdTrueColorGetRed 2103 ext/gd/libgd/gd_topal.c 			*(bp++) += gdTrueColorGetRed(rgb);
gdTrueColorGetRed  570 ext/gd/libgd/gdft.c 						gdTrueColorGetRed(fg),
gdTrueColorGetRed  206 ext/gd/libgd/webpng.c 									gdTrueColorGetRed(pix),