Searched refs:indexInsert (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/cff/
H A Dcf2hints.c565 CF2_UInt indexInsert; local
596 indexInsert = 0;
597 for ( ; indexInsert < hintmap->count; indexInsert++ )
599 if ( hintmap->edge[indexInsert].csCoord >= firstHintEdge->csCoord )
614 if ( indexInsert < hintmap->count )
618 if ( hintmap->edge[indexInsert].csCoord == firstHintEdge->csCoord )
623 hintmap->edge[indexInsert].csCoord <= secondHintEdge->csCoord )
627 if ( cf2_hint_isPairTop( &hintmap->edge[indexInsert] ) )
678 if ( indexInsert >
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2hints.c564 CF2_UInt indexInsert; local
595 indexInsert = 0;
596 for ( ; indexInsert < hintmap->count; indexInsert++ )
598 if ( hintmap->edge[indexInsert].csCoord > firstHintEdge->csCoord )
608 if ( indexInsert < hintmap->count )
613 hintmap->edge[indexInsert].csCoord < secondHintEdge->csCoord )
617 if ( cf2_hint_isPairTop( &hintmap->edge[indexInsert] ) )
649 if ( indexInsert > 0 )
652 if ( firstHintEdge->dsCoord < hintmap->edge[indexInsert
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2hints.c565 CF2_UInt indexInsert; local
596 indexInsert = 0;
597 for ( ; indexInsert < hintmap->count; indexInsert++ )
599 if ( hintmap->edge[indexInsert].csCoord > firstHintEdge->csCoord )
609 if ( indexInsert < hintmap->count )
614 hintmap->edge[indexInsert].csCoord < secondHintEdge->csCoord )
618 if ( cf2_hint_isPairTop( &hintmap->edge[indexInsert] ) )
650 if ( indexInsert > 0 )
653 if ( firstHintEdge->dsCoord < hintmap->edge[indexInsert
[all...]

Completed in 66 milliseconds