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

  /external/freetype/include/freetype/
ftglyph.h 62 /* through generic FT_Glyph objects. Each of them can contain a */
75 /* FT_Glyph */
87 typedef struct FT_GlyphRec_* FT_Glyph;
125 /* a sub-class of @FT_Glyph, and a pointer to @FT_BitmapGlyphRec. */
140 /* root :: The root @FT_Glyph fields. */
153 /* You can typecast an @FT_Glyph to @FT_BitmapGlyph if you have */
177 /* is a sub-class of @FT_Glyph, and a pointer to @FT_OutlineGlyphRec. */
192 /* root :: The root @FT_Glyph fields. */
197 /* You can typecast an @FT_Glyph to @FT_OutlineGlyph if you have */
223 /* the created @FT_Glyph object must be released with @FT_Done_Glyph. *
    [all...]
ftrender.h 41 (*FT_Glyph_InitFunc)( FT_Glyph glyph,
46 (*FT_Glyph_DoneFunc)( FT_Glyph glyph );
49 (*FT_Glyph_TransformFunc)( FT_Glyph glyph,
54 (*FT_Glyph_GetBBoxFunc)( FT_Glyph glyph,
58 (*FT_Glyph_CopyFunc)( FT_Glyph source,
59 FT_Glyph target );
62 (*FT_Glyph_PrepareFunc)( FT_Glyph glyph,
ftstroke.h 687 FT_Glyph_Stroke( FT_Glyph *pglyph,
724 FT_Glyph_StrokeBorder( FT_Glyph *pglyph,
ftcache.h 90 * If you want to use the @FT_Glyph caching, call @FTC_ImageCache, then
92 * @FT_Glyph objects from the cache.
    [all...]
  /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...]
ftstroke.c     [all...]
  /external/freetype/src/cache/
ftcbasic.c 194 FT_Glyph *aglyph )
218 FT_Glyph glyph;
319 FT_Glyph *aglyph,
415 FT_Glyph *aglyph,
564 FT_Glyph *aglyph );
580 FT_Glyph *aglyph )
  /external/freetype/include/freetype/internal/
ftobjs.h 653 #define FT_GLYPH( x ) ((FT_Glyph)( x ))
    [all...]

Completed in 711 milliseconds