Lines Matching refs:f_1
1256 gdFixed f_1 = gd_itofx(1); in gdImageScaleBilinearPalette() local
1297 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1298 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearPalette()
1299 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1358 gdFixed f_1 = gd_itofx(1); in gdImageScaleBilinearTC() local
1389 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearTC()
1390 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearTC()
1391 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearTC()
1458 const gdFixed f_1 = gd_itofx(1); in gdImageScaleBicubicFixed() local
1613 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed()
1614 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed()
1629 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed()
1630 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed()
1841 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBilinear() local
1869 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageRotateBilinear()
1870 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageRotateBilinear()
1871 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageRotateBilinear()
1956 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBicubicFixed() local
2113 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed()
2114 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed()
2139 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed()
2140 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed()