Home
last modified time | relevance | path

Searched refs:iRight (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c898 int iRight = MIN((int)ceil(dCenter + width_d), (int)src_size - 1); in _gdContributionsCalc() local
903 if (iRight - iLeft + 1 > windows_size) { in _gdContributionsCalc()
907 iRight--; in _gdContributionsCalc()
912 res->ContribRow[u].Right = iRight; in _gdContributionsCalc()
914 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
924 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
987 const int iRight = contrib->ContribRow[y].Right; in _gdScaleCol() local
991 for (i = iLeft; i <= iRight; i++) { in _gdScaleCol()

Completed in 12 milliseconds