Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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.c450 case FT_RENDER_MODE_LCD_V: in ft_glyphslot_preset_bitmap()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h3191 #define FT_LOAD_TARGET_LCD_V FT_LOAD_TARGET_( FT_RENDER_MODE_LCD_V )
3380 FT_RENDER_MODE_LCD_V, enumerator
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshalgo.c2141 hint_mode == FT_RENDER_MODE_LCD_V ); in ps_hints_apply()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafcjk.c1412 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_cjk_hints_init()
Daflatin.c2648 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_latin_hints_init()
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp1339 FT_Error err = FT_Render_Glyph(face->glyph, doVert ? FT_RENDER_MODE_LCD_V : in generateGlyphImage()
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES2569 one of the FT_RENDER_MODE_LCD and FT_RENDER_MODE_LCD_V modes has
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2107485 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