Lines Matching refs:gdImageSX
1137 float dx = (float)gdImageSX(im) / (float)_width; in gdImageScaleBilinearPalette()
1239 float dx = (float)gdImageSX(im) / (float)dst_w; in gdImageScaleBilinearTC()
1337 const int src_w = gdImageSX(src); in gdImageScaleBicubicFixed()
1603 src_area.width = gdImageSX(src); in gdRotatedImageSize()
1615 const int src_w = gdImageSX(src); in gdImageRotateNearestNeighbour()
1672 const int src_w = gdImageSX(src); in gdImageRotateGeneric()
1738 const unsigned int src_w = gdImageSX(src); in gdImageRotateBilinear()
1853 const int src_w = gdImageSX(src); in gdImageRotateBicubicFixed()
2241 area_full.width = gdImageSX(src); in gdTransformAffineGetImage()
2321 || src_region->width < gdImageSX(src) in gdTransformAffineCopy()
2384 if ((dst_x + x) < 0 || (dst_x + x) > (gdImageSX(dst) - 1)) { in gdTransformAffineCopy()