Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dt1decode.c32 #define Fix2Int( f ) ( (FT_Int)(FT_Short)( (f) >> 16 ) ) macro
763 subr_no = Fix2Int( top[1] ); in t1_decoder_parse_charstrings()
764 arg_cnt = Fix2Int( top[0] ); in t1_decoder_parse_charstrings()
961 idx = Fix2Int( top[0] ); in t1_decoder_parse_charstrings()
1029 idx = Fix2Int( top[1] ); in t1_decoder_parse_charstrings()
1050 idx = Fix2Int( top[0] ); in t1_decoder_parse_charstrings()
1250 Fix2Int( top[3] ), in t1_decoder_parse_charstrings()
1251 Fix2Int( top[4] ) ); in t1_decoder_parse_charstrings()
1438 idx = Fix2Int( top[0] ); in t1_decoder_parse_charstrings()
/external/freetype/
DChangeLog.243472 * src/psaux/t1decode.c (Fix2Int): New macro.