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

  /external/freetype/src/cff/
cf2hints.c 277 cf2_hintmap_init( CF2_HintMap hintmap,
283 FT_ZERO( hintmap );
286 hintmap->hinted = font->hinted;
287 hintmap->scale = scale;
288 hintmap->font = font;
289 hintmap->initialHintMap = initialMap;
291 hintmap->hintMoves = hintMoves;
296 cf2_hintmap_isValid( const CF2_HintMap hintmap )
298 return hintmap->isValid;
304 cf2_hintmap_map( CF2_HintMap hintmap,
    [all...]
cf2hints.h 100 * A HintMap object stores a piecewise linear function for mapping
162 cf2_hintmap_init( CF2_HintMap hintmap,
168 cf2_hintmap_build( CF2_HintMap hintmap,
178 * coordinates according to the render matrix and HintMap. It also tracks
190 CF2_HintMapRec hintMap; /* current hint map */

Completed in 163 milliseconds