gdImageTrueColorPixel 2983 gd/gd.c        			RETURN_LONG(gdImageTrueColorPixel(im, x, y));
gdImageTrueColorPixel 2823 gd/libgd/gd.c  			p1 = im1->trueColor ? gdImageTrueColorPixel(im1, x, y) : gdImagePalettePixel(im1, x, y);
gdImageTrueColorPixel 2824 gd/libgd/gd.c  			p2 = im2->trueColor ? gdImageTrueColorPixel(im2, x, y) : gdImagePalettePixel(im2, x, y);