Searched refs:f_blue (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1430 register gdFixed f_red = 0, f_green = 0, f_blue = 0, f_alpha = 0; in gdImageScaleBicubicFixed() local 1586 f_blue += gd_mulfx(f_bs,f_R); in gdImageScaleBicubicFixed() 1593 blue = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue, f_gamma)), 0, 255); in gdImageScaleBicubicFixed() 1879 …const gdFixed f_blue = gd_mulfx(f_w1, f_b1) + gd_mulfx(f_w2, f_b2) + gd_mulfx(f_w3, f_b3) + gd_mul… in gdImageRotateBilinear() local 1884 const unsigned char blue = (unsigned char) CLAMP(gd_fxtoi(f_blue), 0, 255); in gdImageRotateBilinear() 1949 gdFixed f_red=0, f_green=0, f_blue=0, f_alpha=0; in gdImageRotateBicubicFixed() local 2143 f_blue += gd_mulfx(f_bs, f_R); in gdImageRotateBicubicFixed() 2150 blue = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue, f_gama)), 0, 255); in gdImageRotateBicubicFixed()
|
Completed in 11 milliseconds