Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpshints.h134 CF2_ArrStack hintMoves; member
164 CF2_ArrStack hintMoves,
193 CF2_ArrStackRec hintMoves; /* list of hint moves for 2nd pass */ member
Dpshints.c277 CF2_ArrStack hintMoves, in cf2_hintmap_init() argument
288 hintmap->hintMoves = hintMoves; in cf2_hintmap_init()
401 cf2_arrstack_clear( hintmap->hintMoves ); /* working storage */ in cf2_hintmap_adjustHints()
523 cf2_arrstack_push( hintmap->hintMoves, &savedMove ); in cf2_hintmap_adjustHints()
566 for ( i = cf2_arrstack_size( hintmap->hintMoves ); i > 0; i-- ) in cf2_hintmap_adjustHints()
569 cf2_arrstack_getPointer( hintmap->hintMoves, i - 1 ); in cf2_hintmap_adjustHints()
1097 cf2_arrstack_init( &glyphpath->hintMoves, in cf2_glyphpath_init()
1105 &glyphpath->hintMoves, in cf2_glyphpath_init()
1110 &glyphpath->hintMoves, in cf2_glyphpath_init()
1115 &glyphpath->hintMoves, in cf2_glyphpath_init()
[all …]
Dpsintrp.c2631 &glyphPath.hintMoves, in cf2_interpT2CharString()