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

  /external/freetype/src/cff/
cf2blues.c 465 CF2_Hint bottomHintEdge,
482 FT_ASSERT( !cf2_hint_isTop( bottomHintEdge ) &&
489 cf2_hint_isBottom( bottomHintEdge ) )
492 bottomHintEdge->csCoord &&
493 bottomHintEdge->csCoord <=
501 else if ( ( blues->zone[i].csTopEdge - bottomHintEdge->csCoord ) >=
506 cf2_fixedRound( bottomHintEdge->dsCoord ),
513 dsNew = cf2_fixedRound( bottomHintEdge->dsCoord );
516 dsMove = dsNew - bottomHintEdge->dsCoord;
561 if ( cf2_hint_isValid( bottomHintEdge ) )
    [all...]
cf2blues.h 175 CF2_Hint bottomHintEdge,
cf2hints.c 561 CF2_Hint bottomHintEdge,
568 CF2_Hint firstHintEdge = bottomHintEdge;
574 FT_ASSERT( cf2_hint_isValid( bottomHintEdge ) ||
578 if ( !cf2_hint_isValid( bottomHintEdge ) )
592 topHintEdge->csCoord >= bottomHintEdge->csCoord );
794 CF2_HintRec bottomHintEdge, topHintEdge;
797 cf2_hint_init( &bottomHintEdge,
812 if ( cf2_hint_isLocked( &bottomHintEdge ) ||
815 &bottomHintEdge,
819 cf2_hintmap_insertHint( hintmap, &bottomHintEdge, &topHintEdge )
    [all...]

Completed in 137 milliseconds