Searched refs:f_bs (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1535 register gdFixed f_RX, f_R, f_rs, f_gs, f_bs, f_ba; in gdImageScaleBicubicFixed() local 1553 f_bs = gd_itofx(gdTrueColorGetBlue(c)); in gdImageScaleBicubicFixed() 1558 f_blue += gd_mulfx(f_bs,f_R); in gdImageScaleBicubicFixed() 2073 register gdFixed f_rs, f_gs, f_bs, f_as; in gdImageRotateBicubicFixed() local 2108 f_bs = gd_itofx(gdTrueColorGetBlue(c)); in gdImageRotateBicubicFixed() 2113 f_blue += gd_mulfx(f_bs, f_R); in gdImageRotateBicubicFixed()
|
Completed in 10 milliseconds