Lines Matching refs:f_1

1266 	gdFixed f_1 = gd_itofx(1);  in gdImageScaleBilinearPalette()  local
1307 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1308 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearPalette()
1309 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1368 gdFixed f_1 = gd_itofx(1); in gdImageScaleBilinearTC() local
1399 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearTC()
1400 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearTC()
1401 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearTC()
1468 const gdFixed f_1 = gd_itofx(1); in gdImageScaleBicubicFixed() local
1623 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed()
1624 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed()
1639 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed()
1640 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed()
1875 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBilinear() local
1909 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageRotateBilinear()
1910 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageRotateBilinear()
1911 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageRotateBilinear()
1990 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBicubicFixed() local
2151 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed()
2152 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed()
2177 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed()
2178 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed()