Home
last modified time | relevance | path

Searched refs:gdImageBoundsSafe (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/gd/libgd/
H A Dgd_pixelate.c16 if (gdImageBoundsSafe(im, x, y)) { in gdImagePixelate()
34 if (!gdImageBoundsSafe(im, x + cx, y + cy)) { in gdImagePixelate()
H A Dgd_filter.c75 if (!gdImageBoundsSafe(im, dest_x, dest_y)) { in gdImageScatterEx()
97 if (!gdImageBoundsSafe(im, dest_x, dest_y)) { in gdImageScatterEx()
H A Dgd.h945 #define gdImageBoundsSafe(im, x, y) (!((((y) < (im)->cy1) || ((y) > (im)->cy2)) || (((x) < (im)->cx… macro
H A Dgd_interpolation.c662 if (gdImageBoundsSafe(im, x, y)) { in getPixelOverflowTC()
677 if (gdImageBoundsSafe(im, x, y)) { in getPixelOverflowPalette()
H A Dgd.c802 if (gdImageBoundsSafe(im, x, y)) { in gdImageSetPixel()
983 if (gdImageBoundsSafe(im, x, y)) { in gdImageGetPixel()
/PHP-8.1/ext/gd/
H A Dgd.c2223 if (im->tpixels && gdImageBoundsSafe(im, x, y)) { in PHP_FUNCTION()
2230 if (im->pixels && gdImageBoundsSafe(im, x, y)) { in PHP_FUNCTION()

Completed in 34 milliseconds