Searched refs:gdImageGetTrueColorPixel (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/gd/libgd/ |
H A D | gd_rotate.c | 27 f = gdImageGetTrueColorPixel; in gdImageSkewX() 121 f = gdImageGetTrueColorPixel; in gdImageSkewY() 210 f = gdImageGetTrueColorPixel; in gdImageRotate90() 257 f = gdImageGetTrueColorPixel; in gdImageRotate180() 305 f = gdImageGetTrueColorPixel; in gdImageRotate270()
|
H A D | gd.c | 169 int gdImageGetTrueColorPixel(gdImagePtr im, int x, int y); 828 int gdImageGetTrueColorPixel (gdImagePtr im, int x, int y) in gdImageGetTrueColorPixel() function 864 p = gdImageGetTrueColorPixel(im->brush, srcx, srcy); in gdImageBrushApply() 880 tc = gdImageGetTrueColorPixel(im->brush, srcx, srcy); in gdImageBrushApply() 2273 int c = gdImageGetTrueColorPixel (src, srcX + x, srcY + y); in gdImageCopy() 2476 mapTo = gdImageGetTrueColorPixel (src, x, y); in gdImageCopyResized() 2484 mapTo = gdImageGetTrueColorPixel (src, x, y); in gdImageCopyResized() 2591 p = gdImageGetTrueColorPixel(src, (int) sx + srcX, (int) sy + srcY); in gdImageCopyResampled()
|
H A D | gd_filter.c | 21 #define GET_PIXEL_FUNCTION(src)(src->trueColor?gdImageGetTrueColorPixel:gdImageGetPixel)
|
H A D | gd.h | 420 int gdImageGetTrueColorPixel (gdImagePtr im, int x, int y);
|
/PHP-8.3/main/ |
H A D | php_compat.h | 294 #define gdImageGetTrueColorPixel php_gd_gdImageGetTrueColorPixel macro
|
Completed in 21 milliseconds