Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/libgd/
H A Dgd_interpolation.c942 const int left_channel = i - left; in _gdScaleRow() local
943 …r += (unsigned char)(contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetRed(p_s… in _gdScaleRow()
944 …g += (unsigned char)(contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetGreen(p… in _gdScaleRow()
945 …b += (unsigned char)(contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetBlue(p_… in _gdScaleRow()
946 …a += (unsigned char)(contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetAlpha(p… in _gdScaleRow()

Completed in 10 milliseconds