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

  /external/freetype/src/base/
ftglyph.c 149 /**** FT_OutlineGlyph support ****/
159 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph;
189 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph;
200 FT_OutlineGlyph source = (FT_OutlineGlyph)outline_source;
201 FT_OutlineGlyph target = (FT_OutlineGlyph)outline_target;
220 FT_OutlineGlyph glyph = (FT_OutlineGlyph)outline_glyph
    [all...]
ftstroke.c     [all...]
  /external/freetype/include/freetype/
ftglyph.h 173 /* FT_OutlineGlyph */
179 typedef struct FT_OutlineGlyphRec_* FT_OutlineGlyph;
197 /* You can typecast an @FT_Glyph to @FT_OutlineGlyph if you have */
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 655 #define FT_OUTLINE_GLYPH( x ) ((FT_OutlineGlyph)( x ))
    [all...]

Completed in 73 milliseconds