Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftglyph.c162 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in FT_DEFINE_GLYPH()
194 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_done()
205 FT_OutlineGlyph source = (FT_OutlineGlyph)outline_source; in ft_outline_glyph_copy()
206 FT_OutlineGlyph target = (FT_OutlineGlyph)outline_target; in ft_outline_glyph_copy()
227 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_transform()
242 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_bbox()
253 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph; in ft_outline_glyph_prepare()
Dftstroke.c2324 FT_OutlineGlyph oglyph = (FT_OutlineGlyph)glyph; in FT_Glyph_Stroke()
2399 FT_OutlineGlyph oglyph = (FT_OutlineGlyph)glyph; in FT_Glyph_StrokeBorder()
/external/freetype/src/cache/
Dftcimage.c133 FT_OutlineGlyph outg; in ftc_inode_weight()
136 outg = (FT_OutlineGlyph)glyph; in ftc_inode_weight()
/external/freetype/include/freetype/
Dftglyph.h187 typedef struct FT_OutlineGlyphRec_* FT_OutlineGlyph; typedef
/external/freetype/include/freetype/internal/
Dftobjs.h749 #define FT_OUTLINE_GLYPH( x ) ( (FT_OutlineGlyph)(x) )
/external/ImageMagick/MagickCore/
Dannotate.c1589 outline=((FT_OutlineGlyph) glyph.image)->outline; in RenderFreetype()