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

  /external/freetype/include/freetype/
ftglyph.h 84 /* them manually (through @FT_Done_Glyph) _before_ calling */
223 /* the created @FT_Glyph object must be released with @FT_Done_Glyph. */
246 /* @FT_Glyph object must be released with @FT_Done_Glyph. */
484 /* FT_Done_Glyph( glyph ); */
    [all...]
  /external/freetype/src/base/
ftglyph.c 341 FT_Done_Glyph( copy );
409 FT_Done_Glyph( glyph );
592 FT_Done_Glyph( glyph );
598 FT_Done_Glyph( FT_GLYPH( bitmap ) );
611 FT_Done_Glyph( FT_Glyph glyph )
ftstroke.c     [all...]

Completed in 69 milliseconds