Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h2879 #define FT_LOAD_TARGET_MONO FT_LOAD_TARGET_( FT_RENDER_MODE_MONO )
2990 FT_RENDER_MODE_MONO, enumerator
3002 #define ft_render_mode_mono FT_RENDER_MODE_MONO
/external/freetype/include/freetype/
Dfreetype.h2972 #define FT_LOAD_TARGET_MONO FT_LOAD_TARGET_( FT_RENDER_MODE_MONO )
3084 FT_RENDER_MODE_MONO, enumerator
3096 #define ft_render_mode_mono FT_RENDER_MODE_MONO
/external/pdfium/third_party/freetype/src/raster/
Dftrend1.c123 if ( mode != FT_RENDER_MODE_MONO ) in ft_raster1_render()
/external/freetype/src/raster/
Dftrend1.c123 if ( mode != FT_RENDER_MODE_MONO ) in ft_raster1_render()
/external/pdfium/core/fxge/
Dfx_freetype.h38 #define FXFT_RENDER_MODE_MONO FT_RENDER_MODE_MONO
/external/freetype/src/truetype/
Dttgload.c2081 FT_RENDER_MODE_MONO ); in compute_glyph_metrics()
2360 FT_RENDER_MODE_MONO ) && in tt_loader_init()
2418 FT_RENDER_MODE_MONO ); in tt_loader_init()
2422 FT_RENDER_MODE_MONO ); in tt_loader_init()
/external/freetype/src/autofit/
Dafcjk.c1390 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD ) in af_cjk_hints_init()
1397 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_cjk_hints_init()
1406 if ( mode == FT_RENDER_MODE_MONO ) in af_cjk_hints_init()
Daflatin2.c1547 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD ) in af_latin2_hints_init()
1554 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_latin2_hints_init()
1563 if ( mode == FT_RENDER_MODE_MONO ) in af_latin2_hints_init()
Daflatin.c2567 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD ) in af_latin_hints_init()
2574 if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V ) in af_latin_hints_init()
2583 if ( mode == FT_RENDER_MODE_MONO ) in af_latin_hints_init()
/external/pdfium/third_party/freetype/src/truetype/
Dttgload.c1959 FT_RENDER_MODE_MONO ); in compute_glyph_metrics()
2213 FT_RENDER_MODE_MONO ) && in tt_loader_init()
2269 FT_RENDER_MODE_MONO ); in tt_loader_init()
/external/freetype/src/pshinter/
Dpshalgo.c2146 glyph->do_horz_snapping = FT_BOOL( hint_mode == FT_RENDER_MODE_MONO || in ps_hints_apply()
2149 glyph->do_vert_snapping = FT_BOOL( hint_mode == FT_RENDER_MODE_MONO || in ps_hints_apply()
/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c2146 glyph->do_horz_snapping = FT_BOOL( hint_mode == FT_RENDER_MODE_MONO || in ps_hints_apply()
2149 glyph->do_vert_snapping = FT_BOOL( hint_mode == FT_RENDER_MODE_MONO || in ps_hints_apply()
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c833 mode = FT_RENDER_MODE_MONO; in FT_Load_Glyph()
/external/freetype/src/base/
Dftobjs.c857 mode = FT_RENDER_MODE_MONO; in FT_Load_Glyph()