Searched refs:iLeft (Results 1 – 2 of 2) sorted by relevance
965 register int iLeft = MAX(0, (int)floor (dCenter - width_d)); in _gdContributionsCalc() local971 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()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() local1059 for (i = iLeft; i <= iRight; i++) { in _gdScaleCol()[all …]
55115 if( (iLeft<nLeft) 55125 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;55127 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );161978 int iLeft = 0;161997 aIdx[iLeft+iRight] = aLeft[iLeft];161998 iLeft++;162003 aIdx[iLeft+iRight] = aLeft[iLeft];162004 iLeft++;162047 int iLeft = 0;162069 aIdx[iLeft+iRight] = aLeft[iLeft];[all …]
Completed in 527 milliseconds