Searched refs:hintmap (Results 1 – 4 of 4) sorted by relevance
274 cf2_hintmap_init( CF2_HintMap hintmap, in cf2_hintmap_init() argument280 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() argument295 return hintmap->isValid; in cf2_hintmap_isValid()300 cf2_hintmap_dump( CF2_HintMap hintmap ) in cf2_hintmap_dump() argument[all …]
161 cf2_hintmap_init( CF2_HintMap hintmap,167 cf2_hintmap_build( CF2_HintMap hintmap,
1098 all hints for building the initial hintmap (commit d52dd7f). However,1545 have been in the initial hintmap. This fix adds a preprocessing1546 pass that reads all hints and builds the correct initial hintmap1552 <cf2_cmdENDCHAR>: Add section to build hintmap and rewind.1560 (cf2_hintmap_build): Dump hintmap before and after hint adjustment.
207 FT_ASSERT. Since hintmap still works with count==0, ...3500 The bug was caused by switching to the initial hintmap (the one in3504 curve and if the final hintmap was different enough from the initial3508 hintmap as specified by the charstring. This corrects the3511 line. Depending on the hintmap differences, this line could be from