Searched refs:FT_RENDER_MODE_LCD_V (Results 1 – 14 of 14) sorted by relevance
66 else if ( mode == FT_RENDER_MODE_LCD_V ) in ft_lcd_padding()137 else if ( mode == FT_RENDER_MODE_LCD_V && height >= 2 ) in ft_lcd_filter_fir()246 else if ( mode == FT_RENDER_MODE_LCD_V && height >= 3 ) in _ft_lcd_filter_legacy()386 else if ( mode == FT_RENDER_MODE_LCD_V ) in ft_lcd_padding()
415 case FT_RENDER_MODE_LCD_V: in ft_glyphslot_preset_bitmap()
122 FT_Int vmul = ( mode == FT_RENDER_MODE_LCD_V ); in ft_smooth_render_generic()406 FT_RENDER_MODE_LCD_V ); in ft_smooth_render_lcd_v()
3263 #define FT_LOAD_TARGET_LCD_V FT_LOAD_TARGET_( FT_RENDER_MODE_LCD_V )3380 FT_RENDER_MODE_LCD_V, enumerator
1403 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_cjk_hints_init()1421 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_cjk_hints_init()
1539 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_latin2_hints_init()1557 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_latin2_hints_init()
2580 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_latin_hints_init()2598 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_latin_hints_init()
460 FT_Error err = FT_Render_Glyph(face->glyph, doVert ? FT_RENDER_MODE_LCD_V : in generateGlyphImage()
2150 hint_mode == FT_RENDER_MODE_LCD_V ); in ps_hints_apply()
1046 rendering. FT_RENDER_MODE_LCD and FT_RENDER_MODE_LCD_V use the same
7265 (ft_smooth_render_lcd_v): Use `FT_RENDER_MODE_LCD_V'.
7123 FT_RENDER_MODE_LCD, FT_RENDER_MODE_LCD_V
2137 one of the FT_RENDER_MODE_LCD and FT_RENDER_MODE_LCD_V modes has