Home
last modified time | relevance | path

Searched refs:AF_FLAG_WEAK_INTERPOLATION (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/autofit/
Dafhints.c349 : ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) in af_glyph_hints_dump_points()
996 next->flags |= AF_FLAG_WEAK_INTERPOLATION; in af_glyph_hints_reload()
1035 if ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) in af_glyph_hints_reload()
1061 point->flags |= AF_FLAG_WEAK_INTERPOLATION; in af_glyph_hints_reload()
1077 if ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) in af_glyph_hints_reload()
1084 point->flags |= AF_FLAG_WEAK_INTERPOLATION; in af_glyph_hints_reload()
1277 if ( ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) ) in af_glyph_hints_align_strong_points()
Dafhints.h222 #define AF_FLAG_WEAK_INTERPOLATION ( 1U << 4 ) macro