Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafhints.h225 #define AF_FLAG_NEAR ( 1U << 5 ) macro
Dafhints.c368 ( point->flags & AF_FLAG_NEAR ) in af_glyph_hints_dump_points()
916 prev->flags |= AF_FLAG_NEAR; in af_glyph_hints_reload()
/external/freetype/
DChangeLog.251825 `AF_FLAG_NEAR'.
4020 is near to the previous one, then set `AF_FLAG_NEAR' accordingly.
DChangeLog.26970 * src/autofit/afhints.h (AF_FLAG_NEAR): New macro.
973 (af_glyph_hints_reload): Handle AF_FLAG_NEAR.