Searched refs:f_bs (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1545 register gdFixed f_RX, f_R, f_rs, f_gs, f_bs, f_ba; in gdImageScaleBicubicFixed() local 1563 f_bs = gd_itofx(gdTrueColorGetBlue(c)); in gdImageScaleBicubicFixed() 1568 f_blue += gd_mulfx(f_bs,f_R); in gdImageScaleBicubicFixed() 2083 register gdFixed f_rs, f_gs, f_bs, f_as; in gdImageRotateBicubicFixed() local 2118 f_bs = gd_itofx(gdTrueColorGetBlue(c)); in gdImageRotateBicubicFixed() 2123 f_blue += gd_mulfx(f_bs, f_R); in gdImageRotateBicubicFixed()
|
Completed in 15 milliseconds