Searched refs:FT_RENDER_MODE_LCD_V (Results 1 – 12 of 12) sorted by relevance
107 else if ( mode == FT_RENDER_MODE_LCD_V && height >= 4 ) in _ft_lcd_filter_fir()239 else if ( mode == FT_RENDER_MODE_LCD_V && height >= 3 ) in _ft_lcd_filter_legacy()
118 FT_Int vmul = ( mode == FT_RENDER_MODE_LCD_V ); in ft_smooth_render_generic()423 FT_RENDER_MODE_LCD_V ); in ft_smooth_render_lcd_v()
118 FT_Int vmul = mode == FT_RENDER_MODE_LCD_V; in ft_smooth_render_generic()423 FT_RENDER_MODE_LCD_V ); in ft_smooth_render_lcd_v()
2881 #define FT_LOAD_TARGET_LCD_V FT_LOAD_TARGET_( FT_RENDER_MODE_LCD_V )2992 FT_RENDER_MODE_LCD_V, enumerator
2974 #define FT_LOAD_TARGET_LCD_V FT_LOAD_TARGET_( FT_RENDER_MODE_LCD_V )3086 FT_RENDER_MODE_LCD_V, enumerator
421 FT_Error err = FT_Render_Glyph(face->glyph, doVert ? FT_RENDER_MODE_LCD_V : in generateGlyphImage()
1379 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_cjk_hints_init()1397 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_cjk_hints_init()
1536 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_latin2_hints_init()1554 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_latin2_hints_init()
2556 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_latin_hints_init()2574 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_latin_hints_init()
2150 hint_mode == FT_RENDER_MODE_LCD_V ); in ps_hints_apply()