Home
last modified time | relevance | path

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

/external/freetype/src/cff/
Dcffgload.h155 FT_Render_Mode hint_mode; member
168 FT_Render_Mode hint_mode );
Dcffgload.c382 FT_Render_Mode hint_mode ) in cff_decoder_init() argument
401 decoder->hint_mode = hint_mode; in cff_decoder_init()
1991 decoder->hint_mode ); in cff_decoder_parse_charstrings()
/external/freetype/include/freetype/internal/
Dpshints.h308 FT_Render_Mode hint_mode );
622 FT_Render_Mode hint_mode );
Dpsaux.h645 FT_Render_Mode hint_mode,
687 FT_Render_Mode hint_mode; member
/external/freetype/src/psaux/
Dt1decode.h52 FT_Render_Mode hint_mode,
Dt1decode.c1091 decoder->hint_mode ); in t1_decoder_parse_charstrings()
1560 FT_Render_Mode hint_mode, in t1_decoder_init() argument
1589 decoder->hint_mode = hint_mode; in t1_decoder_init()
/external/freetype/src/pshinter/
Dpshalgo.c2184 FT_Render_Mode hint_mode ) in ps_hints_apply() argument
2257 glyph->do_horz_snapping = FT_BOOL( hint_mode == FT_RENDER_MODE_MONO || in ps_hints_apply()
2258 hint_mode == FT_RENDER_MODE_LCD ); in ps_hints_apply()
2260 glyph->do_vert_snapping = FT_BOOL( hint_mode == FT_RENDER_MODE_MONO || in ps_hints_apply()
2261 hint_mode == FT_RENDER_MODE_LCD_V ); in ps_hints_apply()
2263 glyph->do_stem_adjust = FT_BOOL( hint_mode != FT_RENDER_MODE_LIGHT ); in ps_hints_apply()
Dpshalgo.h246 FT_Render_Mode hint_mode );