FT_Glyph          176 extra_lib/include/freetype/freetype/cache/ftcimage.h                          FT_Glyph       *aglyph,
FT_Glyph          303 extra_lib/include/freetype/freetype/cache/ftcimage.h                           FT_Glyph        *aglyph );
FT_Glyph           87 extra_lib/include/freetype/freetype/ftglyph.h   typedef struct FT_GlyphRec_*  FT_Glyph;
FT_Glyph          235 extra_lib/include/freetype/freetype/ftglyph.h                 FT_Glyph     *aglyph );
FT_Glyph          258 extra_lib/include/freetype/freetype/ftglyph.h   FT_Glyph_Copy( FT_Glyph   source,
FT_Glyph          259 extra_lib/include/freetype/freetype/ftglyph.h                  FT_Glyph  *target );
FT_Glyph          288 extra_lib/include/freetype/freetype/ftglyph.h   FT_Glyph_Transform( FT_Glyph    glyph,
FT_Glyph          410 extra_lib/include/freetype/freetype/ftglyph.h   FT_Glyph_Get_CBox( FT_Glyph  glyph,
FT_Glyph          486 extra_lib/include/freetype/freetype/ftglyph.h   FT_Glyph_To_Bitmap( FT_Glyph*       the_glyph,
FT_Glyph          504 extra_lib/include/freetype/freetype/ftglyph.h   FT_Done_Glyph( FT_Glyph  glyph );
FT_Glyph           41 extra_lib/include/freetype/freetype/ftrender.h   (*FT_Glyph_InitFunc)( FT_Glyph      glyph,
FT_Glyph           46 extra_lib/include/freetype/freetype/ftrender.h   (*FT_Glyph_DoneFunc)( FT_Glyph  glyph );
FT_Glyph           49 extra_lib/include/freetype/freetype/ftrender.h   (*FT_Glyph_TransformFunc)( FT_Glyph    glyph,
FT_Glyph           54 extra_lib/include/freetype/freetype/ftrender.h   (*FT_Glyph_GetBBoxFunc)( FT_Glyph  glyph,
FT_Glyph           58 extra_lib/include/freetype/freetype/ftrender.h   (*FT_Glyph_CopyFunc)( FT_Glyph   source,
FT_Glyph           59 extra_lib/include/freetype/freetype/ftrender.h                         FT_Glyph   target );
FT_Glyph           62 extra_lib/include/freetype/freetype/ftrender.h   (*FT_Glyph_PrepareFunc)( FT_Glyph      glyph,
FT_Glyph          589 extra_lib/include/freetype/freetype/internal/ftobjs.h #define FT_GLYPH( x )         ((FT_Glyph)( x ))
FT_Glyph          645 modules/ft_font/ft_font.c 	FT_Get_Glyph(ftpriv->active_face->glyph, (FT_Glyph*)&outline);
FT_Glyph          673 modules/ft_font/ft_font.c 	FT_Glyph_Get_CBox((FT_Glyph) outline, ft_glyph_bbox_unscaled, &bbox);
FT_Glyph          685 modules/ft_font/ft_font.c 	FT_Done_Glyph((FT_Glyph) outline);