Home
last modified time | relevance | path

Searched refs:setGlyphRegion (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DBitmapFont.java181 if (glyph != null) data.setGlyphRegion(glyph, regions.get(glyph.page)); in load()
183 …if (data.missingGlyph != null) data.setGlyphRegion(data.missingGlyph, regions.get(data.missingGlyp… in load()
671 public void setGlyphRegion (Glyph glyph, TextureRegion region) { in setGlyphRegion() method in BitmapFont.BitmapFontData
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
DFreeTypeFontGenerator.java655 setGlyphRegion(glyph, regions.get(glyph.page)); in getGlyph()