HomeSort by relevance Sort by last modified time
    Searched refs:AF_FLAG_CUBIC (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/autofit/
afhints.h 214 #define AF_FLAG_CUBIC ( 1U << 1 )
215 #define AF_FLAG_CONTROL ( AF_FLAG_CONIC | AF_FLAG_CUBIC )
afhints.c 863 point->flags = AF_FLAG_CUBIC;
1149 else if ( point->flags & AF_FLAG_CUBIC )
    [all...]

Completed in 710 milliseconds