Home
last modified time | relevance | path

Searched refs:ft_render_mode_mono (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/freetype/include/
A Dfreetype.h2853 #define ft_render_mode_mono FT_RENDER_MODE_MONO macro
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c701 …error = FT_Glyph_To_Bitmap(&bitmap_glyph, mono ? ft_render_mode_mono : ft_render_mode_normal, 0, 1… in Load_Glyph()
709 error = FT_Render_Glyph(glyph, mono ? ft_render_mode_mono : ft_render_mode_normal); in Load_Glyph()

Completed in 20 milliseconds