Searched refs:bottomHintEdge (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/cff/
H A Dcf2blues.c465 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...]
H A Dcf2blues.h175 CF2_Hint bottomHintEdge,
H A Dcf2hints.c561 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; local
797 cf2_hint_init( &bottomHintEdge,
812 if ( cf2_hint_isLocked( &bottomHintEdge ) ||
815 &bottomHintEdge,
819 cf2_hintmap_insertHint( hintmap, &bottomHintEdge,
560 cf2_hintmap_insertHint( CF2_HintMap hintmap, CF2_Hint bottomHintEdge, CF2_Hint topHintEdge ) argument
894 CF2_HintRec bottomHintEdge, topHintEdge; local
[all...]

Completed in 375 milliseconds