Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpsobjs.h50 ps_table_new( PS_Table table,
55 ps_table_add( PS_Table table,
61 ps_table_done( PS_Table table );
65 ps_table_release( PS_Table table );
Dpsobjs.c73 ps_table_new( PS_Table table, in ps_table_new()
103 shift_elements( PS_Table table, in shift_elements()
120 reallocate_t1_table( PS_Table table, in reallocate_t1_table()
176 ps_table_add( PS_Table table, in ps_table_add()
243 ps_table_done( PS_Table table ) in ps_table_done()
267 ps_table_release( PS_Table table ) in ps_table_release()
/external/freetype/include/freetype/internal/
Dpsaux.h62 typedef struct PS_TableRec_* PS_Table; typedef
90 (*init)( PS_Table table,
95 (*done)( PS_Table table );
98 (*add)( PS_Table table,
104 (*release)( PS_Table table );
/external/freetype/src/type42/
Dt42parse.c327 PS_Table char_table = &loader->encoding_table; in t42_parse_encoding()
789 PS_Table code_table = &loader->charstrings; in t42_parse_charstrings()
790 PS_Table name_table = &loader->glyph_names; in t42_parse_charstrings()
791 PS_Table swap_table = &loader->swap_table; in t42_parse_charstrings()
/external/freetype/src/type1/
Dt1load.c1485 PS_Table char_table = &loader->encoding_table; in parse_encoding()
1708 PS_Table table = &loader->subrs; in parse_subrs()
1903 PS_Table code_table = &loader->charstrings; in parse_charstrings()
1904 PS_Table name_table = &loader->glyph_names; in parse_charstrings()
1905 PS_Table swap_table = &loader->swap_table; in parse_charstrings()
/external/freetype/
DChangeLog.201177 * include/freetype/internal/psaux.h (PS_Table): Use FT_Offset for
1667 PS_Table) to facilitate placing the .notdef glyph into slot 0.