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.c353 : ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) in af_glyph_hints_dump_points()
1009 next->flags |= AF_FLAG_WEAK_INTERPOLATION; in af_glyph_hints_reload()
1048 if ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) in af_glyph_hints_reload()
1074 point->flags |= AF_FLAG_WEAK_INTERPOLATION; in af_glyph_hints_reload()
1090 if ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) in af_glyph_hints_reload()
1097 point->flags |= AF_FLAG_WEAK_INTERPOLATION; in af_glyph_hints_reload()
1290 if ( ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) ) in af_glyph_hints_align_strong_points()
Dafhints.h222 #define AF_FLAG_WEAK_INTERPOLATION ( 1U << 4 ) macro