Home
last modified time | relevance | path

Searched refs:AF_FLAG_CONIC (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/autofit/
Dafhints.h213 #define AF_FLAG_CONIC ( 1U << 0 ) macro
215 #define AF_FLAG_CONTROL ( AF_FLAG_CONIC | AF_FLAG_CUBIC )
Dafhints.c903 point->flags = AF_FLAG_CONIC; in af_glyph_hints_reload()
1198 if ( point->flags & AF_FLAG_CONIC ) in af_glyph_hints_save()