Home
last modified time | relevance | path

Searched refs:hint_mode (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/freetype/include/internal/
A Dpshints.h308 FT_Render_Mode hint_mode );
622 FT_Render_Mode hint_mode );
A Dpsaux.h649 FT_Render_Mode hint_mode,
691 FT_Render_Mode hint_mode; member
/AliOS-Things-master/components/freetype/src/cff/
A Dcffgload.h190 FT_Render_Mode hint_mode; member
205 FT_Render_Mode hint_mode );
A Dcffgload.c388 FT_Render_Mode hint_mode ) in cff_decoder_init() argument
407 decoder->hint_mode = hint_mode; in cff_decoder_init()
2008 decoder->hint_mode ); in cff_decoder_parse_charstrings()
/AliOS-Things-master/components/freetype/src/psaux/
A Dt1decode.h52 FT_Render_Mode hint_mode,
A Dt1decode.c1104 decoder->hint_mode ); in t1_decoder_parse_charstrings()
1573 FT_Render_Mode hint_mode, in t1_decoder_init() argument
1602 decoder->hint_mode = hint_mode; in t1_decoder_init()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.h237 FT_Render_Mode hint_mode );
A Dpshalgo.c2180 FT_Render_Mode hint_mode ) in ps_hints_apply() argument
2253 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 18 milliseconds