Home
last modified time | relevance | path

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

/external/chromium_org/third_party/freetype/src/autofit/
Dafhints.h226 AF_FLAG_WEAK_INTERPOLATION = 1 << 8, enumerator
Dafhints.c203 ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) ? 'w' : ' ', in af_glyph_hints_dump_points()
773 point->flags |= AF_FLAG_WEAK_INTERPOLATION; in af_glyph_hints_reload()
945 if ( ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) && in af_glyph_hints_align_strong_points()
/external/freetype/src/autofit/
Dafhints.h226 AF_FLAG_WEAK_INTERPOLATION = 1 << 8, enumerator
Dafhints.c203 ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) ? 'w' : ' ', in af_glyph_hints_dump_points()
773 point->flags |= AF_FLAG_WEAK_INTERPOLATION; in af_glyph_hints_reload()
945 if ( ( point->flags & AF_FLAG_WEAK_INTERPOLATION ) && in af_glyph_hints_align_strong_points()