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.c1636 if ( !( point->flags & AF_FLAG_CONTROL ) ) in af_latin_hints_compute_segments()
1663 if ( ( min_flags | max_flags ) & AF_FLAG_CONTROL && in af_latin_hints_compute_segments()
1723 if ( ( min_flags | max_flags ) & AF_FLAG_CONTROL && in af_latin_hints_compute_segments()
1768 if ( ( min_flags | max_flags ) & AF_FLAG_CONTROL && in af_latin_hints_compute_segments()
1838 if ( point->flags & AF_FLAG_CONTROL ) in af_latin_hints_compute_segments()
1855 if (point->flags & AF_FLAG_CONTROL) in af_latin_hints_compute_segments()
Dafcjk.c824 FT_UInt f0 = pt->flags & AF_FLAG_CONTROL; in af_cjk_hints_compute_segments()
833 f1 = pt->flags & AF_FLAG_CONTROL; in af_cjk_hints_compute_segments()
Daflatin2.c862 FT_UInt f0 = pt->flags & AF_FLAG_CONTROL; in af_latin2_hints_compute_segments()
871 f1 = pt->flags & AF_FLAG_CONTROL; in af_latin2_hints_compute_segments()
Dafhints.c1093 if ( point->flags & AF_FLAG_CONTROL ) in af_glyph_hints_reload()