Searched refs:src_w (Results 1 – 1 of 1) sorted by relevance
1356 const int src_w = gdImageSX(src); in gdImageScaleBicubicFixed() local1417 if ((m < 1) || (n >= src_w - 1)) { in gdImageScaleBicubicFixed()1443 if (n >= src_w-1) { in gdImageScaleBicubicFixed()1451 if (n >= src_w - 2) { in gdImageScaleBicubicFixed()1634 const int src_w = gdImageSX(src); in gdImageRotateNearestNeighbour() local1691 const int src_w = gdImageSX(src); in gdImageRotateGeneric() local1872 const int src_w = gdImageSX(src); in gdImageRotateBicubicFixed() local1933 if ((m < 1) || (n >= src_w-1)) { in gdImageRotateBicubicFixed()1941 if ((m < 1) || (n >= src_w-2)) { in gdImageRotateBicubicFixed()1959 if (n >= src_w-1) { in gdImageRotateBicubicFixed()[all …]
Completed in 18 milliseconds