Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_interpolation.c1010 const int pCurSrc = pSrc->tpixels[i][uCol]; in _gdScaleCol() local
1012 r += contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetRed(pCurSrc)); in _gdScaleCol()
1013 g += contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetGreen(pCurSrc)); in _gdScaleCol()
1014 b += contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetBlue(pCurSrc)); in _gdScaleCol()
1015 a += contrib->ContribRow[y].Weights[i_iLeft] * (double)(gdTrueColorGetAlpha(pCurSrc)); in _gdScaleCol()

Completed in 11 milliseconds