Lines Matching refs:f_1

1170 	gdFixed f_1 = gd_itofx(1);  in gdImageScaleBilinearPalette()  local
1211 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1212 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearPalette()
1213 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1272 gdFixed f_1 = gd_itofx(1); in gdImageScaleBilinearTC() local
1302 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearTC()
1303 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearTC()
1304 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearTC()
1370 const gdFixed f_1 = gd_itofx(1); in gdImageScaleBicubicFixed() local
1525 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed()
1526 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed()
1541 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed()
1542 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed()
1775 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBilinear() local
1809 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageRotateBilinear()
1810 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageRotateBilinear()
1811 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageRotateBilinear()
1890 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBicubicFixed() local
2051 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed()
2052 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed()
2077 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed()
2078 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed()