Lines Matching refs:f_g
1179 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearPalette() local
1181 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1182 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearPalette()
1183 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1184 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageScaleBilinearPalette()
1270 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearTC() local
1272 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearTC()
1273 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearTC()
1274 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearTC()
1275 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageScaleBilinearTC()
1379 const gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBicubicFixed() local
1510 const gdFixed f = gd_itofx(l) - f_g; in gdImageScaleBicubicFixed()
1778 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBilinear() local
1779 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageRotateBilinear()
1780 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageRotateBilinear()
1781 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageRotateBilinear()
1782 const gdFixed f_w4 = gd_mulfx(f_f, f_g); in gdImageRotateBilinear()
1896 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBicubicFixed() local
2046 const gdFixed f = gd_itofx(l) - f_g; in gdImageRotateBicubicFixed()