Searched refs:T1_ToInt (Results 1 – 11 of 11) 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()641 tmp = T1_ToInt( parser ); in t42_parse_sfnts()834 loader->num_glyphs = T1_ToInt( parser ); in t42_parse_charstrings()1007 (void)T1_ToInt( parser ); in t42_parse_charstrings()
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()649 tmp = T1_ToInt( parser ); in t42_parse_sfnts()853 loader->num_glyphs = T1_ToInt( parser ); in t42_parse_charstrings()1026 (void)T1_ToInt( parser ); in t42_parse_charstrings()
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
1066 map->design_points[p] = T1_ToInt( parser ); in parse_blend_design_map()1369 FT_Long s = T1_ToInt( parser ); in read_binary_data()1509 count = (FT_Int)T1_ToInt( parser ); in parse_encoding()1602 charcode = (FT_Int)T1_ToInt( parser ); in parse_encoding()1741 num_subrs = (FT_Int)T1_ToInt( parser ); in parse_subrs()1818 idx = T1_ToInt( parser ); in parse_subrs()1928 num_glyphs = (FT_Int)T1_ToInt( parser ); in parse_charstrings()
100 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root ) macro
1039 map->design_points[p] = T1_ToInt( parser ); in parse_blend_design_map()1335 FT_Long s = T1_ToInt( parser ); in read_binary_data()1475 count = (FT_Int)T1_ToInt( parser ); in parse_encoding()1568 charcode = (FT_Int)T1_ToInt( parser ); in parse_encoding()1707 num_subrs = (FT_Int)T1_ToInt( parser ); in parse_subrs()1784 idx = T1_ToInt( parser ); in parse_subrs()1894 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.