Searched refs:FT_Render_Glyph (Results 1 – 12 of 12) sorted by relevance
40 --rasterize Call `FT_Render_Glyph' as well as loading it.
192 FT_Render_Glyph( face->glyph, ft_render_mode_normal ); in TestFace()
159 FT_Render_Glyph(static_cast<FT_Face>(face)->glyph, \
3507 FT_Render_Glyph( FT_GlyphSlot slot,
460 FT_Error err = FT_Render_Glyph(face->glyph, doVert ? FT_RENDER_MODE_LCD_V : in generateGlyphImage()
1021 error = FT_Render_Glyph( slot, mode ); in FT_Load_Glyph()4745 FT_Render_Glyph( FT_GlyphSlot slot, in FT_Render_Glyph() function
2136 to be applied to the bitmaps generated by `FT_Render_Glyph' if4128 * Anti-aliased rendering is now the default for FT_Render_Glyph4180 FT_Render_Glyph, FT_Outline_Render & FT_Outline_Get_Bitmap now4282 the new function FT_Render_Glyph.4307 converted to a bitmap by using the new FT_Render_Glyph4315 and FT_Load_Char functions will call FT_Render_Glyph
2515 [base] Improve tracing in FT_Render_Glyph.2786 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'.