Searched refs:iRight (Results 1 – 2 of 2) sorted by relevance
895 int iRight = MIN((int)ceil(dCenter + width_d), (int)src_size - 1); in _gdContributionsCalc() local900 if (iRight - iLeft + 1 > windows_size) { in _gdContributionsCalc()904 iRight--; in _gdContributionsCalc()909 res->ContribRow[u].Right = iRight; in _gdContributionsCalc()911 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()921 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()984 const int iRight = contrib->ContribRow[y].Right; in _gdScaleCol() local989 for (i = iLeft; i <= iRight; i++) { in _gdScaleCol()
59813 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])59825 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );124964 assert( iLeft<iRight );183398 int iRight = 0;183413 aIdx[iLeft+iRight] = aRight[iRight];183414 iRight++;183425 aIdx[iLeft+iRight] = aRight[iRight];183426 iRight++;183467 int iRight = 0;183491 aIdx[iLeft+iRight] = aRight[iRight];[all …]
Completed in 561 milliseconds