Home
last modified time | relevance | path

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

/PHP-5.5/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.h905 #define gdImageBoundsSafe(im, x, y) (!((((y) < (im)->cy1) || ((y) > (im)->cy2)) || (((x) < (im)->cx… macro
H A Dgd_interpolation.c646 if (gdImageBoundsSafe(im, x, y)) { in getPixelOverflowTC()
697 if (gdImageBoundsSafe(im, x, y)) { in getPixelOverflowPalette()
1186 if (gdImageBoundsSafe(im, x, y)) { in getPixelOverflowColorTC()
H A Dgd.c764 if (gdImageBoundsSafe(im, x, y)) { in gdImageSetPixel()
966 if (!gdImageBoundsSafe(im, px, py)) { in gdImageAntiAliasedApply()
1006 if (gdImageBoundsSafe(im, x, y)) { in gdImageGetPixel()
/PHP-5.5/ext/gd/
H A Dgd.c2846 if (im->tpixels && gdImageBoundsSafe(im, x, y)) { in PHP_FUNCTION()
2853 if (im->pixels && gdImageBoundsSafe(im, x, y)) { in PHP_FUNCTION()

Completed in 36 milliseconds