Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/libgd/
H A Dgd_interpolation.c900 int iSrc; in _gdContributionsCalc() local
914 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
915 …alWeight += (res->ContribRow[u].Weights[iSrc-iLeft] = scale_f_d * (*pFilter)(scale_f_d * (dCenter… in _gdContributionsCalc()
924 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
925 res->ContribRow[u].Weights[iSrc-iLeft] /= dTotalWeight; in _gdContributionsCalc()

Completed in 11 milliseconds