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

  /external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeType.java 254 public GlyphSlot getGlyph() {
255 return new GlyphSlot(getGlyph(address));
383 public static class GlyphSlot extends Pointer {
384 GlyphSlot (long address) {
475 private static native long getGlyph(long glyphSlot); /*
477 FT_Error error = FT_Get_Glyph((FT_GlyphSlot)glyphSlot, &glyph);
FreeTypeFontGenerator.java 41 import com.badlogic.gdx.graphics.g2d.freetype.FreeType.GlyphSlot;
155 GlyphSlot slot = face.getGlyph();
240 GlyphSlot slot = face.getGlyph();
487 GlyphSlot slot = face.getGlyph();

Completed in 130 milliseconds