Searched refs:iLeft (Results 1 – 2 of 2) sorted by relevance
894 register int iLeft = MAX(0, (int)floor (dCenter - width_d)); in _gdContributionsCalc() local900 if (iRight - iLeft + 1 > windows_size) { in _gdContributionsCalc()901 if (iLeft < ((int)src_size - 1 / 2)) { in _gdContributionsCalc()902 iLeft++; in _gdContributionsCalc()908 res->ContribRow[u].Left = iLeft; in _gdContributionsCalc()911 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()921 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()922 res->ContribRow[u].Weights[iSrc-iLeft] /= dTotalWeight; in _gdContributionsCalc()983 const int iLeft = contrib->ContribRow[y].Left; in _gdScaleCol() local989 for (i = iLeft; i <= iRight; i++) { in _gdScaleCol()[all …]
59812 if( (iLeft<nLeft) 59822 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;59824 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );183397 int iLeft = 0;183416 aIdx[iLeft+iRight] = aLeft[iLeft];183417 iLeft++;183422 aIdx[iLeft+iRight] = aLeft[iLeft];183423 iLeft++;183466 int iLeft = 0;183488 aIdx[iLeft+iRight] = aLeft[iLeft];[all …]
Completed in 509 milliseconds