Home
last modified time | relevance | path

Searched refs:gdImagePalettePixel (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/gd/libgd/
H A Dgd.h785 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] macro
H A Dgd.c2905 p1 = im1->trueColor ? gdImageTrueColorPixel(im1, x, y) : gdImagePalettePixel(im1, x, y); in gdImageCompare()
2906 p2 = im2->trueColor ? gdImageTrueColorPixel(im2, x, y) : gdImagePalettePixel(im2, x, y); in gdImageCompare()

Completed in 16 milliseconds