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

  /external/chromium_org/third_party/freetype/src/cff/
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/
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...]

Completed in 275 milliseconds