HomeSort by relevance Sort by last modified time
    Searched refs:getAtlas (Results 1 - 6 of 6) 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/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
RegionInfluencerPanel.java 49 TextureAtlas atlas = editor.getAtlas();
FlameMain.java     [all...]
  /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/tests/gdx-tests/src/com/badlogic/gdx/tests/
LabelTest.java 48 skin.getAtlas().getTextures().iterator().next().setFilter(TextureFilter.Nearest, TextureFilter.Nearest);
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Skin.java 407 public TextureAtlas getAtlas () {

Completed in 281 milliseconds