Searched refs:FT_Render_Glyph (Results 1 – 12 of 12) sorted by relevance
50 FT_Render_Glyph((face)->glyph, static_cast<enum FT_Render_Mode_>(mode))
40 --rasterize Call `FT_Render_Glyph' as well as loading it.
192 FT_Render_Glyph( face->glyph, ft_render_mode_normal ); in TestFace()
3386 FT_Render_Glyph( FT_GlyphSlot slot,
460 FT_Error err = FT_Render_Glyph(face->glyph, doVert ? FT_RENDER_MODE_LCD_V : in generateGlyphImage()
1052 error = FT_Render_Glyph( slot, mode ); in FT_Load_Glyph()4776 FT_Render_Glyph( FT_GlyphSlot slot, in FT_Render_Glyph() function
80 it sets a flag so that if `FT_Render_Glyph' is called with2317 to be applied to the bitmaps generated by `FT_Render_Glyph' if4309 * Anti-aliased rendering is now the default for FT_Render_Glyph4361 FT_Render_Glyph, FT_Outline_Render & FT_Outline_Get_Bitmap now4463 the new function FT_Render_Glyph.4488 converted to a bitmap by using the new FT_Render_Glyph4496 and FT_Load_Char functions will call FT_Render_Glyph
1156 [base] Improve tracing in FT_Render_Glyph.1427 appropriate but `FT_Render_Glyph' is not called.
1034 until the user calls `FT_Render_Glyph'. However, it always
4065 2003-08-18 introduced a severe bug (FT_Render_Glyph was called6780 * src/base/ftobjs.c (FT_Render_Glyph): Change second parameter to
6110 (FT_Render_Glyph): Check `slot->face'.