Lines Matching refs:f_1

1184 	gdFixed f_1 = gd_itofx(1);  in gdImageScaleBilinearPalette()  local
1225 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1226 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearPalette()
1227 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1286 gdFixed f_1 = gd_itofx(1); in gdImageScaleBilinearTC() local
1317 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearTC()
1318 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearTC()
1319 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearTC()
1386 const gdFixed f_1 = gd_itofx(1); in gdImageScaleBicubicFixed() local
1541 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed()
1542 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed()
1557 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed()
1558 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed()
1791 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBilinear() local
1825 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageRotateBilinear()
1826 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageRotateBilinear()
1827 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageRotateBilinear()
1906 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBicubicFixed() local
2067 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed()
2068 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed()
2093 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed()
2094 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed()