Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafdummy.c47 error = af_glyph_hints_reload( hints, outline ); in af_dummy_hints_apply()
Dafhints.h434 af_glyph_hints_reload( AF_GlyphHints hints,
Dafcjk.c163 error = af_glyph_hints_reload( hints, &face->glyph->outline ); in af_cjk_metrics_init_widths()
2194 error = af_glyph_hints_reload( hints, outline ); in af_cjk_hints_apply()
Daflatin2.c100 error = af_glyph_hints_reload( hints, &face->glyph->outline ); in af_latin2_metrics_init_widths()
2311 error = af_glyph_hints_reload( hints, outline ); in af_latin2_hints_apply()
Daflatin.c157 error = af_glyph_hints_reload( hints, &face->glyph->outline ); in af_latin_metrics_init_widths()
2818 error = af_glyph_hints_reload( hints, outline ); in af_latin_hints_apply()
Dafhints.c598 af_glyph_hints_reload( AF_GlyphHints hints, in af_glyph_hints_reload() function