Searched refs:FT_Get_Glyph (Results 1 – 8 of 8) sorted by relevance
285 FT_Get_Glyph( FT_GlyphSlot slot,
186 #define FXFT_Get_Glyph(slot, aglyph) FT_Get_Glyph(slot, aglyph)
186 error = FT_Get_Glyph( face->glyph, &glyph ); in ftc_basic_family_load_glyph()
400 FT_Get_Glyph( FT_GlyphSlot slot, in FT_Get_Glyph() function
1586 ft_status=FT_Get_Glyph(face->glyph,&glyph.image); in RenderFreetype()
397 * src/base/ftglyph.c (FT_Get_Glyph): Do proper deallocation in case880 * src/base/ftglyph.c (FT_Get_Glyph): Check `slot->advance'.
2954 * src/base/ftglyph.c (ft_bitmap_glyph_bbox, FT_Get_Glyph): Do it.
4401 * src/base/ftglyph.c (FT_Get_Glyph): Don't access `slot' before