Home
last modified time | relevance | path

Searched refs:Fix2Int (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/psaux/
Dt1decode.c31 #define Fix2Int( f ) ( (FT_Int)(FT_Short)( (f) >> 16 ) ) macro
769 subr_no = Fix2Int( top[1] ); in t1_decoder_parse_charstrings()
770 arg_cnt = Fix2Int( top[0] ); in t1_decoder_parse_charstrings()
967 idx = Fix2Int( top[0] ); in t1_decoder_parse_charstrings()
1035 idx = Fix2Int( top[1] ); in t1_decoder_parse_charstrings()
1056 idx = Fix2Int( top[0] ); in t1_decoder_parse_charstrings()
1256 Fix2Int( top[3] ), in t1_decoder_parse_charstrings()
1257 Fix2Int( top[4] ) ); in t1_decoder_parse_charstrings()
1444 idx = Fix2Int( top[0] ); in t1_decoder_parse_charstrings()
1983 idx = Fix2Int( top[0] ); in t1_decoder_parse_metrics()
/external/freetype/
DChangeLog.243472 * src/psaux/t1decode.c (Fix2Int): New macro.