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

  /external/freetype/src/cff/
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/
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 645 milliseconds