Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/libgd/
H A Dgd_interpolation.c954 const int left_channel = i - left; in _gdScaleRow() local
955 r += contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetRed(p_src_row[i])); in _gdScaleRow()
956 g += contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetGreen(p_src_row[i])); in _gdScaleRow()
957 b += contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetBlue(p_src_row[i])); in _gdScaleRow()
958 a += contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetAlpha(p_src_row[i])); in _gdScaleRow()

Completed in 24 milliseconds