Home
last modified time | relevance | path

Searched refs:AF_FLAG_CONTROL (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/autofit/
Dafhints.h215 #define AF_FLAG_CONTROL ( AF_FLAG_CONIC | AF_FLAG_CUBIC ) macro
Daflatin.c1612 if ( !( point->flags & AF_FLAG_CONTROL ) ) in af_latin_hints_compute_segments()
1639 if ( ( min_flags | max_flags ) & AF_FLAG_CONTROL && in af_latin_hints_compute_segments()
1697 if ( ( min_flags | max_flags ) & AF_FLAG_CONTROL && in af_latin_hints_compute_segments()
1739 if ( ( min_flags | max_flags ) & AF_FLAG_CONTROL && in af_latin_hints_compute_segments()
1809 if ( point->flags & AF_FLAG_CONTROL ) in af_latin_hints_compute_segments()
1826 if (point->flags & AF_FLAG_CONTROL) in af_latin_hints_compute_segments()
Dafcjk.c800 FT_UInt f0 = pt->flags & AF_FLAG_CONTROL; in af_cjk_hints_compute_segments()
809 f1 = pt->flags & AF_FLAG_CONTROL; in af_cjk_hints_compute_segments()
Daflatin2.c859 FT_UInt f0 = pt->flags & AF_FLAG_CONTROL; in af_latin2_hints_compute_segments()
868 f1 = pt->flags & AF_FLAG_CONTROL; in af_latin2_hints_compute_segments()
Dafhints.c1080 if ( point->flags & AF_FLAG_CONTROL ) in af_glyph_hints_reload()