Home
last modified time | relevance | path

Searched defs:getGlyph (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/text/
DGrBatchFontCache.h33 inline GrGlyph* getGlyph(const SkGlyph& skGlyph, GrGlyph::PackedID packed, in getGlyph() function
46 inline GrGlyph* getGlyph(GrGlyph::PackedID packed, in getGlyph() function
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
DBMFontUtil.java190 private Glyph getGlyph (char c) { in getGlyph() method in BMFontUtil
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
DFreeType.java254 public GlyphSlot getGlyph() { in getGlyph() method in FreeType.Face
258 private static native long getGlyph(long face); /* in getGlyph() method in FreeType.Face
469 public Glyph getGlyph() { in getGlyph() method in FreeType.GlyphSlot
475 private static native long getGlyph(long glyphSlot); /* in getGlyph() method in FreeType.GlyphSlot
DFreeTypeFontGenerator.java647 public Glyph getGlyph (char ch) { in getGlyph() method in FreeTypeFontGenerator.FreeTypeBitmapFontData
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/
DUnicodeFont.java385 …public Glyph getGlyph (int glyphCode, int codePoint, Rectangle bounds, GlyphVector vector, int ind… in getGlyph() method in UnicodeFont
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DBitmapFont.java765 public Glyph getGlyph (char ch) { in getGlyph() method in BitmapFont.BitmapFontData