Searched refs:FT_RENDER_MODE_LCD (Results 1 – 15 of 15) sorted by relevance
59 if ( mode == FT_RENDER_MODE_LCD ) in ft_lcd_padding()94 if ( mode == FT_RENDER_MODE_LCD && width >= 2 ) in ft_lcd_filter_fir()209 if ( mode == FT_RENDER_MODE_LCD && width >= 3 ) in _ft_lcd_filter_legacy()379 if ( mode == FT_RENDER_MODE_LCD ) in ft_lcd_padding()
410 case FT_RENDER_MODE_LCD: in ft_glyphslot_preset_bitmap()
121 FT_Int hmul = ( mode == FT_RENDER_MODE_LCD ); in ft_smooth_render_generic()394 FT_RENDER_MODE_LCD ); in ft_smooth_render_lcd()
3262 #define FT_LOAD_TARGET_LCD FT_LOAD_TARGET_( FT_RENDER_MODE_LCD )3379 FT_RENDER_MODE_LCD, enumerator
1539 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_latin2_hints_init()1550 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD ) in af_latin2_hints_init()1563 if ( mode != FT_RENDER_MODE_LIGHT && mode != FT_RENDER_MODE_LCD ) in af_latin2_hints_init()1573 if ( mode == FT_RENDER_MODE_LIGHT || mode == FT_RENDER_MODE_LCD || in af_latin2_hints_init()
1403 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_cjk_hints_init()1414 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD ) in af_cjk_hints_init()1427 if ( mode != FT_RENDER_MODE_LIGHT && mode != FT_RENDER_MODE_LCD ) in af_cjk_hints_init()
2580 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_latin_hints_init()2591 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD ) in af_latin_hints_init()2604 if ( mode != FT_RENDER_MODE_LIGHT && mode != FT_RENDER_MODE_LCD ) in af_latin_hints_init()2617 if ( mode == FT_RENDER_MODE_LIGHT || mode == FT_RENDER_MODE_LCD || in af_latin_hints_init()
50 #define FXFT_RENDER_MODE_LCD FT_RENDER_MODE_LCD
461 FT_RENDER_MODE_LCD); in generateGlyphImage()
2147 hint_mode == FT_RENDER_MODE_LCD ); in ps_hints_apply()
1046 rendering. FT_RENDER_MODE_LCD and FT_RENDER_MODE_LCD_V use the same
7264 (ft_smooth_render_lcd): Use `FT_RENDER_MODE_LCD'.
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