HomeSort by relevance Sort by last modified time
    Searched refs:hintMoves (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/freetype/src/cff/
cf2hints.h 135 CF2_ArrStack hintMoves;
165 CF2_ArrStack hintMoves,
194 CF2_ArrStackRec hintMoves; /* list of hint moves for 2nd pass */
cf2hints.c 280 CF2_ArrStack hintMoves,
291 hintmap->hintMoves = hintMoves;
373 cf2_arrstack_clear( hintmap->hintMoves ); /* working storage */
379 * Save edges that are not optimally adjusted in `hintMoves' array,
491 cf2_arrstack_push( hintmap->hintMoves, &savedMove );
530 for ( i = cf2_arrstack_size( hintmap->hintMoves ); i > 0; i-- )
533 cf2_arrstack_getPointer( hintmap->hintMoves, i - 1 );
    [all...]
cf2intrp.c     [all...]
  /external/freetype/src/cff/
cf2hints.h 135 CF2_ArrStack hintMoves;
165 CF2_ArrStack hintMoves,
194 CF2_ArrStackRec hintMoves; /* list of hint moves for 2nd pass */
cf2hints.c 280 CF2_ArrStack hintMoves,
291 hintmap->hintMoves = hintMoves;
373 cf2_arrstack_clear( hintmap->hintMoves ); /* working storage */
379 * Save edges that are not optimally adjusted in `hintMoves' array,
491 cf2_arrstack_push( hintmap->hintMoves, &savedMove );
530 for ( i = cf2_arrstack_size( hintmap->hintMoves ); i > 0; i-- )
533 cf2_arrstack_getPointer( hintmap->hintMoves, i - 1 );
    [all...]
cf2intrp.c     [all...]

Completed in 48 milliseconds