Searched refs:iRight (Results 1 – 2 of 2) sorted by relevance
966 int iRight = MIN((int)ceil(dCenter + width_d), (int)src_size - 1); in _gdContributionsCalc() local971 if (iRight - iLeft + 1 > windows_size) { in _gdContributionsCalc()975 iRight--; in _gdContributionsCalc()980 res->ContribRow[u].Right = iRight; in _gdContributionsCalc()982 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()992 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()1054 const int iRight = contrib->ContribRow[y].Right; in _gdScaleCol() local1059 for (i = iLeft; i <= iRight; i++) { in _gdScaleCol()
55116 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])55128 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );113826 assert( iLeft<iRight );161979 int iRight = 0;161994 aIdx[iLeft+iRight] = aRight[iRight];161995 iRight++;162006 aIdx[iLeft+iRight] = aRight[iRight];162007 iRight++;162048 int iRight = 0;162072 aIdx[iLeft+iRight] = aRight[iRight];[all …]
Completed in 439 milliseconds