Lines Matching refs:iLeft
898 register int iLeft = MAX(0, (int)floor (dCenter - width_d)); in _gdContributionsCalc() local
904 if (iRight - iLeft + 1 > windows_size) { in _gdContributionsCalc()
905 if (iLeft < ((int)src_size - 1 / 2)) { in _gdContributionsCalc()
906 iLeft++; in _gdContributionsCalc()
912 res->ContribRow[u].Left = iLeft; in _gdContributionsCalc()
915 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
916 …dTotalWeight += (res->ContribRow[u].Weights[iSrc-iLeft] = scale_f_d * (*pFilter)(scale_f_d * (dCe… in _gdContributionsCalc()
925 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
926 res->ContribRow[u].Weights[iSrc-iLeft] /= dTotalWeight; in _gdContributionsCalc()
987 const int iLeft = contrib->ContribRow[y].Left; in _gdScaleCol() local
992 for (i = iLeft; i <= iRight; i++) { in _gdScaleCol()
994 const int i_iLeft = i - iLeft; in _gdScaleCol()