Searched refs:f_bs (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1516 register gdFixed f_RX, f_R, f_rs, f_gs, f_bs, f_ba; in gdImageScaleBicubicFixed() local 1534 f_bs = gd_itofx(gdTrueColorGetBlue(c)); in gdImageScaleBicubicFixed() 1539 f_blue += gd_mulfx(f_bs,f_R); in gdImageScaleBicubicFixed() 2054 register gdFixed f_rs, f_gs, f_bs, f_as; in gdImageRotateBicubicFixed() local 2089 f_bs = gd_itofx(gdTrueColorGetBlue(c)); in gdImageRotateBicubicFixed() 2094 f_blue += gd_mulfx(f_bs, f_R); in gdImageRotateBicubicFixed()
|
Completed in 15 milliseconds