Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafhints.h65 AF_FLAG_CUBIC = 1 << 1, enumerator
66 AF_FLAG_CONTROL = AF_FLAG_CONIC | AF_FLAG_CUBIC,
Dafhints.c545 point->flags = AF_FLAG_CUBIC; in af_glyph_hints_reload()
614 if ( point->flags & ( AF_FLAG_CONIC | AF_FLAG_CUBIC ) ) in af_glyph_hints_reload()
659 else if ( point->flags & AF_FLAG_CUBIC ) in af_glyph_hints_save()