trueColor        1496 ext/gd/gd.c    	RETURN_BOOL(im->trueColor);
trueColor        2560 ext/gd/gd.c    				if (im->trueColor){
trueColor        2614 ext/gd/gd.c    				if (im->trueColor) {
trueColor        3966 ext/gd/gd.c    	if (im_org->trueColor) {
trueColor         163 ext/gd/libgd/gd.c 	im->trueColor = 0;
trueColor         208 ext/gd/libgd/gd.c 	im->trueColor = 1;
trueColor         272 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         437 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         463 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         486 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         534 ext/gd/libgd/gd.c   if (im->trueColor)
trueColor         587 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         596 ext/gd/libgd/gd.c 	if (!im->trueColor) {
trueColor         614 ext/gd/libgd/gd.c 	if (to->trueColor || from->trueColor) {
trueColor         756 ext/gd/libgd/gd.c 				if (im->trueColor) {
trueColor         784 ext/gd/libgd/gd.c 	if (!im->trueColor)  {
trueColor         810 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         811 ext/gd/libgd/gd.c 		if (im->brush->trueColor) {
trueColor         851 ext/gd/libgd/gd.c 					if (im->brush->trueColor) {
trueColor         877 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         880 ext/gd/libgd/gd.c 			if (!tile->trueColor) {
trueColor         889 ext/gd/libgd/gd.c 			if (tile->trueColor) {
trueColor         915 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         916 ext/gd/libgd/gd.c 		if (im->tile->trueColor) {
trueColor         922 ext/gd/libgd/gd.c 		if (im->tile->trueColor) {
trueColor         998 ext/gd/libgd/gd.c 		if (im->trueColor) {
trueColor        1877 ext/gd/libgd/gd.c 	if (!im->trueColor && nc > (im->colorsTotal -1)) {
trueColor        2168 ext/gd/libgd/gd.c 	if (dst->trueColor) {
trueColor        2174 ext/gd/libgd/gd.c 		if (src->trueColor) {
trueColor        2196 ext/gd/libgd/gd.c 	if (src->trueColor) { /* But source is truecolor (Ouch!) */
trueColor        2232 ext/gd/libgd/gd.c 			if (src->trueColor) {
trueColor        2394 ext/gd/libgd/gd.c 				if (dst->trueColor) {
trueColor        2396 ext/gd/libgd/gd.c 					if (!src->trueColor) {
trueColor        2421 ext/gd/libgd/gd.c 					if (src->trueColor) {
trueColor        2468 ext/gd/libgd/gd.c 	if (!dst->trueColor) {
trueColor        2746 ext/gd/libgd/gd.c 	if (!im->trueColor && !im->brush->trueColor) {
trueColor        2759 ext/gd/libgd/gd.c 	if (!im->trueColor && !im->tile->trueColor) {
trueColor        2803 ext/gd/libgd/gd.c 	if (im1->trueColor != im2->trueColor) {
trueColor        2829 ext/gd/libgd/gd.c 			p1 = im1->trueColor ? gdImageTrueColorPixel(im1, x, y) : gdImagePalettePixel(im1, x, y);
trueColor        2830 ext/gd/libgd/gd.c 			p2 = im2->trueColor ? gdImageTrueColorPixel(im2, x, y) : gdImagePalettePixel(im2, x, y);
trueColor        2935 ext/gd/libgd/gd.c 	if (im->trueColor){
trueColor        3028 ext/gd/libgd/gd.c 	if (src->trueColor == 1) {
trueColor        3067 ext/gd/libgd/gd.c 	src->trueColor = 1;
trueColor         216 ext/gd/libgd/gd.h 	int trueColor;
trueColor         726 ext/gd/libgd/gd.h #define gdImageTrueColor(im) ((im)->trueColor)
trueColor         731 ext/gd/libgd/gd.h #define gdImageRed(im, c) ((im)->trueColor ? gdTrueColorGetRed(c) : \
trueColor         733 ext/gd/libgd/gd.h #define gdImageGreen(im, c) ((im)->trueColor ? gdTrueColorGetGreen(c) : \
trueColor         735 ext/gd/libgd/gd.h #define gdImageBlue(im, c) ((im)->trueColor ? gdTrueColorGetBlue(c) : \
trueColor         737 ext/gd/libgd/gd.h #define gdImageAlpha(im, c) ((im)->trueColor ? gdTrueColorGetAlpha(c) : \
trueColor          23 ext/gd/libgd/gd_color.c 	if( !im1->trueColor ) {
trueColor          26 ext/gd/libgd/gd_color.c 	if( im2->trueColor ) {
trueColor          49 ext/gd/libgd/gd_crop.c 	if (src->trueColor) {
trueColor          81 ext/gd/libgd/gd_crop.c 	if (src->trueColor) {
trueColor          13 ext/gd/libgd/gd_filter.c #define GET_PIXEL_FUNCTION(src)(src->trueColor?gdImageGetTrueColorPixel:gdImageGetPixel)
trueColor          34 ext/gd/libgd/gd_gd.c 		if (trueColorFlag != im->trueColor) {
trueColor          38 ext/gd/libgd/gd_gd.c 		if (!im->trueColor) {
trueColor          64 ext/gd/libgd/gd_gd.c 	if (im->trueColor) {
trueColor         180 ext/gd/libgd/gd_gd.c 	if (im->trueColor) {
trueColor         216 ext/gd/libgd/gd_gd.c 	gdPutC(im->trueColor, out);
trueColor         217 ext/gd/libgd/gd_gd.c 	if (!im->trueColor) {
trueColor         221 ext/gd/libgd/gd_gd.c 	if (!im->trueColor) {
trueColor         236 ext/gd/libgd/gd_gd.c 	if (im->trueColor) {
trueColor         256 ext/gd/libgd/gd_gd.c 			if (im->trueColor) {
trueColor         273 ext/gd/libgd/gd_gd2.c 	bytesPerPixel = im->trueColor ? 4 : 1;
trueColor         328 ext/gd/libgd/gd_gd2.c 						if (im->trueColor) {
trueColor         342 ext/gd/libgd/gd_gd2.c 						if (im->trueColor) {
trueColor         475 ext/gd/libgd/gd_gd2.c 		if (im->trueColor) {
trueColor         531 ext/gd/libgd/gd_gd2.c 				if (im->trueColor) {
trueColor         560 ext/gd/libgd/gd_gd2.c 						if (im->trueColor) {
trueColor         571 ext/gd/libgd/gd_gd2.c 						if (im->trueColor) {
trueColor         583 ext/gd/libgd/gd_gd2.c 						if (im->trueColor) {
trueColor         655 ext/gd/libgd/gd_gd2.c 	int bytesPerPixel = im->trueColor ? 4 : 1;
trueColor         660 ext/gd/libgd/gd_gd2.c 		fmt = im->trueColor ? GD2_FMT_TRUECOLOR_COMPRESSED : GD2_FMT_COMPRESSED;
trueColor         662 ext/gd/libgd/gd_gd2.c 	if (im->trueColor) {
trueColor         741 ext/gd/libgd/gd_gd2.c 						if (im->trueColor) {
trueColor         755 ext/gd/libgd/gd_gd2.c 						if (im->trueColor) {
trueColor         122 ext/gd/libgd/gd_gif_out.c 	if (im->trueColor) {
trueColor         760 ext/gd/libgd/gd_interpolation.c 	const int c1 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy, bgColor)         : getPixelOverflowPalette(im, sx, sy, bgColor);
trueColor         761 ext/gd/libgd/gd_interpolation.c 	const int c2 = im->trueColor == 1 ? getPixelOverflowTC(im, sx - 1, sy, bgColor)     : getPixelOverflowPalette(im, sx - 1, sy, bgColor);
trueColor         762 ext/gd/libgd/gd_interpolation.c 	const int c3 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy - 1, bgColor)     : getPixelOverflowPalette(im, sx, sy - 1, bgColor);
trueColor         763 ext/gd/libgd/gd_interpolation.c 	const int c4 = im->trueColor == 1 ? getPixelOverflowTC(im, sx - 1, sy - 1, bgColor) : getPixelOverflowPalette(im, sx, sy - 1, bgColor);
trueColor         770 ext/gd/libgd/gd_interpolation.c 	if (im->trueColor) {
trueColor         826 ext/gd/libgd/gd_interpolation.c 		if (im->trueColor == 1) {
trueColor         848 ext/gd/libgd/gd_interpolation.c 		if (im->trueColor) {
trueColor        1063 ext/gd/libgd/gd_interpolation.c 	if (!src->trueColor) {
trueColor        1132 ext/gd/libgd/gd_interpolation.c 		if (im->trueColor) {
trueColor        1389 ext/gd/libgd/gd_interpolation.c 	if (im->trueColor) {
trueColor        1418 ext/gd/libgd/gd_interpolation.c 	if (src->trueColor == 0) {
trueColor        2172 ext/gd/libgd/gd_interpolation.c 	if (src->trueColor == 0) {
trueColor        2284 ext/gd/libgd/gd_interpolation.c 	if (!src->trueColor) {
trueColor         221 ext/gd/libgd/gd_jpeg.c 	if (im->trueColor) {
trueColor         335 ext/gd/libgd/gd_png.c 	if (!im->trueColor) {
trueColor         402 ext/gd/libgd/gd_png.c 	if (!im->trueColor) {
trueColor         535 ext/gd/libgd/gd_png.c 	if (!im->trueColor) {
trueColor         572 ext/gd/libgd/gd_png.c 	if (im->trueColor) {
trueColor         585 ext/gd/libgd/gd_png.c 	if (im->trueColor && !im->saveAlphaFlag && (transparent >= 0)) {
trueColor         593 ext/gd/libgd/gd_png.c 	if (!im->trueColor) {
trueColor         642 ext/gd/libgd/gd_png.c 	if (!im->trueColor) {
trueColor         677 ext/gd/libgd/gd_png.c 	if (im->trueColor) {
trueColor          29 ext/gd/libgd/gd_rotate.c 	if (src->trueColor) {
trueColor         124 ext/gd/libgd/gd_rotate.c 	if (src->trueColor) {
trueColor         213 ext/gd/libgd/gd_rotate.c 	if (src->trueColor) {
trueColor         231 ext/gd/libgd/gd_rotate.c 				if (!src->trueColor) {
trueColor         260 ext/gd/libgd/gd_rotate.c 	if (src->trueColor) {
trueColor         278 ext/gd/libgd/gd_rotate.c 				if (!src->trueColor) {
trueColor         308 ext/gd/libgd/gd_rotate.c 	if (src->trueColor) {
trueColor         326 ext/gd/libgd/gd_rotate.c 				if (!src->trueColor) {
trueColor         366 ext/gd/libgd/gd_rotate.c 	if (src->trueColor) {
trueColor         418 ext/gd/libgd/gd_rotate.c 	if(!src->trueColor) {
trueColor         436 ext/gd/libgd/gd_rotate.c 	if (src->trueColor) {
trueColor         468 ext/gd/libgd/gd_rotate.c 	if (src->trueColor) {
trueColor        1799 ext/gd/libgd/gd_topal.c   if (!oim->trueColor)
trueColor        2008 ext/gd/libgd/gd_topal.c     oim->trueColor = 0;
trueColor        2020 ext/gd/libgd/gd_topal.c   if (oim->trueColor)
trueColor           7 ext/gd/libgd/gd_transform.c 	if (im->trueColor) {
trueColor          36 ext/gd/libgd/gd_transform.c 	if (im->trueColor) {
trueColor         597 ext/gd/libgd/gdft.c 		if (im->trueColor) {
trueColor         638 ext/gd/libgd/gdft.c 	if (im->trueColor) {
trueColor         661 ext/gd/libgd/gdft.c 				if ((fg >= 0) && (im->trueColor)) {
trueColor         828 ext/gd/libgd/gdft.c 	int render = (im && (im->trueColor || (fg <= 255 && fg >= -255)));
trueColor         140 ext/gd/libgd/webpng.c 	  if (!im->trueColor)
trueColor         197 ext/gd/libgd/webpng.c 			if (im->trueColor)	{