Searched defs:gdImageBoundsSafe (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ | ||
| H A D | gd.h | 904 #define gdImageBoundsSafe(im, x, y) (!((((y) < (im)->cy1) || ((y) > (im)->cy2)) || (((x) < (im)->cx1) || ((x) > (im)->cx2)))) macro |
Completed in 5 milliseconds