Searched refs:T1_Add_Table (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/freetype/src/type1/ |
D | t1load.c | 1249 (void)T1_Add_Table( char_table, n, notdef, 8 ); in parse_encoding() 1337 parser->root.error = T1_Add_Table( char_table, charcode, in parse_encoding() 1508 error = T1_Add_Table( table, (FT_Int)idx, in parse_subrs() 1513 error = T1_Add_Table( table, (FT_Int)idx, base, size ); in parse_subrs() 1675 error = T1_Add_Table( name_table, n, cur, len + 1 ); in parse_charstrings() 1709 error = T1_Add_Table( code_table, n, in parse_charstrings() 1714 error = T1_Add_Table( code_table, n, base, size ); in parse_charstrings() 1735 error = T1_Add_Table( swap_table, 0, in parse_charstrings() 1742 error = T1_Add_Table( swap_table, 1, in parse_charstrings() 1749 error = T1_Add_Table( swap_table, 2, in parse_charstrings() [all …]
|
D | t1parse.h | 79 #define T1_Add_Table( p, i, o, l ) (p)->funcs.add( (p), i, o, l ) macro
|