gdTrueColor      1994 gd.c           				gdImageSetPixel(im, x, y, gdTrueColor(GetRValue(c), GetGValue(c), GetBValue(c)));
gdTrueColor      2054 gd.c           				gdImageSetPixel(im, x, y, gdTrueColor(GetRValue(c), GetGValue(c), GetBValue(c)));
gdTrueColor      3064 gd.c           					gdTrueColor(
gdTrueColor       440 libgd/gd.c     		return gdTrueColor(r, g, b);
gdTrueColor       464 libgd/gd_jpeg.c 				*tpix = gdTrueColor (currow[0], currow[1], currow[2]);
gdTrueColor       503 libgd/gd_jpeg.c 	return gdTrueColor((255 - c) * (255 - k) / 255, (255 - m) * (255 - k) / 255, (255 - y) * (255 - k) / 255);
gdTrueColor       307 libgd/gd_png.c 						transparent = gdTrueColor(trans_color_rgb->red >> 8,
gdTrueColor       311 libgd/gd_png.c 						transparent = gdTrueColor(trans_color_rgb->red,
gdTrueColor       366 libgd/gd_png.c 					im->tpixels[h][w] = gdTrueColor (r, g, b);
gdTrueColor        97 libgd/testac.c 	       gdTrueColor (192, 192, 255));