Home | History | Annotate | Download | only in cff

Lines Matching refs:bottomHintEdge

466                      CF2_Hint         bottomHintEdge,
483 FT_ASSERT( !cf2_hint_isTop( bottomHintEdge ) &&
490 cf2_hint_isBottom( bottomHintEdge ) )
493 bottomHintEdge->csCoord &&
494 bottomHintEdge->csCoord <=
502 else if ( ( blues->zone[i].csTopEdge - bottomHintEdge->csCoord ) >=
507 cf2_fixedRound( bottomHintEdge->dsCoord ),
514 dsNew = cf2_fixedRound( bottomHintEdge->dsCoord );
517 dsMove = dsNew - bottomHintEdge->dsCoord;
562 if ( cf2_hint_isValid( bottomHintEdge ) )
564 bottomHintEdge->dsCoord += dsMove;
565 cf2_hint_lock( bottomHintEdge );