Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftlcdfil.c65 else if ( mode == FT_RENDER_MODE_LCD_V ) in ft_lcd_padding()
385 else if ( mode == FT_RENDER_MODE_LCD_V ) in ft_lcd_padding()
Dftobjs.c438 case FT_RENDER_MODE_LCD_V: in ft_glyphslot_preset_bitmap()
/external/freetype/include/freetype/
Dfreetype.h3141 #define FT_LOAD_TARGET_LCD_V FT_LOAD_TARGET_( FT_RENDER_MODE_LCD_V )
3253 FT_RENDER_MODE_LCD_V, enumerator
/external/freetype/src/smooth/
Dftsmooth.c452 mode != FT_RENDER_MODE_LCD_V ) in ft_smooth_render()
518 else if ( mode == FT_RENDER_MODE_LCD_V ) in ft_smooth_render()
/external/freetype/src/autofit/
Dafcjk.c1405 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_cjk_hints_init()
1423 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_cjk_hints_init()
Daflatin2.c1540 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_latin2_hints_init()
1558 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_latin2_hints_init()
Daflatin.c2615 if ( mode == FT_RENDER_MODE_LCD || mode == FT_RENDER_MODE_LCD_V ) in af_latin_hints_init()
2633 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_latin_hints_init()
/external/skqp/src/ports/
DSkFontHost_FreeType_common.cpp460 FT_Error err = FT_Render_Glyph(face->glyph, doVert ? FT_RENDER_MODE_LCD_V : in generateGlyphImage()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp1010 FT_Error err = FT_Render_Glyph(face->glyph, doVert ? FT_RENDER_MODE_LCD_V : in generateGlyphImage()
/external/freetype/src/pshinter/
Dpshalgo.c2149 hint_mode == FT_RENDER_MODE_LCD_V ); in ps_hints_apply()
/external/freetype/
DChangeLog4736 rendering. FT_RENDER_MODE_LCD and FT_RENDER_MODE_LCD_V use the same
DChangeLog.237265 (ft_smooth_render_lcd_v): Use `FT_RENDER_MODE_LCD_V'.
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