Searched refs:gdImageBoundsSafe (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_pixelate.c | 16 if (gdImageBoundsSafe(im, x, y)) { in gdImagePixelate() 34 if (!gdImageBoundsSafe(im, x + cx, y + cy)) { in gdImagePixelate()
|
H A D | gd.h | 698 #define gdImageBoundsSafe(im, x, y) (!((((y) < (im)->cy1) || ((y) > (im)->cy2)) || (((x) < (im)->cx… macro
|
H A D | gd.c | 753 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 D | gd.c | 2945 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