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 65 AF_FLAG_CUBIC = 1 << 1,
66 AF_FLAG_CONTROL = AF_FLAG_CONIC | AF_FLAG_CUBIC,
afhints.c 545 point->flags = AF_FLAG_CUBIC;
614 if ( point->flags & ( AF_FLAG_CONIC | AF_FLAG_CUBIC ) )
659 else if ( point->flags & AF_FLAG_CUBIC )

Completed in 13 milliseconds