HomeSort by relevance Sort by last modified time
    Searched defs:getAtlas (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/text/
GrBatchFontCache.h 130 return this->getAtlas(format)->getTexture();
137 return this->getAtlas(glyph->fMaskFormat)->hasID(glyph->fID);
149 this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fID, token);
155 this->getAtlas(format)->setLastUseTokenBulk(updater, token);
164 return this->getAtlas(format)->addToAtlas(id, target, width, height, image, loc);
171 return this->getAtlas(format)->atlasGeneration();
216 GrBatchAtlas* getAtlas(GrMaskFormat format) const {
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Skin.java 407 public TextureAtlas getAtlas () {
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
AtlasTmxMapLoader.java 72 public TextureAtlas getAtlas (String name);
83 public TextureAtlas getAtlas (String name) {
97 public TextureAtlas getAtlas (String name) {
350 TextureAtlas atlas = resolver.getAtlas(atlasHandle.path());
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
FlameMain.java     [all...]

Completed in 88 milliseconds