Searched refs:FT_GLYPH (Results 1 – 2 of 2) sorted by relevance
63 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_init()112 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_done()161 FT_Library library = FT_GLYPH( glyph )->library; in FT_CALLBACK_DEF()192 FT_Outline_Done( FT_GLYPH( glyph )->library, &glyph->outline ); in ft_outline_glyph_done()203 FT_Library library = FT_GLYPH( source )->library; in ft_outline_glyph_copy()594 *the_glyph = FT_GLYPH( bitmap ); in FT_Glyph_To_Bitmap()598 FT_Done_Glyph( FT_GLYPH( bitmap ) ); in FT_Glyph_To_Bitmap()
653 #define FT_GLYPH( x ) ((FT_Glyph)( x )) macro