Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_interpolation.c889 double dTotalWeight = 0.0; in _gdContributionsCalc() local
905dTotalWeight += (res->ContribRow[u].Weights[iSrc-iLeft] = scale_f_d * (*pFilter)(scale_f_d * (dCe… in _gdContributionsCalc()
908 if (dTotalWeight < 0.0) { in _gdContributionsCalc()
913 if (dTotalWeight > 0.0) { in _gdContributionsCalc()
915 res->ContribRow[u].Weights[iSrc-iLeft] /= dTotalWeight; in _gdContributionsCalc()

Completed in 15 milliseconds