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.c1671 if ( !( point->flags & AF_FLAG_CONTROL ) ) in af_latin_hints_compute_segments()
1698 if ( ( min_flags | max_flags ) & AF_FLAG_CONTROL && in af_latin_hints_compute_segments()
1758 if ( ( min_flags | max_flags ) & AF_FLAG_CONTROL && in af_latin_hints_compute_segments()
1803 if ( ( min_flags | max_flags ) & AF_FLAG_CONTROL && in af_latin_hints_compute_segments()
1873 if ( point->flags & AF_FLAG_CONTROL ) in af_latin_hints_compute_segments()
1890 if (point->flags & AF_FLAG_CONTROL) in af_latin_hints_compute_segments()
Dafcjk.c823 FT_UInt f0 = pt->flags & AF_FLAG_CONTROL; in af_cjk_hints_compute_segments()
832 f1 = pt->flags & AF_FLAG_CONTROL; in af_cjk_hints_compute_segments()
Daflatin2.c863 FT_UInt f0 = pt->flags & AF_FLAG_CONTROL; in af_latin2_hints_compute_segments()
872 f1 = pt->flags & AF_FLAG_CONTROL; in af_latin2_hints_compute_segments()
Dafhints.c1131 if ( point->flags & AF_FLAG_CONTROL ) in af_glyph_hints_reload()