Home
last modified time | relevance | path

Searched refs:pCurSrc (Results 1 – 1 of 1) sorted by last modified time

/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c1050 const int pCurSrc = pSrc->tpixels[i][uCol]; in _gdScaleCol() local
1052 …+= (unsigned char)(contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetRed(pCurSrc))); in _gdScaleCol()
1053 … (unsigned char)(contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetGreen(pCurSrc))); in _gdScaleCol()
1054 …= (unsigned char)(contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetBlue(pCurSrc))); in _gdScaleCol()
1055 … (unsigned char)(contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetAlpha(pCurSrc))); in _gdScaleCol()

Completed in 22 milliseconds