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 210 AF_FLAG_CUBIC = 1 << 1,
211 AF_FLAG_CONTROL = AF_FLAG_CONIC | AF_FLAG_CUBIC,
afhints.c 677 point->flags = AF_FLAG_CUBIC;
748 if ( point->flags & ( AF_FLAG_CONIC | AF_FLAG_CUBIC ) )
795 else if ( point->flags & AF_FLAG_CUBIC )

Completed in 1593 milliseconds