Lines Matching refs:iLeft
965 register int iLeft = MAX(0, (int)floor (dCenter - width_d)); in _gdContributionsCalc() local
971 if (iRight - iLeft + 1 > windows_size) { in _gdContributionsCalc()
972 if (iLeft < ((int)src_size - 1 / 2)) { in _gdContributionsCalc()
973 iLeft++; in _gdContributionsCalc()
979 res->ContribRow[u].Left = iLeft; in _gdContributionsCalc()
982 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
983 …dTotalWeight += (res->ContribRow[u].Weights[iSrc-iLeft] = scale_f_d * (*pFilter)(scale_f_d * (dCe… in _gdContributionsCalc()
992 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
993 res->ContribRow[u].Weights[iSrc-iLeft] /= dTotalWeight; in _gdContributionsCalc()
1053 const int iLeft = contrib->ContribRow[y].Left; in _gdScaleCol() local
1059 for (i = iLeft; i <= iRight; i++) { in _gdScaleCol()
1061 const int i_iLeft = i - iLeft; in _gdScaleCol()