Searched refs:iLeft (Results 1 – 1 of 1) sorted by relevance
887 register int iLeft = MAX(0, (int)floor (dCenter - width_d)); in _gdContributionsCalc() local893 if (iRight - iLeft + 1 > windows_size) { in _gdContributionsCalc()894 if (iLeft < ((int)src_size - 1 / 2)) { in _gdContributionsCalc()895 iLeft++; in _gdContributionsCalc()901 res->ContribRow[u].Left = iLeft; in _gdContributionsCalc()904 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()914 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()915 res->ContribRow[u].Weights[iSrc-iLeft] /= dTotalWeight; in _gdContributionsCalc()1004 const int iLeft = contrib->ContribRow[y].Left; in _gdScaleCol() local1009 for (i = iLeft; i <= iRight; i++) { in _gdScaleCol()[all …]
Completed in 10 milliseconds