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

  /external/chromium_org/third_party/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...]
  /external/freetype/src/cff/
cf2blues.c 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 ) )
    [all...]
cf2blues.h 175 CF2_Hint bottomHintEdge,
cf2hints.c 562 CF2_Hint bottomHintEdge,
569 CF2_Hint firstHintEdge = bottomHintEdge;
575 FT_ASSERT( cf2_hint_isValid( bottomHintEdge ) ||
579 if ( !cf2_hint_isValid( bottomHintEdge ) )
593 topHintEdge->csCoord >= bottomHintEdge->csCoord );
825 CF2_HintRec bottomHintEdge, topHintEdge;
828 cf2_hint_init( &bottomHintEdge,
843 if ( cf2_hint_isLocked( &bottomHintEdge ) ||
846 &bottomHintEdge,
850 cf2_hintmap_insertHint( hintmap, &bottomHintEdge, &topHintEdge )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 562 CF2_Hint bottomHintEdge,
569 CF2_Hint firstHintEdge = bottomHintEdge;
575 FT_ASSERT( cf2_hint_isValid( bottomHintEdge ) ||
579 if ( !cf2_hint_isValid( bottomHintEdge ) )
593 topHintEdge->csCoord >= bottomHintEdge->csCoord );
798 CF2_HintRec bottomHintEdge, topHintEdge;
801 cf2_hint_init( &bottomHintEdge,
816 if ( cf2_hint_isLocked( &bottomHintEdge ) ||
819 &bottomHintEdge,
823 cf2_hintmap_insertHint( hintmap, &bottomHintEdge, &topHintEdge )
    [all...]

Completed in 751 milliseconds