Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c1382 register gdFixed f_red = 0, f_green = 0, f_blue = 0, f_alpha = 0; in gdImageScaleBicubicFixed() local
1538 f_blue += gd_mulfx(f_bs,f_R); in gdImageScaleBicubicFixed()
1545 blue = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue, f_gamma)), 0, 255); in gdImageScaleBicubicFixed()
1829 …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
1834 const unsigned char blue = (unsigned char) CLAMP(gd_fxtoi(f_blue), 0, 255); in gdImageRotateBilinear()
1899 gdFixed f_red=0, f_green=0, f_blue=0, f_alpha=0; in gdImageRotateBicubicFixed() local
2093 f_blue += gd_mulfx(f_bs, f_R); in gdImageRotateBicubicFixed()
2100 blue = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue, f_gama)), 0, 255); in gdImageRotateBicubicFixed()

Completed in 16 milliseconds