Lines Matching refs:gdImageSX
825 hx = gdImageSX(im->brush) / 2;827 x2 = x1 + gdImageSX(im->brush);895 srcx = x % gdImageSX(tile);931 srcx = x % gdImageSX(im->tile);2261 if (x2 >= gdImageSX(im)) {2262 x2 = gdImageSX(im) - 1;2305 if (x2 >= gdImageSX(im)) {2306 x2 = gdImageSX(im) - 1;3188 const unsigned int sx = gdImageSX(src);