Lines Matching refs:f_b

1187 				const gdFixed f_b = gd_mulfx(f_j, f_dx);  in gdImageScaleNearestNeighbour()  local
1189 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour()
1198 const gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleNearestNeighbour() local
1200 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour()
1301 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearPalette() local
1303 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearPalette()
1305 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearPalette()
1393 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearTC() local
1395 const gdFixed n = gd_fxtoi(f_b); in gdImageScaleBilinearTC()
1397 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearTC()
1503 const gdFixed f_b = gd_mulfx(gd_itofx(j), f_dx); in gdImageScaleBicubicFixed() local
1505 const long n = gd_fxtoi(f_b); in gdImageScaleBicubicFixed()
1507 const gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBicubicFixed()
1626 register gdFixed f_a = 0, f_b = 0, f_d = 0, f_c = 0; in gdImageScaleBicubicFixed() local
1631 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1, gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
1635 f_RY = gd_divfx((f_a - gd_mulfx(f_4,f_b) + gd_mulfx(f_6,f_c) - gd_mulfx(f_4,f_d)),f_6); in gdImageScaleBicubicFixed()
1642 register gdFixed f_a = 0, f_b = 0, f_c = 0, f_d = 0; in gdImageScaleBicubicFixed() local
1649 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
1655 f_RX = gd_divfx((f_a-gd_mulfx(f_4,f_b)+gd_mulfx(f_6,f_c)-gd_mulfx(f_4,f_d)),f_6); in gdImageScaleBicubicFixed()
2154 gdFixed f_a = 0, f_b = 0,f_c = 0, f_d = 0; in gdImageRotateBicubicFixed() local
2163 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
2173 f_RY = gd_divfx((f_a-gd_mulfx(f_4,f_b)+gd_mulfx(f_6,f_c)-gd_mulfx(f_4,f_d)),f_6); in gdImageRotateBicubicFixed()
2180 gdFixed f_a = 0, f_b = 0, f_c = 0, f_d = 0; in gdImageRotateBicubicFixed() local
2191 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
2202 f_RX = gd_divfx((f_a - gd_mulfx(f_4, f_b) + gd_mulfx(f_6, f_c) - gd_mulfx(f_4, f_d)), f_6); in gdImageRotateBicubicFixed()