Searched refs:Fix2Int (Results 1 – 2 of 2) sorted by relevance
32 #define Fix2Int( f ) ( (FT_Int)(FT_Short)( (f) >> 16 ) ) macro763 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()
3472 * src/psaux/t1decode.c (Fix2Int): New macro.