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.c468 : ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) in af_glyph_hints_dump_points()
1142 next->flags |= AF_FLAG_WEAK_INTERPOLATION; in af_glyph_hints_reload()
1181 if ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) in af_glyph_hints_reload()
1207 point->flags |= AF_FLAG_WEAK_INTERPOLATION; in af_glyph_hints_reload()
1223 if ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) in af_glyph_hints_reload()
1230 point->flags |= AF_FLAG_WEAK_INTERPOLATION; in af_glyph_hints_reload()
1423 if ( ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) ) in af_glyph_hints_align_strong_points()
Dafhints.h220 #define AF_FLAG_WEAK_INTERPOLATION ( 1U << 4 ) macro