Searched refs:src_w (Results 1 – 1 of 1) sorted by relevance
1337 const int src_w = gdImageSX(src); in gdImageScaleBicubicFixed() local1398 if ((m < 1) || (n >= src_w - 1)) { in gdImageScaleBicubicFixed()1424 if (n >= src_w-1) { in gdImageScaleBicubicFixed()1432 if (n >= src_w - 2) { in gdImageScaleBicubicFixed()1615 const int src_w = gdImageSX(src); in gdImageRotateNearestNeighbour() local1672 const int src_w = gdImageSX(src); in gdImageRotateGeneric() local1853 const int src_w = gdImageSX(src); in gdImageRotateBicubicFixed() local1914 if ((m < 1) || (n >= src_w-1)) { in gdImageRotateBicubicFixed()1922 if ((m < 1) || (n >= src_w-2)) { in gdImageRotateBicubicFixed()1940 if (n >= src_w-1) { in gdImageRotateBicubicFixed()[all …]
Completed in 11 milliseconds