Home
last modified time | relevance | path

Searched refs:T1_Add_Table (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/type42/
Dt42parse.c106 #define T1_Add_Table( p, i, o, l ) (p)->funcs.add( (p), i, o, l ) macro
377 (void)T1_Add_Table( char_table, n, ".notdef", 8 ); in t42_parse_encoding()
464 parser->root.error = T1_Add_Table( char_table, charcode, in t42_parse_encoding()
965 error = T1_Add_Table( name_table, n, cur, len + 1 ); in t42_parse_charstrings()
998 error = T1_Add_Table( code_table, n, cur, len + 1 ); in t42_parse_charstrings()
1029 error = T1_Add_Table( swap_table, 0, in t42_parse_charstrings()
1036 error = T1_Add_Table( swap_table, 1, in t42_parse_charstrings()
1043 error = T1_Add_Table( swap_table, 2, in t42_parse_charstrings()
1050 error = T1_Add_Table( swap_table, 3, in t42_parse_charstrings()
1056 error = T1_Add_Table( name_table, notdef_index, in t42_parse_charstrings()
[all …]
/external/freetype/src/type1/
Dt1load.c1534 (void)T1_Add_Table( char_table, n, ".notdef", 8 ); in parse_encoding()
1623 parser->root.error = T1_Add_Table( char_table, charcode, in parse_encoding()
1866 error = T1_Add_Table( table, (FT_Int)idx, in parse_subrs()
1871 error = T1_Add_Table( table, (FT_Int)idx, base, size ); in parse_subrs()
2042 error = T1_Add_Table( name_table, n, cur, len + 1 ); in parse_charstrings()
2076 error = T1_Add_Table( code_table, n, in parse_charstrings()
2081 error = T1_Add_Table( code_table, n, base, size ); in parse_charstrings()
2108 error = T1_Add_Table( swap_table, 0, in parse_charstrings()
2115 error = T1_Add_Table( swap_table, 1, in parse_charstrings()
2122 error = T1_Add_Table( swap_table, 2, in parse_charstrings()
[all …]
Dt1parse.h87 #define T1_Add_Table( p, i, o, l ) (p)->funcs.add( (p), i, o, l ) macro