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

  /external/freetype/src/cff/
cf2blues.c 467 CF2_Hint topHintEdge )
484 !cf2_hint_isBottom( topHintEdge ) );
524 if ( !blues->zone[i].bottomZone && cf2_hint_isTop( topHintEdge ) )
527 topHintEdge->csCoord &&
528 topHintEdge->csCoord <=
536 else if ( ( topHintEdge->csCoord - blues->zone[i].csBottomEdge ) >=
541 cf2_fixedRound( topHintEdge->dsCoord ),
548 dsNew = cf2_fixedRound( topHintEdge->dsCoord );
551 dsMove = dsNew - topHintEdge->dsCoord;
568 if ( cf2_hint_isValid( topHintEdge ) )
    [all...]
cf2blues.h 176 CF2_Hint topHintEdge );
cf2hints.c 561 CF2_Hint topHintEdge )
568 CF2_Hint secondHintEdge = topHintEdge;
574 cf2_hint_isValid( topHintEdge ) );
580 firstHintEdge = topHintEdge;
583 else if ( !cf2_hint_isValid( topHintEdge ) )
591 topHintEdge->csCoord >= bottomHintEdge->csCoord );
826 CF2_HintRec bottomHintEdge, topHintEdge;
836 cf2_hint_init( &topHintEdge,
845 cf2_hint_isLocked( &topHintEdge ) ||
848 &topHintEdge ) )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2blues.c 467 CF2_Hint topHintEdge )
484 !cf2_hint_isBottom( topHintEdge ) );
524 if ( !blues->zone[i].bottomZone && cf2_hint_isTop( topHintEdge ) )
527 topHintEdge->csCoord &&
528 topHintEdge->csCoord <=
536 else if ( ( topHintEdge->csCoord - blues->zone[i].csBottomEdge ) >=
541 cf2_fixedRound( topHintEdge->dsCoord ),
548 dsNew = cf2_fixedRound( topHintEdge->dsCoord );
551 dsMove = dsNew - topHintEdge->dsCoord;
568 if ( cf2_hint_isValid( topHintEdge ) )
    [all...]
cf2blues.h 176 CF2_Hint topHintEdge );
cf2hints.c 561 CF2_Hint topHintEdge )
568 CF2_Hint secondHintEdge = topHintEdge;
574 cf2_hint_isValid( topHintEdge ) );
580 firstHintEdge = topHintEdge;
583 else if ( !cf2_hint_isValid( topHintEdge ) )
591 topHintEdge->csCoord < bottomHintEdge->csCoord )
827 CF2_HintRec bottomHintEdge, topHintEdge;
837 cf2_hint_init( &topHintEdge,
846 cf2_hint_isLocked( &topHintEdge ) ||
849 &topHintEdge ) )
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2blues.c 467 CF2_Hint topHintEdge )
484 !cf2_hint_isBottom( topHintEdge ) );
524 if ( !blues->zone[i].bottomZone && cf2_hint_isTop( topHintEdge ) )
527 topHintEdge->csCoord &&
528 topHintEdge->csCoord <=
536 else if ( ( topHintEdge->csCoord - blues->zone[i].csBottomEdge ) >=
541 cf2_fixedRound( topHintEdge->dsCoord ),
548 dsNew = cf2_fixedRound( topHintEdge->dsCoord );
551 dsMove = dsNew - topHintEdge->dsCoord;
568 if ( cf2_hint_isValid( topHintEdge ) )
    [all...]
cf2blues.h 176 CF2_Hint topHintEdge );
cf2hints.c 561 CF2_Hint topHintEdge )
568 CF2_Hint secondHintEdge = topHintEdge;
574 cf2_hint_isValid( topHintEdge ) );
580 firstHintEdge = topHintEdge;
583 else if ( !cf2_hint_isValid( topHintEdge ) )
591 topHintEdge->csCoord >= bottomHintEdge->csCoord );
826 CF2_HintRec bottomHintEdge, topHintEdge;
836 cf2_hint_init( &topHintEdge,
845 cf2_hint_isLocked( &topHintEdge ) ||
848 &topHintEdge ) )
    [all...]

Completed in 648 milliseconds