Home
last modified time | relevance | path

Searched defs:tempVertices (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DSpriteCache.java70 static private final float[] tempVertices = new float[VERTEX_SIZE * 6]; field in SpriteCache
843 add(sprite.getTexture(), tempVertices, 0, 30); in add() local