Searched refs:iRight (Results 1 – 1 of 1) sorted by relevance
898 int iRight = MIN((int)ceil(dCenter + width_d), (int)src_size - 1); in _gdContributionsCalc() local903 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()1015 const int iRight = contrib->ContribRow[y].Right; in _gdScaleCol() local1019 for (i = iLeft; i <= iRight; i++) { in _gdScaleCol()
Completed in 10 milliseconds