Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c992 const int pCurSrc = pSrc->tpixels[i][uCol]; in _gdScaleCol() local
994 …+= (unsigned char)(contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetRed(pCurSrc))); in _gdScaleCol()
995 … (unsigned char)(contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetGreen(pCurSrc))); in _gdScaleCol()
996 …= (unsigned char)(contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetBlue(pCurSrc))); in _gdScaleCol()
997 … (unsigned char)(contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetAlpha(pCurSrc))); in _gdScaleCol()

Completed in 13 milliseconds