Home
last modified time | relevance | path

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

/PHP-5.3/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.h698 #define gdImageBoundsSafe(im, x, y) (!((((y) < (im)->cy1) || ((y) > (im)->cy2)) || (((x) < (im)->cx… macro
H A Dgd.c753 if (gdImageBoundsSafe(im, x, y)) { in gdImageSetPixel()
955 if (!gdImageBoundsSafe(im, px, py)) { in gdImageAntiAliasedApply()
995 if (gdImageBoundsSafe(im, x, y)) { in gdImageGetPixel()
/PHP-5.3/ext/gd/
H A Dgd.c2945 if (im->tpixels && gdImageBoundsSafe(im, x, y)) { in PHP_FUNCTION()
2952 if (im->pixels && gdImageBoundsSafe(im, x, y)) { in PHP_FUNCTION()

Completed in 27 milliseconds