Searched refs:setGlyphRegion (Results 1 – 2 of 2) sorted by relevance
181 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
655 setGlyphRegion(glyph, regions.get(glyph.page)); in getGlyph()