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

  /external/freetype/include/freetype/internal/
ftobjs.h 604 /* FT_Done_GlyphSlot */
615 FT_Done_GlyphSlot( FT_GlyphSlot slot );
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftobjs.h 603 /* FT_Done_GlyphSlot */
614 FT_Done_GlyphSlot( FT_GlyphSlot slot );
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
t42objs.c 617 FT_Done_GlyphSlot( slot->ttslot );
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftobjs.h 600 /* FT_Done_GlyphSlot */
611 FT_Done_GlyphSlot( FT_GlyphSlot slot );
    [all...]
  /external/freetype/src/base/
ftobjs.c 464 FT_Done_GlyphSlot( FT_GlyphSlot slot )
937 /* Beware! FT_Done_GlyphSlot() changes the field `face->glyph' */
939 FT_Done_GlyphSlot( face->glyph );
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftobjs.c 464 FT_Done_GlyphSlot( FT_GlyphSlot slot )
938 /* Beware! FT_Done_GlyphSlot() changes the field `face->glyph' */
940 FT_Done_GlyphSlot( face->glyph );
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c 453 FT_Done_GlyphSlot( FT_GlyphSlot slot )
926 /* Beware! FT_Done_GlyphSlot() changes the field `face->glyph' */
928 FT_Done_GlyphSlot( face->glyph );
    [all...]

Completed in 184 milliseconds