Lines Matching refs:f_g
1223 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearPalette() local
1225 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1226 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearPalette()
1227 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1228 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageScaleBilinearPalette()
1315 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearTC() local
1317 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearTC()
1318 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearTC()
1319 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearTC()
1320 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageScaleBilinearTC()
1425 const gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBicubicFixed() local
1556 const gdFixed f = gd_itofx(l) - f_g; in gdImageScaleBicubicFixed()
1824 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBilinear() local
1825 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageRotateBilinear()
1826 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageRotateBilinear()
1827 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageRotateBilinear()
1828 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageRotateBilinear()
1942 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBicubicFixed() local
2092 const gdFixed f = gd_itofx(l) - f_g; in gdImageRotateBicubicFixed()