Lines Matching refs:f_1

1141 	gdFixed f_1 = gd_itofx(1);  in gdImageScaleBilinearPalette()  local
1182 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1183 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearPalette()
1184 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearPalette()
1243 gdFixed f_1 = gd_itofx(1); in gdImageScaleBilinearTC() local
1273 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageScaleBilinearTC()
1274 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageScaleBilinearTC()
1275 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageScaleBilinearTC()
1341 const gdFixed f_1 = gd_itofx(1); in gdImageScaleBicubicFixed() local
1496 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed()
1497 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed()
1512 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed()
1513 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed()
1746 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBilinear() local
1780 const gdFixed f_w1 = gd_mulfx(f_1-f_f, f_1-f_g); in gdImageRotateBilinear()
1781 const gdFixed f_w2 = gd_mulfx(f_1-f_f, f_g); in gdImageRotateBilinear()
1782 const gdFixed f_w3 = gd_mulfx(f_f, f_1-f_g); in gdImageRotateBilinear()
1861 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBicubicFixed() local
2022 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed()
2023 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed()
2048 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed()
2049 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed()