Searched refs:hintmap (Results 1 – 4 of 4) sorted by relevance
277 cf2_hintmap_init( CF2_HintMap hintmap, in cf2_hintmap_init() argument283 FT_ZERO( hintmap ); in cf2_hintmap_init()286 hintmap->hinted = font->hinted; in cf2_hintmap_init()287 hintmap->scale = scale; in cf2_hintmap_init()288 hintmap->font = font; in cf2_hintmap_init()289 hintmap->initialHintMap = initialMap; in cf2_hintmap_init()291 hintmap->hintMoves = hintMoves; in cf2_hintmap_init()296 cf2_hintmap_isValid( const CF2_HintMap hintmap ) in cf2_hintmap_isValid() argument298 return hintmap->isValid; in cf2_hintmap_isValid()303 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,
2457 all hints for building the initial hintmap (commit d52dd7f). However,2904 have been in the initial hintmap. This fix adds a preprocessing2905 pass that reads all hints and builds the correct initial hintmap2911 <cf2_cmdENDCHAR>: Add section to build hintmap and rewind.2919 (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