Home
last modified time | relevance | path

Searched refs:T1_ToInt (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/type42/
Dt42parse.c117 #define T1_ToInt( p ) \ macro
341 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()
/third_party/freetype/src/type42/
Dt42parse.c117 #define T1_ToInt( p ) \ macro
341 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()
/third_party/flutter/skia/third_party/externals/freetype/src/type42/
Dt42parse.c117 #define T1_ToInt( p ) \ macro
341 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()
/third_party/freetype/src/type1/
Dt1parse.h99 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root ) macro
Dt1load.c1066 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()
/third_party/flutter/skia/third_party/externals/freetype/src/type1/
Dt1parse.h100 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root ) macro
Dt1load.c1039 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()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1parse.h99 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root ) macro
Dt1load.c1066 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()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.216935 * src/type1/t1load.c: Use FT_Int cast for most calls of T1_ToInt.
/third_party/freetype/docs/oldlogs/
DChangeLog.216935 * src/type1/t1load.c: Use FT_Int cast for most calls of T1_ToInt.