Home
last modified time | relevance | path

Searched refs:FT_RENDER_MODE_LCD_V (Results 1 – 8 of 8) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftlcdfil.c127 else if ( mode == FT_RENDER_MODE_LCD_V && height >= 2 ) in ft_lcd_filter_fir()
236 else if ( mode == FT_RENDER_MODE_LCD_V && height >= 3 ) in _ft_lcd_filter_legacy()
H A Dftobjs.c409 case FT_RENDER_MODE_LCD_V: in ft_glyphslot_preset_bitmap()
/reactos/sdk/lib/3rdparty/freetype/src/smooth/
H A Dftsmooth.c107 FT_Int vmul = ( mode == FT_RENDER_MODE_LCD_V ); in ft_smooth_render_generic()
379 FT_RENDER_MODE_LCD_V ); in ft_smooth_render_lcd_v()
/reactos/sdk/lib/3rdparty/freetype/include/freetype/
H A Dfreetype.h3124 #define FT_LOAD_TARGET_LCD_V FT_LOAD_TARGET_( FT_RENDER_MODE_LCD_V )
3238 FT_RENDER_MODE_LCD_V, enumerator
/reactos/sdk/lib/3rdparty/freetype/src/autofit/
H A Dafcjk.c1399 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_cjk_hints_init()
1417 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_cjk_hints_init()
H A Daflatin2.c1539 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()
H A Daflatin.c2582 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_latin_hints_init()
2600 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_latin_hints_init()
/reactos/sdk/lib/3rdparty/freetype/src/pshinter/
H A Dpshalgo.c2150 hint_mode == FT_RENDER_MODE_LCD_V ); in ps_hints_apply()