HomeSort by relevance Sort by last modified time
    Searched full:hintmap (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/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 */
cf2intrp.c 488 /* may need to call `hintMap.Build' */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 */
cf2intrp.c 490 /* may need to call `hintMap.Build' */
    [all...]
  /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 */
cf2intrp.c 488 /* may need to call `hintMap.Build' */
    [all...]

Completed in 132 milliseconds