Home
last modified time | relevance | path

Searched refs:FT_OutlineGlyph (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/base/
Dftglyph.c163 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in FT_DEFINE_GLYPH()
195 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_done()
206 FT_OutlineGlyph source = (FT_OutlineGlyph)outline_source; in ft_outline_glyph_copy()
207 FT_OutlineGlyph target = (FT_OutlineGlyph)outline_target; in ft_outline_glyph_copy()
228 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_transform()
243 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_bbox()
254 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_prepare()
Dftstroke.c2297 FT_OutlineGlyph oglyph = (FT_OutlineGlyph)glyph; in FT_Glyph_Stroke()
2372 FT_OutlineGlyph oglyph = (FT_OutlineGlyph)glyph; in FT_Glyph_StrokeBorder()
/external/freetype/src/cache/
Dftcimage.c132 FT_OutlineGlyph outg; in ftc_inode_weight()
135 outg = (FT_OutlineGlyph)glyph; in ftc_inode_weight()
/external/freetype/include/freetype/
Dftglyph.h186 typedef struct FT_OutlineGlyphRec_* FT_OutlineGlyph; typedef
/external/freetype/include/freetype/internal/
Dftobjs.h738 #define FT_OUTLINE_GLYPH( x ) ( (FT_OutlineGlyph)(x) )
/external/ImageMagick/MagickCore/
Dannotate.c1648 outline=((FT_OutlineGlyph) glyph.image)->outline; in RenderFreetype()