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

  /external/freetype/src/cff/
cf2hints.c 560 CF2_Hint bottomHintEdge,
567 CF2_Hint firstHintEdge = bottomHintEdge;
573 FT_ASSERT( cf2_hint_isValid( bottomHintEdge ) ||
577 if ( !cf2_hint_isValid( bottomHintEdge ) )
591 topHintEdge->csCoord < bottomHintEdge->csCoord )
827 CF2_HintRec bottomHintEdge, topHintEdge;
830 cf2_hint_init( &bottomHintEdge,
845 if ( cf2_hint_isLocked( &bottomHintEdge ) ||
848 &bottomHintEdge,
852 cf2_hintmap_insertHint( hintmap, &bottomHintEdge, &topHintEdge )
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2hints.c 560 CF2_Hint bottomHintEdge,
567 CF2_Hint firstHintEdge = bottomHintEdge;
573 FT_ASSERT( cf2_hint_isValid( bottomHintEdge ) ||
577 if ( !cf2_hint_isValid( bottomHintEdge ) )
591 topHintEdge->csCoord >= bottomHintEdge->csCoord );
826 CF2_HintRec bottomHintEdge, topHintEdge;
829 cf2_hint_init( &bottomHintEdge,
844 if ( cf2_hint_isLocked( &bottomHintEdge ) ||
847 &bottomHintEdge,
851 cf2_hintmap_insertHint( hintmap, &bottomHintEdge, &topHintEdge )
    [all...]

Completed in 58 milliseconds