Searched defs:gdImageBoundsSafe (Results 1 – 1 of 1) sorted by relevance
703 #define gdImageBoundsSafe(im, x, y) (!((((y) < (im)->cy1) || ((y) > (im)->cy2)) || (((x) < (im)->cx… macro
Completed in 6 milliseconds