Lines Matching refs:f_1

1186 	gdFixed f_1 = gd_itofx(1);  in gdImageScaleBilinearPalette()  local
1227 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1228 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearPalette()
1229 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1288 gdFixed f_1 = gd_itofx(1); in gdImageScaleBilinearTC() local
1319 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearTC()
1320 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearTC()
1321 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearTC()
1388 const gdFixed f_1 = gd_itofx(1); in gdImageScaleBicubicFixed() local
1543 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed()
1544 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed()
1559 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed()
1560 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed()
1795 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBilinear() local
1829 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageRotateBilinear()
1830 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageRotateBilinear()
1831 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageRotateBilinear()
1910 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBicubicFixed() local
2071 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed()
2072 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed()
2097 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed()
2098 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed()