Home
last modified time | relevance | path

Searched refs:ft_render_mode_normal (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A Dftrandom.c175 FT_Render_Glyph( face->glyph, ft_render_mode_normal ); in TestFace()
/AliOS-Things-master/components/freetype/include/
A Dfreetype.h2852 #define ft_render_mode_normal FT_RENDER_MODE_NORMAL macro
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c701 …rror = 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 19 milliseconds