Home
last modified time | relevance | path

Searched refs:iLeft (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c955 register int iLeft = MAX(0, (int)floor (dCenter - width_d)); in _gdContributionsCalc() local
961 if (iRight - iLeft + 1 > windows_size) { in _gdContributionsCalc()
962 if (iLeft < ((int)src_size - 1 / 2)) { in _gdContributionsCalc()
963 iLeft++; in _gdContributionsCalc()
969 res->ContribRow[u].Left = iLeft; in _gdContributionsCalc()
972 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
982 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
983 res->ContribRow[u].Weights[iSrc-iLeft] /= dTotalWeight; in _gdContributionsCalc()
1043 const int iLeft = contrib->ContribRow[y].Left; in _gdScaleCol() local
1049 for (i = iLeft; i <= iRight; i++) { in _gdScaleCol()
[all …]
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c50312 if( (iLeft<nLeft)
50322 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;
50324 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );
152946 int iLeft = 0;
152965 aIdx[iLeft+iRight] = aLeft[iLeft];
152966 iLeft++;
152971 aIdx[iLeft+iRight] = aLeft[iLeft];
152972 iLeft++;
153015 int iLeft = 0;
153037 aIdx[iLeft+iRight] = aLeft[iLeft];
[all …]

Completed in 365 milliseconds