Searched refs:hint_mode (Results 1 – 8 of 8) sorted by relevance
308 FT_Render_Mode hint_mode );622 FT_Render_Mode hint_mode );
649 FT_Render_Mode hint_mode,691 FT_Render_Mode hint_mode; member
190 FT_Render_Mode hint_mode; member205 FT_Render_Mode hint_mode );
388 FT_Render_Mode hint_mode ) in cff_decoder_init() argument407 decoder->hint_mode = hint_mode; in cff_decoder_init()2008 decoder->hint_mode ); in cff_decoder_parse_charstrings()
52 FT_Render_Mode hint_mode,
1104 decoder->hint_mode ); in t1_decoder_parse_charstrings()1573 FT_Render_Mode hint_mode, in t1_decoder_init() argument1602 decoder->hint_mode = hint_mode; in t1_decoder_init()
237 FT_Render_Mode hint_mode );
2180 FT_Render_Mode hint_mode ) in ps_hints_apply() argument2253 glyph->do_horz_snapping = FT_BOOL( hint_mode == FT_RENDER_MODE_MONO || in ps_hints_apply()2254 hint_mode == FT_RENDER_MODE_LCD ); in ps_hints_apply()2256 glyph->do_vert_snapping = FT_BOOL( hint_mode == FT_RENDER_MODE_MONO || in ps_hints_apply()2257 hint_mode == FT_RENDER_MODE_LCD_V ); in ps_hints_apply()2259 glyph->do_stem_adjust = FT_BOOL( hint_mode != FT_RENDER_MODE_LIGHT ); in ps_hints_apply()
Completed in 23 milliseconds