Home
last modified time | relevance | path

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

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

Completed in 15 milliseconds