Lines Matching refs:src_w

1464 	const int src_w = gdImageSX(src);  in gdImageScaleBicubicFixed()  local
1466 const gdFixed f_dx = gd_ftofx((float)src_w / (float)new_width); in gdImageScaleBicubicFixed()
1525 if ((m < 1) || (n >= src_w - 1)) { in gdImageScaleBicubicFixed()
1533 if ((m < 1) || (n >= src_w - 2)) { in gdImageScaleBicubicFixed()
1551 if (n >= src_w-1) { in gdImageScaleBicubicFixed()
1559 if (n >= src_w - 2) { in gdImageScaleBicubicFixed()
1578 if ((m >= src_h-1) || (n >= src_w-1)) { in gdImageScaleBicubicFixed()
1586 if ((m >= src_h - 1) || (n >= src_w - 2)) { in gdImageScaleBicubicFixed()
1605 if ((m >= src_h - 2) || (n >= src_w - 1)) { in gdImageScaleBicubicFixed()
1613 if ((m >= src_h - 2) || (n >= src_w - 2)) { in gdImageScaleBicubicFixed()
1742 const int src_w = gdImageSX(src); in gdImageRotateNearestNeighbour() local
1746 const gdFixed f_W = gd_itofx(src_w/2); in gdImageRotateNearestNeighbour()
1781 if ((m > 0) && (m < src_h-1) && (n > 0) && (n < src_w-1)) { in gdImageRotateNearestNeighbour()
1800 const int src_w = gdImageSX(src); in gdImageRotateGeneric() local
1804 const gdFixed f_W = gd_itofx(src_w/2); in gdImageRotateGeneric()
1847 if ((n <= 0) || (m <= 0) || (m >= src_h) || (n >= src_w)) { in gdImageRotateGeneric()
1849 } else if ((n <= 1) || (m <= 1) || (m >= src_h - 1) || (n >= src_w - 1)) { in gdImageRotateGeneric()
1867 const unsigned int src_w = gdImageSX(src); in gdImageRotateBilinear() local
1872 const gdFixed f_W = gd_itofx(src_w/2); in gdImageRotateBilinear()
1906 if ((m >= 0) && (m < src_h - 1) && (n >= 0) && (n < src_w - 1)) { in gdImageRotateBilinear()
1919 if (!((n >= src_w-1) || (m >= src_h-1))) { in gdImageRotateBilinear()
1931 } else if (src_offset_x + 1 >= src_w) { in gdImageRotateBilinear()
1982 const int src_w = gdImageSX(src); in gdImageRotateBicubicFixed() local
1987 const gdFixed f_W = gd_itofx(src_w/2); in gdImageRotateBicubicFixed()
2024 if ((m > 0) && (m < src_h - 1) && (n > 0) && (n < src_w-1)) { in gdImageRotateBicubicFixed()
2043 if ((m < 1) || (n >= src_w-1)) { in gdImageRotateBicubicFixed()
2051 if ((m < 1) || (n >= src_w-2)) { in gdImageRotateBicubicFixed()
2069 if (n >= src_w-1) { in gdImageRotateBicubicFixed()
2077 if (n >= src_w-2) { in gdImageRotateBicubicFixed()
2101 if ((m >= src_h-1) || (n >= src_w-1)) { in gdImageRotateBicubicFixed()
2109 if ((m >= src_h-1) || (n >= src_w-2)) { in gdImageRotateBicubicFixed()
2133 if ((m >= src_h-2) || (n >= src_w - 1)) { in gdImageRotateBicubicFixed()
2141 if ((m >= src_h-2) || (n >= src_w-2)) { in gdImageRotateBicubicFixed()
2205 …] <= 0) || (src_offset_y[_k] <= 0) || (src_offset_y[_k] >= src_h) || (src_offset_x[_k] >= src_w)) { in gdImageRotateBicubicFixed()
2207 …fset_y[_k] <= 1) || (src_offset_y[_k] >= (int)src_h - 1) || (src_offset_x[_k] >= (int)src_w - 1)) { in gdImageRotateBicubicFixed()