Searched refs:f_blue (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1383 register gdFixed f_red = 0, f_green = 0, f_blue = 0, f_alpha = 0; in gdImageScaleBicubicFixed() local 1539 f_blue += gd_mulfx(f_bs,f_R); in gdImageScaleBicubicFixed() 1546 blue = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue, f_gamma)), 0, 255); in gdImageScaleBicubicFixed() 1830 …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 1835 const unsigned char blue = (unsigned char) CLAMP(gd_fxtoi(f_blue), 0, 255); in gdImageRotateBilinear() 1900 gdFixed f_red=0, f_green=0, f_blue=0, f_alpha=0; in gdImageRotateBicubicFixed() local 2094 f_blue += gd_mulfx(f_bs, f_R); in gdImageRotateBicubicFixed() 2101 blue = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue, f_gama)), 0, 255); in gdImageRotateBicubicFixed()
|
Completed in 12 milliseconds