Home
last modified time | relevance | path

Searched refs:swap_table (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/type42/
Dt42parse.c791 PS_Table swap_table = &loader->swap_table; in t42_parse_charstrings() local
882 if ( swap_table->init ) in t42_parse_charstrings()
905 error = psaux->ps_table_funcs->init( swap_table, 4, memory ); 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()
1057 swap_table->elements[0], in t42_parse_charstrings()
1058 swap_table->lengths [0] ); in t42_parse_charstrings()
1063 swap_table->elements[1], in t42_parse_charstrings()
[all …]
Dt42parse.h53 PS_TableRec swap_table; /* For moving .notdef glyph to index 0. */ member
/external/freetype/src/type1/
Dt1load.c1905 PS_Table swap_table = &loader->swap_table; in parse_charstrings() local
1961 error = psaux->ps_table_funcs->init( swap_table, 4, memory ); 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()
2129 error = T1_Add_Table( swap_table, 3, in parse_charstrings()
2136 swap_table->elements[0], in parse_charstrings()
2137 swap_table->lengths [0] ); in parse_charstrings()
2142 swap_table->elements[1], in parse_charstrings()
2143 swap_table->lengths [1] ); in parse_charstrings()
[all …]
Dt1load.h44 PS_TableRec swap_table; /* For moving .notdef glyph to index 0. */ member
/external/freetype/
DChangeLog.201666 * t1load.h: In structure T1_Loader, added swap_table (of type
DChangeLog.214088 Add `swap_table' element.
4109 (t42_loader_done): Release `swap_table'.