Lines Matching refs:f_1

1140 	gdFixed f_1 = gd_itofx(1);  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()
1242 gdFixed f_1 = gd_itofx(1); 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()
1340 const gdFixed f_1 = gd_itofx(1); in gdImageScaleBicubicFixed() local
1495 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed()
1496 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed()
1511 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed()
1512 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed()
1745 const gdFixed f_1 = gd_itofx(1); 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()
1860 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBicubicFixed() local
2021 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed()
2022 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed()
2047 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed()
2048 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed()