Lines Matching refs:f_g
1305 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearPalette() local
1307 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1308 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearPalette()
1309 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1310 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageScaleBilinearPalette()
1397 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearTC() local
1399 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearTC()
1400 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearTC()
1401 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearTC()
1402 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageScaleBilinearTC()
1507 const gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBicubicFixed() local
1638 const gdFixed f = gd_itofx(l) - f_g; in gdImageScaleBicubicFixed()
1908 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBilinear() local
1909 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageRotateBilinear()
1910 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageRotateBilinear()
1911 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageRotateBilinear()
1912 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageRotateBilinear()
2026 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBicubicFixed() local
2176 const gdFixed f = gd_itofx(l) - f_g; in gdImageRotateBicubicFixed()