Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
Dpshints.h307 FT_Render_Mode hint_mode );
620 FT_Render_Mode hint_mode );
Dpsaux.h664 FT_Render_Mode hint_mode; member
913 FT_Render_Mode hint_mode,
969 FT_Render_Mode hint_mode; member
1201 FT_Render_Mode hint_mode; member
1223 FT_Render_Mode hint_mode,
/external/freetype/src/psaux/
Dcffdecode.h34 FT_Render_Mode hint_mode,
Dt1decode.h61 FT_Render_Mode hint_mode,
Dt1decode.c1192 decoder->hint_mode ); in t1_decoder_parse_charstrings()
2098 FT_Render_Mode hint_mode, in t1_decoder_init() argument
2127 decoder->hint_mode = hint_mode; in t1_decoder_init()
Dcffdecode.c1670 decoder->hint_mode ); in cff_decoder_parse_charstrings()
2334 FT_Render_Mode hint_mode, in cff_decoder_init() argument
2355 decoder->hint_mode = hint_mode; in cff_decoder_init()
Dpsobjs.c2442 ps_decoder->hint_mode = t1_decoder->hint_mode; in ps_decoder_init()
2478 ps_decoder->hint_mode = cff_decoder->hint_mode; in ps_decoder_init()
/external/freetype/src/pshinter/
Dpshalgo.c2072 FT_Render_Mode hint_mode ) in ps_hints_apply() argument
2145 glyph->do_horz_snapping = FT_BOOL( hint_mode == FT_RENDER_MODE_MONO || in ps_hints_apply()
2146 hint_mode == FT_RENDER_MODE_LCD ); in ps_hints_apply()
2148 glyph->do_vert_snapping = FT_BOOL( hint_mode == FT_RENDER_MODE_MONO || in ps_hints_apply()
2149 hint_mode == FT_RENDER_MODE_LCD_V ); in ps_hints_apply()
2151 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.