Searched refs:hintMoves (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | pshints.h | 134 CF2_ArrStack hintMoves; member 164 CF2_ArrStack hintMoves, 193 CF2_ArrStackRec hintMoves; /* list of hint moves for 2nd pass */ member
|
D | pshints.c | 277 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() 526 cf2_arrstack_push( hintmap->hintMoves, &savedMove ); in cf2_hintmap_adjustHints() 573 for ( i = cf2_arrstack_size( hintmap->hintMoves ); i > 0; i-- ) in cf2_hintmap_adjustHints() 576 cf2_arrstack_getPointer( hintmap->hintMoves, i - 1 ); in cf2_hintmap_adjustHints() 1111 cf2_arrstack_init( &glyphpath->hintMoves, in cf2_glyphpath_init() 1119 &glyphpath->hintMoves, in cf2_glyphpath_init() 1124 &glyphpath->hintMoves, in cf2_glyphpath_init() 1129 &glyphpath->hintMoves, in cf2_glyphpath_init() [all …]
|
D | psintrp.c | 2634 &glyphPath.hintMoves, in cf2_interpT2CharString()
|
/third_party/freetype/src/psaux/ |
D | pshints.h | 134 CF2_ArrStack hintMoves; member 164 CF2_ArrStack hintMoves, 193 CF2_ArrStackRec hintMoves; /* list of hint moves for 2nd pass */ member
|
D | pshints.c | 277 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 …]
|
D | psintrp.c | 2631 &glyphPath.hintMoves, in cf2_interpT2CharString()
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | pshints.h | 134 CF2_ArrStack hintMoves; member 164 CF2_ArrStack hintMoves, 193 CF2_ArrStackRec hintMoves; /* list of hint moves for 2nd pass */ member
|
D | pshints.c | 277 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 …]
|
D | psintrp.c | 2631 &glyphPath.hintMoves, in cf2_interpT2CharString()
|