Lines Matching refs:f_g
1180 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearPalette() local
1182 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1183 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearPalette()
1184 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1185 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageScaleBilinearPalette()
1271 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearTC() local
1273 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearTC()
1274 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearTC()
1275 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearTC()
1276 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageScaleBilinearTC()
1380 const gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBicubicFixed() local
1511 const gdFixed f = gd_itofx(l) - f_g; in gdImageScaleBicubicFixed()
1779 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBilinear() local
1780 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageRotateBilinear()
1781 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageRotateBilinear()
1782 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageRotateBilinear()
1783 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageRotateBilinear()
1897 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBicubicFixed() local
2047 const gdFixed f = gd_itofx(l) - f_g; in gdImageRotateBicubicFixed()