Lines Matching refs:f_b
1107 const gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleNearestNeighbour() local
1109 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour()
1118 const gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleNearestNeighbour() local
1120 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour()
1221 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearPalette() local
1223 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearPalette()
1225 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearPalette()
1313 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearTC() local
1315 const gdFixed n = gd_fxtoi(f_b); in gdImageScaleBilinearTC()
1317 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearTC()
1423 const gdFixed f_b = gd_mulfx(gd_itofx(j), f_dx); in gdImageScaleBicubicFixed() local
1425 const long n = gd_fxtoi(f_b); in gdImageScaleBicubicFixed()
1427 const gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBicubicFixed()
1546 register gdFixed f_a = 0, f_b = 0, f_d = 0, f_c = 0; in gdImageScaleBicubicFixed() local
1551 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1, gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
1555 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()
1562 register gdFixed f_a = 0, f_b = 0, f_c = 0, f_d = 0; in gdImageScaleBicubicFixed() local
1569 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
1575 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()
2074 gdFixed f_a = 0, f_b = 0,f_c = 0, f_d = 0; in gdImageRotateBicubicFixed() local
2083 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
2093 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()
2100 gdFixed f_a = 0, f_b = 0, f_c = 0, f_d = 0; in gdImageRotateBicubicFixed() local
2111 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
2122 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()