Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpshints.c606 CF2_UInt indexInsert; in cf2_hintmap_insertHint() local
638 indexInsert = 0; in cf2_hintmap_insertHint()
639 for ( ; indexInsert < hintmap->count; indexInsert++ ) in cf2_hintmap_insertHint()
641 if ( hintmap->edge[indexInsert].csCoord >= firstHintEdge->csCoord ) in cf2_hintmap_insertHint()
664 if ( indexInsert < hintmap->count ) in cf2_hintmap_insertHint()
668 if ( hintmap->edge[indexInsert].csCoord == firstHintEdge->csCoord ) in cf2_hintmap_insertHint()
673 hintmap->edge[indexInsert].csCoord <= secondHintEdge->csCoord ) in cf2_hintmap_insertHint()
677 if ( cf2_hint_isPairTop( &hintmap->edge[indexInsert] ) ) in cf2_hintmap_insertHint()
729 if ( indexInsert > 0 ) in cf2_hintmap_insertHint()
732 if ( firstHintEdge->dsCoord < hintmap->edge[indexInsert - 1].dsCoord ) in cf2_hintmap_insertHint()
[all …]