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.c50 error = af_glyph_hints_reload( hints, outline ); in af_dummy_hints_apply()
Dafhints.h437 af_glyph_hints_reload( AF_GlyphHints hints,
Dafcjk.c178 error = af_glyph_hints_reload( hints, &face->glyph->outline ); in af_cjk_metrics_init_widths()
2270 error = af_glyph_hints_reload( hints, outline ); in af_cjk_hints_apply()
Daflatin2.c105 error = af_glyph_hints_reload( hints, &face->glyph->outline ); in af_latin2_metrics_init_widths()
2335 error = af_glyph_hints_reload( hints, outline ); in af_latin2_hints_apply()
Daflatin.c171 error = af_glyph_hints_reload( hints, &face->glyph->outline ); in af_latin_metrics_init_widths()
3490 error = af_glyph_hints_reload( hints, outline ); in af_latin_hints_apply()
Dafhints.c719 af_glyph_hints_reload( AF_GlyphHints hints, in af_glyph_hints_reload() function