Home | History | Annotate | Download | only in renderers

Lines Matching refs:Batch

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;
29 import static com.badlogic.gdx.graphics.g2d.Batch.V3;
30 import static com.badlogic.gdx.graphics.g2d.Batch.V4;
31 import static com.badlogic.gdx.graphics.g2d.Batch.X1;
32 import static com.badlogic.gdx.graphics.g2d.Batch.X2;
33 import static com.badlogic.gdx.graphics.g2d.Batch.X3;
34 import static com.badlogic.gdx.graphics.g2d.Batch.X4;
35 import static com.badlogic.gdx.graphics.g2d.Batch.Y1;
36 import static com.badlogic.gdx.graphics.g2d.Batch.Y2;
37 import static com.badlogic.gdx.graphics.g2d.Batch.Y3;
38 import static com.badlogic.gdx.graphics.g2d.Batch.Y4;
41 import com.badlogic.gdx.graphics.g2d.Batch;
54 public OrthogonalTiledMapRenderer (TiledMap map, Batch batch) {
55 super(map, batch);
62 public OrthogonalTiledMapRenderer (TiledMap map, float unitScale, Batch batch) {
63 super(map, unitScale, batch);
68 final Color batchColor = batch.getColor();
201 batch.draw(region.getTexture(), vertices, 0, NUM_VERTICES);