Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/libgd/
H A Dgd_interpolation.c1872 const gdFixed f_gama = gd_ftofx(1.04f); in gdImageRotateBicubicFixed() local
2106 red = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_red, f_gama)), 0, 255); in gdImageRotateBicubicFixed()
2107 green = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_green, f_gama)), 0, 255); in gdImageRotateBicubicFixed()
2108 blue = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue, f_gama)), 0, 255); in gdImageRotateBicubicFixed()
2109 alpha = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_alpha, f_gama)), 0, 127); in gdImageRotateBicubicFixed()

Completed in 10 milliseconds