Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgd_interpolation.c119 double *Weights; /* Normalized weights of neighboring pixels */ member
916 res->ContribRow[u].Weights = (double *) gdMalloc(weights_size); in _gdContributionsAlloc()
917 if (res->ContribRow[u].Weights == NULL) { in _gdContributionsAlloc()
920 gdFree(res->ContribRow[i].Weights); in _gdContributionsAlloc()
934 gdFree(p->ContribRow[u].Weights); in _gdContributionsFree()
993 res->ContribRow[u].Weights[iSrc-iLeft] /= dTotalWeight; in _gdContributionsCalc()
1018 …a += (unsigned char)(contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetAlpha(p… in _gdScaleRow()
1062 …r += (unsigned char)(contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetRed(pCurSrc)… in _gdScaleCol()
1063 …g += (unsigned char)(contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetGreen(pCurSr… in _gdScaleCol()
1064 …b += (unsigned char)(contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetBlue(pCurSrc… in _gdScaleCol()
[all …]

Completed in 13 milliseconds