Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/libgd/
H A Dgd_interpolation.c1430 register gdFixed f_red = 0, f_green = 0, f_blue = 0, f_alpha = 0; in gdImageScaleBicubicFixed() local
1584 f_red += gd_mulfx(f_rs,f_R); in gdImageScaleBicubicFixed()
1591 red = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_red, f_gamma)), 0, 255); in gdImageScaleBicubicFixed()
1877 …const gdFixed f_red = gd_mulfx(f_w1, f_r1) + gd_mulfx(f_w2, f_r2) + gd_mulfx(f_w3, f_r3) + gd_mulf… in gdImageRotateBilinear() local
1882 const unsigned char red = (unsigned char) CLAMP(gd_fxtoi(f_red), 0, 255); in gdImageRotateBilinear()
1949 gdFixed f_red=0, f_green=0, f_blue=0, f_alpha=0; in gdImageRotateBicubicFixed() local
2141 f_red += gd_mulfx(f_rs, f_R); in gdImageRotateBicubicFixed()
2148 red = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_red, f_gama)), 0, 255); in gdImageRotateBicubicFixed()

Completed in 12 milliseconds