[truetype] More macro expansions.
Based on a patch from Behdad. * src/truetype/ttinterp.c (SKIP_Code, GET_ShortIns, NORMalize, SET_SuperRound, ROUND_None, INS_Goto_CodeRange, CUR_Func_move, CUR_Func_move_orig, CUR_Func_round, CUR_Func_cur_ppem, CUR_Func_read_cvt, CUR_Func_write_cvt, CUR_Func_move_cvt, CURRENT_Ratio, INS_SxVTL, COMPUTE_Funcs, COMPUTE_Round, COMPUTE_Point_Displacement, MOVE_Zp2_Point): Remove by replacing with expansion. (Cur_Func_project, CUR_Func_dualproj, CUR_fast_project, CUR_fast_dualproj): Replace with macros `project', `dualproj', `fast_project', `fast_dualproj'.
This commit is contained in:
parent
fae0c81f69
commit
246814554f
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
|||
2015-01-10 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[truetype] More macro expansions.
|
||||
|
||||
Based on a patch from Behdad.
|
||||
|
||||
* src/truetype/ttinterp.c (SKIP_Code, GET_ShortIns, NORMalize,
|
||||
SET_SuperRound, ROUND_None, INS_Goto_CodeRange, CUR_Func_move,
|
||||
CUR_Func_move_orig, CUR_Func_round, CUR_Func_cur_ppem,
|
||||
CUR_Func_read_cvt, CUR_Func_write_cvt, CUR_Func_move_cvt,
|
||||
CURRENT_Ratio, INS_SxVTL, COMPUTE_Funcs, COMPUTE_Round,
|
||||
COMPUTE_Point_Displacement, MOVE_Zp2_Point): Remove by replacing
|
||||
with expansion.
|
||||
|
||||
(Cur_Func_project, CUR_Func_dualproj, CUR_fast_project,
|
||||
CUR_fast_dualproj): Replace with macros `project', `dualproj',
|
||||
`fast_project', `fast_dualproj'.
|
||||
|
||||
2015-01-10 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[truetype] More macro expansions.
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue