HomeSort by relevance Sort by last modified time
    Searched refs:FT_GLYPH (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/base/
ftglyph.c 58 ft_bitmap_glyph_init( FT_Glyph bitmap_glyph,
63 FT_Library library = FT_GLYPH( glyph )->library;
93 ft_bitmap_glyph_copy( FT_Glyph bitmap_source,
94 FT_Glyph bitmap_target )
109 ft_bitmap_glyph_done( FT_Glyph bitmap_glyph )
112 FT_Library library = FT_GLYPH( glyph )->library;
120 ft_bitmap_glyph_bbox( FT_Glyph bitmap_glyph,
156 ft_outline_glyph_init( FT_Glyph outline_glyph,
161 FT_Library library = FT_GLYPH( glyph )->library;
187 ft_outline_glyph_done( FT_Glyph outline_glyph
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 653 #define FT_GLYPH( x ) ((FT_Glyph)( x ))
    [all...]

Completed in 49 milliseconds