HomeSort by relevance Sort by last modified time
    Searched refs:g2d (Results 1 - 25 of 330) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEffectPool.java 17 package com.badlogic.gdx.graphics.g2d;
19 import com.badlogic.gdx.graphics.g2d.ParticleEffectPool.PooledEffect;
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/
BatchTiledMapRenderer.java 19 import static com.badlogic.gdx.graphics.g2d.Batch.C1;
20 import static com.badlogic.gdx.graphics.g2d.Batch.C2;
21 import static com.badlogic.gdx.graphics.g2d.Batch.C3;
22 import static com.badlogic.gdx.graphics.g2d.Batch.C4;
23 import static com.badlogic.gdx.graphics.g2d.Batch.U1;
24 import static com.badlogic.gdx.graphics.g2d.Batch.U2;
25 import static com.badlogic.gdx.graphics.g2d.Batch.U3;
26 import static com.badlogic.gdx.graphics.g2d.Batch.U4;
27 import static com.badlogic.gdx.graphics.g2d.Batch.V1;
28 import static com.badlogic.gdx.graphics.g2d.Batch.V2
    [all...]
OrthogonalTiledMapRenderer.java 19 import static com.badlogic.gdx.graphics.g2d.Batch.C1;
20 import static com.badlogic.gdx.graphics.g2d.Batch.C2;
21 import static com.badlogic.gdx.graphics.g2d.Batch.C3;
22 import static com.badlogic.gdx.graphics.g2d.Batch.C4;
23 import static com.badlogic.gdx.graphics.g2d.Batch.U1;
24 import static com.badlogic.gdx.graphics.g2d.Batch.U2;
25 import static com.badlogic.gdx.graphics.g2d.Batch.U3;
26 import static com.badlogic.gdx.graphics.g2d.Batch.U4;
27 import static com.badlogic.gdx.graphics.g2d.Batch.V1;
28 import static com.badlogic.gdx.graphics.g2d.Batch.V2
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
TransformDrawable.java 4 import com.badlogic.gdx.graphics.g2d.Batch;
TextureRegionDrawable.java 20 import com.badlogic.gdx.graphics.g2d.Batch;
21 import com.badlogic.gdx.graphics.g2d.Sprite;
22 import com.badlogic.gdx.graphics.g2d.TextureRegion;
23 import com.badlogic.gdx.graphics.g2d.TextureAtlas.AtlasRegion;
24 import com.badlogic.gdx.graphics.g2d.TextureAtlas.AtlasSprite;
Drawable.java 19 import com.badlogic.gdx.graphics.g2d.Batch;
Layout.java 19 import com.badlogic.gdx.graphics.g2d.Batch;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
AtlasIssueTest.java 21 import com.badlogic.gdx.graphics.g2d.BitmapFont;
22 import com.badlogic.gdx.graphics.g2d.Sprite;
23 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
24 import com.badlogic.gdx.graphics.g2d.TextureAtlas;
TextureAtlasTest.java 23 import com.badlogic.gdx.graphics.g2d.Animation;
24 import com.badlogic.gdx.graphics.g2d.BitmapFont;
25 import com.badlogic.gdx.graphics.g2d.Sprite;
26 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
27 import com.badlogic.gdx.graphics.g2d.TextureAtlas;
28 import com.badlogic.gdx.graphics.g2d.TextureAtlas.AtlasRegion;
DpiTest.java 5 import com.badlogic.gdx.graphics.g2d.BitmapFont;
6 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
TextInputDialogTest.java 22 import com.badlogic.gdx.graphics.g2d.BitmapFont;
23 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
UtfFontTest.java 6 import com.badlogic.gdx.graphics.g2d.BitmapFont;
7 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
VibratorTest.java 21 import com.badlogic.gdx.graphics.g2d.BitmapFont;
22 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
YDownTest.java 24 import com.badlogic.gdx.graphics.g2d.Batch;
25 import com.badlogic.gdx.graphics.g2d.BitmapFont;
26 import com.badlogic.gdx.graphics.g2d.Sprite;
27 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
28 import com.badlogic.gdx.graphics.g2d.TextureAtlas;
29 import com.badlogic.gdx.graphics.g2d.TextureRegion;
SimpleAnimationTest.java 22 import com.badlogic.gdx.graphics.g2d.Animation;
23 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
24 import com.badlogic.gdx.graphics.g2d.TextureRegion;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/
FreeTypeDisposeTest.java 21 import com.badlogic.gdx.graphics.g2d.BitmapFont;
22 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator;
23 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeBitmapFontData;
24 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeFontParameter;
FreeTypeTest.java 24 import com.badlogic.gdx.graphics.g2d.BitmapFont;
25 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
26 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator;
27 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeBitmapFontData;
28 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeFontParameter;
FreeTypeFontLoaderTest.java 9 import com.badlogic.gdx.graphics.g2d.BitmapFont;
10 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
11 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator;
12 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGeneratorLoader;
13 import com.badlogic.gdx.graphics.g2d.freetype.FreetypeFontLoader;
14 import com.badlogic.gdx.graphics.g2d.freetype.FreetypeFontLoader.FreeTypeFontLoaderParameter;
InternationalFontsTest.java 22 import com.badlogic.gdx.graphics.g2d.BitmapFont;
23 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
24 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator;
25 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeFontParameter;
FreeTypeIncrementalTest.java 22 import com.badlogic.gdx.graphics.g2d.BitmapFont;
23 import com.badlogic.gdx.graphics.g2d.BitmapFont.Glyph;
24 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
25 import com.badlogic.gdx.graphics.g2d.TextureRegion;
26 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator;
27 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeBitmapFontData;
28 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeFontParameter;
  /external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreetypeFontLoader.java 1 package com.badlogic.gdx.graphics.g2d.freetype;
9 import com.badlogic.gdx.graphics.g2d.BitmapFont;
10 import com.badlogic.gdx.graphics.g2d.BitmapFont.BitmapFontData;
11 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeBitmapFontData;
12 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeFontParameter;
  /external/libgdx/tests/gdx-tests-android/src/com/badlogic/gdx/tests/android/
APKExpansionTest.java 28 import com.badlogic.gdx.graphics.g2d.BitmapFont;
29 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
30 import com.badlogic.gdx.graphics.g2d.TextureAtlas;
31 import com.badlogic.gdx.graphics.g2d.TextureRegion;
32 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator;
33 import com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGeneratorLoader;
34 import com.badlogic.gdx.graphics.g2d.freetype.FreetypeFontLoader;
35 import com.badlogic.gdx.graphics.g2d.freetype.FreetypeFontLoader.FreeTypeFontLoaderParameter;
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
TiledMapTile.java 19 import com.badlogic.gdx.graphics.g2d.TextureRegion;
TiledMapImageLayer.java 19 import com.badlogic.gdx.graphics.g2d.TextureRegion;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g2d/
ProgressiveJPEGTest.java 17 package com.badlogic.gdx.tests.g2d;
24 import com.badlogic.gdx.graphics.g2d.SpriteBatch;
25 import com.badlogic.gdx.graphics.g2d.TextureRegion;
41 texture = new Texture(Gdx.files.internal("data/g2d/progressive-libgdx.jpg"));

Completed in 2587 milliseconds

1 2 3 4 5 6 7 8 91011>>