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.c280 CF2_ArrStack hintMoves, in cf2_hintmap_init() argument
291 hintmap->hintMoves = hintMoves; in cf2_hintmap_init()
404 cf2_arrstack_clear( hintmap->hintMoves ); /* working storage */ in cf2_hintmap_adjustHints()
526 cf2_arrstack_push( hintmap->hintMoves, &savedMove ); in cf2_hintmap_adjustHints()
569 for ( i = cf2_arrstack_size( hintmap->hintMoves ); i > 0; i-- ) in cf2_hintmap_adjustHints()
572 cf2_arrstack_getPointer( hintmap->hintMoves, i - 1 ); in cf2_hintmap_adjustHints()
1100 cf2_arrstack_init( &glyphpath->hintMoves, in cf2_glyphpath_init()
1108 &glyphpath->hintMoves, in cf2_glyphpath_init()
1113 &glyphpath->hintMoves, in cf2_glyphpath_init()
1118 &glyphpath->hintMoves, in cf2_glyphpath_init()
[all …]
Dpsintrp.c2619 &glyphPath.hintMoves, in cf2_interpT2CharString()