Home | History | Annotate | Download | only in pshinter

Lines Matching refs:hint_mode

2180                   FT_Render_Mode  hint_mode )
2253 glyph->do_horz_snapping = FT_BOOL( hint_mode == FT_RENDER_MODE_MONO ||
2254 hint_mode == FT_RENDER_MODE_LCD );
2256 glyph->do_vert_snapping = FT_BOOL( hint_mode == FT_RENDER_MODE_MONO ||
2257 hint_mode == FT_RENDER_MODE_LCD_V );
2259 glyph->do_stem_adjust = FT_BOOL( hint_mode != FT_RENDER_MODE_LIGHT );