Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
Dpshints.h308 FT_Render_Mode hint_mode );
621 FT_Render_Mode hint_mode );
Dpsaux.h665 FT_Render_Mode hint_mode; member
914 FT_Render_Mode hint_mode,
970 FT_Render_Mode hint_mode; member
1202 FT_Render_Mode hint_mode; member
1224 FT_Render_Mode hint_mode,
/external/freetype/src/psaux/
Dcffdecode.h35 FT_Render_Mode hint_mode,
Dt1decode.h62 FT_Render_Mode hint_mode,
Dt1decode.c1186 decoder->hint_mode ); in t1_decoder_parse_charstrings()
1955 FT_Render_Mode hint_mode, in t1_decoder_init() argument
1984 decoder->hint_mode = hint_mode; in t1_decoder_init()
Dcffdecode.c1668 decoder->hint_mode ); in cff_decoder_parse_charstrings()
2332 FT_Render_Mode hint_mode, in cff_decoder_init() argument
2353 decoder->hint_mode = hint_mode; in cff_decoder_init()
Dpsobjs.c2443 ps_decoder->hint_mode = t1_decoder->hint_mode; in ps_decoder_init()
2479 ps_decoder->hint_mode = cff_decoder->hint_mode; in ps_decoder_init()
/external/freetype/src/pshinter/
Dpshalgo.c2073 FT_Render_Mode hint_mode ) in ps_hints_apply() argument
2146 glyph->do_horz_snapping = FT_BOOL( hint_mode == FT_RENDER_MODE_MONO || in ps_hints_apply()
2147 hint_mode == FT_RENDER_MODE_LCD ); in ps_hints_apply()
2149 glyph->do_vert_snapping = FT_BOOL( hint_mode == FT_RENDER_MODE_MONO || in ps_hints_apply()
2150 hint_mode == FT_RENDER_MODE_LCD_V ); in ps_hints_apply()
2152 glyph->do_stem_adjust = FT_BOOL( hint_mode != FT_RENDER_MODE_LIGHT ); in ps_hints_apply()
Dpshalgo.h232 FT_Render_Mode hint_mode );
/external/freetype/
DChangeLog.215406 with decoder->hint_mode instead of builder->hint_flags.
7091 T2_Hints_ApplyFunc): Pass `hint_mode', not `hint_flags'.
7168 * src/cff/cffgload.h (CFF_Decoder): Add `hint_mode' element.