Searched refs:hint_tables (Results 1 – 4 of 4) sorted by relevance
/external/freetype/src/pshinter/ |
D | pshalgo.c | 1040 psh_hint_table_done( &glyph->hint_tables[1], memory ); in psh_glyph_done() 1041 psh_hint_table_done( &glyph->hint_tables[0], memory ); in psh_glyph_done() 1266 error = psh_hint_table_init( &glyph->hint_tables [0], in psh_glyph_init() 1274 error = psh_hint_table_init( &glyph->hint_tables [1], in psh_glyph_init() 1571 PSH_Hint_Table table = &glyph->hint_tables[dimension]; in psh_glyph_find_strong_points() 2163 psh_hint_table_align_hints( &glyph->hint_tables[dimension], in ps_hints_apply()
|
D | pshalgo.h | 200 PSH_Hint_TableRec hint_tables[2]; member
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshalgo.c | 1040 psh_hint_table_done( &glyph->hint_tables[1], memory ); in psh_glyph_done() 1041 psh_hint_table_done( &glyph->hint_tables[0], memory ); in psh_glyph_done() 1266 error = psh_hint_table_init( &glyph->hint_tables [0], in psh_glyph_init() 1274 error = psh_hint_table_init( &glyph->hint_tables [1], in psh_glyph_init() 1571 PSH_Hint_Table table = &glyph->hint_tables[dimension]; in psh_glyph_find_strong_points() 2163 psh_hint_table_align_hints( &glyph->hint_tables[dimension], in ps_hints_apply()
|
D | pshalgo.h | 200 PSH_Hint_TableRec hint_tables[2]; member
|