Home | History | Annotate | Download | only in cff

Lines Matching refs:bottomHintEdge

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 ) )
563 bottomHintEdge->dsCoord += dsMove;
564 cf2_hint_lock( bottomHintEdge );