Home
last modified time | relevance | path

Searched refs:FT_RENDER_MODE_LIGHT (Results 1 – 13 of 13) sorted by relevance

/external/freetype/src/autofit/
Dafloader.c380 if ( scaler.render_mode == FT_RENDER_MODE_LIGHT && in af_loader_load_glyph()
431 if ( scaler.render_mode != FT_RENDER_MODE_LIGHT ) in af_loader_load_glyph()
550 if ( scaler.render_mode != FT_RENDER_MODE_LIGHT && in af_loader_load_glyph()
Daflatin2.c1563 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()
Daflatin.c2604 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()
Dafcjk.c1427 if ( mode != FT_RENDER_MODE_LIGHT && mode != FT_RENDER_MODE_LCD ) in af_cjk_hints_init()
/external/freetype/src/base/
Dftadvanc.c69 FT_LOAD_TARGET_MODE( flags ) == FT_RENDER_MODE_LIGHT )
Dftobjs.c421 case FT_RENDER_MODE_LIGHT: in ft_glyphslot_preset_bitmap()
865 if ( ( mode == FT_RENDER_MODE_LIGHT && in FT_Load_Glyph()
/external/freetype/include/freetype/
Dfreetype.h3260 #define FT_LOAD_TARGET_LIGHT FT_LOAD_TARGET_( FT_RENDER_MODE_LIGHT )
3377 FT_RENDER_MODE_LIGHT, enumerator
/external/freetype/src/smooth/
Dftsmooth.c378 if ( mode == FT_RENDER_MODE_LIGHT ) in ft_smooth_render()
/external/freetype/src/pshinter/
Dpshalgo.c2152 glyph->do_stem_adjust = FT_BOOL( hint_mode != FT_RENDER_MODE_LIGHT ); in ps_hints_apply()
/external/freetype/
DChangeLog.213048 FT_RENDER_MODE_LIGHT.
6406 Implemented the FT_RENDER_MODE_LIGHT hinting mode in the auto and
6416 (ps3_hints_apply): Handle FT_RENDER_MODE_LIGHT.
6419 FT_RENDER_MODE_LIGHT.
DChangeLog.262279 Allow native CFF hinter in FT_RENDER_MODE_LIGHT.
DChangeLog.236505 (af_latin_hints_apply) [AF_USE_WARPER]: Handle FT_RENDER_MODE_LIGHT.
/external/freetype/docs/
DCHANGES637 - The meaning of `FT_RENDER_MODE_LIGHT' has been slightly
2993 - The FT_RENDER_MODE_LIGHT render mode was implemented.