Home
last modified time | relevance | path

Searched refs:FT_RENDER_MODE_LCD (Results 1 – 17 of 17) sorted by relevance

/external/freetype/src/base/
Dftlcdfil.c58 if ( mode == FT_RENDER_MODE_LCD ) in ft_lcd_padding()
378 if ( mode == FT_RENDER_MODE_LCD ) in ft_lcd_padding()
Dftobjs.c433 case FT_RENDER_MODE_LCD: in ft_glyphslot_preset_bitmap()
/external/pdfium/core/fxge/
Dfx_font.cpp46 if (anti_alias == FT_RENDER_MODE_LCD) in GetGlyphsBBox()
Dcfx_renderdevice.cpp902 anti_alias = FT_RENDER_MODE_LCD; in DrawNormalText()
907 anti_alias = FT_RENDER_MODE_LCD; in DrawNormalText()
924 if (anti_alias < FT_RENDER_MODE_LCD) in DrawNormalText()
944 if (anti_alias < FT_RENDER_MODE_LCD && glyphs.size() > 1) in DrawNormalText()
998 if (anti_alias == FT_RENDER_MODE_LCD) in DrawNormalText()
Dcfx_glyphcache.cpp208 int bytes = anti_alias == FT_RENDER_MODE_LCD ? 3 : 1; in RenderGlyph()
/external/freetype/include/freetype/
Dfreetype.h3140 #define FT_LOAD_TARGET_LCD FT_LOAD_TARGET_( FT_RENDER_MODE_LCD )
3252 FT_RENDER_MODE_LCD, enumerator
/external/freetype/src/smooth/
Dftsmooth.c451 mode != FT_RENDER_MODE_LCD && in ft_smooth_render()
516 if ( mode == FT_RENDER_MODE_LCD ) in ft_smooth_render()
/external/freetype/src/autofit/
Daflatin2.c1540 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_latin2_hints_init()
1551 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD ) in af_latin2_hints_init()
1564 if ( mode != FT_RENDER_MODE_LIGHT && mode != FT_RENDER_MODE_LCD ) in af_latin2_hints_init()
1574 if ( mode == FT_RENDER_MODE_LIGHT || mode == FT_RENDER_MODE_LCD || in af_latin2_hints_init()
Dafcjk.c1405 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_cjk_hints_init()
1416 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD ) in af_cjk_hints_init()
1429 if ( mode != FT_RENDER_MODE_LIGHT && mode != FT_RENDER_MODE_LCD ) in af_cjk_hints_init()
Daflatin.c2615 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_latin_hints_init()
2626 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD ) in af_latin_hints_init()
2639 if ( mode != FT_RENDER_MODE_LIGHT && mode != FT_RENDER_MODE_LCD ) in af_latin_hints_init()
2652 if ( mode == FT_RENDER_MODE_LIGHT || mode == FT_RENDER_MODE_LCD || in af_latin_hints_init()
/external/skqp/src/ports/
DSkFontHost_FreeType_common.cpp461 FT_RENDER_MODE_LCD); in generateGlyphImage()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp1011 FT_RENDER_MODE_LCD); in generateGlyphImage()
/external/freetype/src/pshinter/
Dpshalgo.c2146 hint_mode == FT_RENDER_MODE_LCD ); in ps_hints_apply()
/external/freetype/
DChangeLog4736 rendering. FT_RENDER_MODE_LCD and FT_RENDER_MODE_LCD_V use the same
DChangeLog.237264 (ft_smooth_render_lcd): Use `FT_RENDER_MODE_LCD'.
DChangeLog.217123 FT_RENDER_MODE_LCD, FT_RENDER_MODE_LCD_V
/external/freetype/docs/
DCHANGES2419 one of the FT_RENDER_MODE_LCD and FT_RENDER_MODE_LCD_V modes has