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

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

Completed in 87 milliseconds