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.c370 : ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) in af_glyph_hints_dump_points()
1047 next->flags |= AF_FLAG_WEAK_INTERPOLATION; in af_glyph_hints_reload()
1086 if ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) in af_glyph_hints_reload()
1112 point->flags |= AF_FLAG_WEAK_INTERPOLATION; in af_glyph_hints_reload()
1128 if ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) in af_glyph_hints_reload()
1135 point->flags |= AF_FLAG_WEAK_INTERPOLATION; in af_glyph_hints_reload()
1328 if ( ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) ) in af_glyph_hints_align_strong_points()
Dafhints.h222 #define AF_FLAG_WEAK_INTERPOLATION ( 1U << 4 ) macro