Searched refs:swap_table (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/freetype/src/type1/ |
D | t1load.c | 1538 PS_Table swap_table = &loader->swap_table; in parse_charstrings() local 1594 error = psaux->ps_table_funcs->init( swap_table, 4, memory ); 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() 1756 error = T1_Add_Table( swap_table, 3, in parse_charstrings() 1763 swap_table->elements[0], in parse_charstrings() 1764 swap_table->lengths [0] ); in parse_charstrings() 1769 swap_table->elements[1], in parse_charstrings() 1770 swap_table->lengths [1] ); in parse_charstrings() [all …]
|
D | t1load.h | 45 PS_TableRec swap_table; /* For moving .notdef glyph to index 0. */ member
|