Searched refs:FT_RENDER_MODE_LCD (Results 1 – 8 of 8) sorted by relevance
42 if ( mode == FT_RENDER_MODE_LCD && width >= 4 ) in _ft_lcd_filter_fir()185 if ( mode == FT_RENDER_MODE_LCD && width >= 3 ) in _ft_lcd_filter_legacy()
111 FT_Int hmul = mode == FT_RENDER_MODE_LCD; in ft_smooth_render_generic()375 FT_RENDER_MODE_LCD ); in ft_smooth_render_lcd()
2596 #define FT_LOAD_TARGET_LCD FT_LOAD_TARGET_( FT_RENDER_MODE_LCD )2707 FT_RENDER_MODE_LCD, enumerator
627 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_cjk_hints_init()638 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD ) in af_cjk_hints_init()
1384 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_latin_hints_init()1397 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD ) in af_latin_hints_init()
1467 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_latin2_hints_init()1480 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD ) in af_latin2_hints_init()
714 FT_Render_Mode mode = isVertical ? FT_RENDER_MODE_LCD_V : FT_RENDER_MODE_LCD; in generateImage()
2260 hint_mode == FT_RENDER_MODE_LCD ); in ps_hints_apply()