Searched refs:T1_ToInt (Results 1 – 4 of 4) sorted by relevance
117 #define T1_ToInt( p ) \ macro341 count = (FT_Int)T1_ToInt( parser ); in t42_parse_encoding()435 charcode = (FT_Int)T1_ToInt( parser ); in t42_parse_encoding()638 tmp = T1_ToInt( parser ); in t42_parse_sfnts()815 loader->num_glyphs = T1_ToInt( parser ); in t42_parse_charstrings()988 (void)T1_ToInt( parser ); in t42_parse_charstrings()
99 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root ) macro
1063 map->design_points[p] = T1_ToInt( parser ); in parse_blend_design_map()1359 FT_Long s = T1_ToInt( parser ); in read_binary_data()1499 count = (FT_Int)T1_ToInt( parser ); in parse_encoding()1592 charcode = (FT_Int)T1_ToInt( parser ); in parse_encoding()1731 num_subrs = (FT_Int)T1_ToInt( parser ); in parse_subrs()1808 idx = T1_ToInt( parser ); in parse_subrs()1918 num_glyphs = (FT_Int)T1_ToInt( parser ); in parse_charstrings()
6935 * src/type1/t1load.c: Use FT_Int cast for most calls of T1_ToInt.