trueColor        1619 ext/gd/gd.c    	RETURN_BOOL(im->trueColor);
trueColor        2628 ext/gd/gd.c    				if (im->trueColor){
trueColor        2682 ext/gd/gd.c    				if (im->trueColor) {
trueColor        4427 ext/gd/gd.c    	if (im_org->trueColor) {
trueColor         165 ext/gd/libgd/gd.c 	im->trueColor = 0;
trueColor         210 ext/gd/libgd/gd.c 	im->trueColor = 1;
trueColor         274 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         439 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         465 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         488 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         536 ext/gd/libgd/gd.c   if (im->trueColor)
trueColor         589 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         598 ext/gd/libgd/gd.c 	if (!im->trueColor) {
trueColor         616 ext/gd/libgd/gd.c 	if (to->trueColor || from->trueColor) {
trueColor         758 ext/gd/libgd/gd.c 				if (im->trueColor) {
trueColor         786 ext/gd/libgd/gd.c 	if (!im->trueColor)  {
trueColor         812 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         813 ext/gd/libgd/gd.c 		if (im->brush->trueColor) {
trueColor         853 ext/gd/libgd/gd.c 					if (im->brush->trueColor) {
trueColor         879 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         882 ext/gd/libgd/gd.c 			if (!tile->trueColor) {
trueColor         891 ext/gd/libgd/gd.c 			if (tile->trueColor) {
trueColor         917 ext/gd/libgd/gd.c 	if (im->trueColor) {
trueColor         918 ext/gd/libgd/gd.c 		if (im->tile->trueColor) {
trueColor         924 ext/gd/libgd/gd.c 		if (im->tile->trueColor) {
trueColor        1000 ext/gd/libgd/gd.c 		if (im->trueColor) {
trueColor        1879 ext/gd/libgd/gd.c 	if (!im->trueColor && nc > (im->colorsTotal -1)) {
trueColor        2170 ext/gd/libgd/gd.c 	if (dst->trueColor) {
trueColor        2176 ext/gd/libgd/gd.c 		if (src->trueColor) {
trueColor        2198 ext/gd/libgd/gd.c 	if (src->trueColor) { /* But source is truecolor (Ouch!) */
trueColor        2234 ext/gd/libgd/gd.c 			if (src->trueColor) {
trueColor        2396 ext/gd/libgd/gd.c 				if (dst->trueColor) {
trueColor        2398 ext/gd/libgd/gd.c 					if (!src->trueColor) {
trueColor        2423 ext/gd/libgd/gd.c 					if (src->trueColor) {
trueColor        2470 ext/gd/libgd/gd.c 	if (!dst->trueColor) {
trueColor        2748 ext/gd/libgd/gd.c 	if (!im->trueColor && !im->brush->trueColor) {
trueColor        2761 ext/gd/libgd/gd.c 	if (!im->trueColor && !im->tile->trueColor) {
trueColor        2805 ext/gd/libgd/gd.c 	if (im1->trueColor != im2->trueColor) {
trueColor        2831 ext/gd/libgd/gd.c 			p1 = im1->trueColor ? gdImageTrueColorPixel(im1, x, y) : gdImagePalettePixel(im1, x, y);
trueColor        2832 ext/gd/libgd/gd.c 			p2 = im2->trueColor ? gdImageTrueColorPixel(im2, x, y) : gdImagePalettePixel(im2, x, y);
trueColor        2937 ext/gd/libgd/gd.c 	if (im->trueColor){
trueColor        3030 ext/gd/libgd/gd.c 	if (src->trueColor == 1) {
trueColor        3069 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         598 ext/gd/libgd/gdft.c 		if (im->trueColor) {
trueColor         639 ext/gd/libgd/gdft.c 	if (im->trueColor) {
trueColor         662 ext/gd/libgd/gdft.c 				if ((fg >= 0) && (im->trueColor)) {
trueColor         829 ext/gd/libgd/gdft.c 	int render = (im && (im->trueColor || (fg <= 255 && fg >= -255)));
trueColor         367 ext/gd/libgd/webpimg.c   if (!im->trueColor) {
trueColor         548 ext/gd/libgd/webpimg.c   if (!im2->trueColor) {
trueColor         140 ext/gd/libgd/webpng.c 	  if (!im->trueColor)
trueColor         197 ext/gd/libgd/webpng.c 			if (im->trueColor)	{