Searched refs:swap_table (Results 1 – 6 of 6) sorted by relevance
/external/freetype/src/type42/ |
D | t42parse.c | 787 PS_Table swap_table = &loader->swap_table; in t42_parse_charstrings() local 878 if ( swap_table->init ) in t42_parse_charstrings() 901 error = psaux->ps_table_funcs->init( swap_table, 4, memory ); in t42_parse_charstrings() 1026 error = T1_Add_Table( swap_table, 0, in t42_parse_charstrings() 1033 error = T1_Add_Table( swap_table, 1, in t42_parse_charstrings() 1040 error = T1_Add_Table( swap_table, 2, in t42_parse_charstrings() 1047 error = T1_Add_Table( swap_table, 3, in t42_parse_charstrings() 1054 swap_table->elements[0], in t42_parse_charstrings() 1055 swap_table->lengths [0] ); in t42_parse_charstrings() 1060 swap_table->elements[1], in t42_parse_charstrings() [all …]
|
D | t42parse.h | 53 PS_TableRec swap_table; /* For moving .notdef glyph to index 0. */ member
|
/external/freetype/src/type1/ |
D | t1load.c | 1804 PS_Table swap_table = &loader->swap_table; in parse_charstrings() local 1860 error = psaux->ps_table_funcs->init( swap_table, 4, memory ); in parse_charstrings() 2007 error = T1_Add_Table( swap_table, 0, in parse_charstrings() 2014 error = T1_Add_Table( swap_table, 1, in parse_charstrings() 2021 error = T1_Add_Table( swap_table, 2, in parse_charstrings() 2028 error = T1_Add_Table( swap_table, 3, in parse_charstrings() 2035 swap_table->elements[0], in parse_charstrings() 2036 swap_table->lengths [0] ); in parse_charstrings() 2041 swap_table->elements[1], in parse_charstrings() 2042 swap_table->lengths [1] ); in parse_charstrings() [all …]
|
D | t1load.h | 45 PS_TableRec swap_table; /* For moving .notdef glyph to index 0. */ member
|
/external/freetype/ |
D | ChangeLog.20 | 1666 * t1load.h: In structure T1_Loader, added swap_table (of type
|
D | ChangeLog.21 | 4088 Add `swap_table' element. 4109 (t42_loader_done): Release `swap_table'.
|