Searched refs:gdImageTrueColorPixel (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd.h | 622 #define gdImageTrueColorPixel(im, x, y) (im)->tpixels[(y)][(x)] macro
|
H A D | gd.c | 2823 p1 = im1->trueColor ? gdImageTrueColorPixel(im1, x, y) : gdImagePalettePixel(im1, x, y); in gdImageCompare() 2824 p2 = im2->trueColor ? gdImageTrueColorPixel(im2, x, y) : gdImagePalettePixel(im2, x, y); in gdImageCompare()
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 2946 RETURN_LONG(gdImageTrueColorPixel(im, x, y)); in PHP_FUNCTION()
|
Completed in 24 milliseconds