Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/libgd/
H A Dgd_interpolation.c899 int iRight = MIN((int)ceil(dCenter + width_d), (int)src_size - 1); in _gdContributionsCalc() local
904 if (iRight - iLeft + 1 > windows_size) { in _gdContributionsCalc()
908 iRight--; in _gdContributionsCalc()
913 res->ContribRow[u].Right = iRight; in _gdContributionsCalc()
915 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
925 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
988 const int iRight = contrib->ContribRow[y].Right; in _gdScaleCol() local
992 for (i = iLeft; i <= iRight; i++) { in _gdScaleCol()

Completed in 17 milliseconds