Home
last modified time | relevance | path

Searched refs:FT_GLYPH (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/freetype/src/base/
A Dftglyph.c65 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_init()
114 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_done()
163 FT_Library library = FT_GLYPH( glyph )->library; in FT_CALLBACK_DEF()
194 FT_Outline_Done( FT_GLYPH( glyph )->library, &glyph->outline ); in ft_outline_glyph_done()
205 FT_Library library = FT_GLYPH( source )->library; in ft_outline_glyph_copy()
592 *the_glyph = FT_GLYPH( bitmap ); in FT_Glyph_To_Bitmap()
596 FT_Done_Glyph( FT_GLYPH( bitmap ) ); in FT_Glyph_To_Bitmap()
/AliOS-Things-master/components/freetype/include/internal/
A Dftobjs.h683 #define FT_GLYPH( x ) ((FT_Glyph)( x )) macro

Completed in 9 milliseconds