Home
last modified time | relevance | path

Searched refs:hintmap (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/psaux/
Dpshints.c274 cf2_hintmap_init( CF2_HintMap hintmap, in cf2_hintmap_init() argument
280 FT_ZERO( hintmap ); in cf2_hintmap_init()
283 hintmap->hinted = font->hinted; in cf2_hintmap_init()
284 hintmap->scale = scale; in cf2_hintmap_init()
285 hintmap->font = font; in cf2_hintmap_init()
286 hintmap->initialHintMap = initialMap; in cf2_hintmap_init()
288 hintmap->hintMoves = hintMoves; in cf2_hintmap_init()
293 cf2_hintmap_isValid( const CF2_HintMap hintmap ) in cf2_hintmap_isValid() argument
295 return hintmap->isValid; in cf2_hintmap_isValid()
300 cf2_hintmap_dump( CF2_HintMap hintmap ) in cf2_hintmap_dump() argument
[all …]
Dpshints.h161 cf2_hintmap_init( CF2_HintMap hintmap,
167 cf2_hintmap_build( CF2_HintMap hintmap,
/external/freetype/
DChangeLog.291098 all hints for building the initial hintmap (commit d52dd7f). However,
1545 have been in the initial hintmap. This fix adds a preprocessing
1546 pass that reads all hints and builds the correct initial hintmap
1552 <cf2_cmdENDCHAR>: Add section to build hintmap and rewind.
1560 (cf2_hintmap_build): Dump hintmap before and after hint adjustment.
DChangeLog.25207 FT_ASSERT. Since hintmap still works with count==0, ...
3500 The bug was caused by switching to the initial hintmap (the one in
3504 curve and if the final hintmap was different enough from the initial
3508 hintmap as specified by the charstring. This corrects the
3511 line. Depending on the hintmap differences, this line could be from