Searched refs:src_h (Results 1 – 1 of 1) sorted by relevance
1357 const int src_h = gdImageSY(src); in gdImageScaleBicubicFixed() local1459 if ((m >= src_h - 1) || (n < 1)) { in gdImageScaleBicubicFixed()1486 if ((m >= src_h - 2) || (n < 1)) { in gdImageScaleBicubicFixed()1635 const int src_h = gdImageSY(src); in gdImageRotateNearestNeighbour() local1692 const int src_h = gdImageSY(src); in gdImageRotateGeneric() local1804 if (m < src_h-1) { in gdImageRotateBilinear()1873 const int src_h = gdImageSY(src); in gdImageRotateBicubicFixed() local1975 if ((m >= src_h-1) || (n < 1)) { in gdImageRotateBicubicFixed()1983 if (m >= src_h-1) { in gdImageRotateBicubicFixed()2007 if ((m >= src_h-2) || (n < 1)) { in gdImageRotateBicubicFixed()[all …]
Completed in 12 milliseconds