Lines Matching refs:f_g
1199 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearPalette() local
1201 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1202 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearPalette()
1203 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1204 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageScaleBilinearPalette()
1290 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearTC() local
1292 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearTC()
1293 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearTC()
1294 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearTC()
1295 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageScaleBilinearTC()
1399 const gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBicubicFixed() local
1530 const gdFixed f = gd_itofx(l) - f_g; in gdImageScaleBicubicFixed()
1798 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBilinear() local
1799 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageRotateBilinear()
1800 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageRotateBilinear()
1801 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageRotateBilinear()
1802 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageRotateBilinear()
1916 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBicubicFixed() local
2066 const gdFixed f = gd_itofx(l) - f_g; in gdImageRotateBicubicFixed()