HomeSort by relevance Sort by last modified time
    Searched full:remainingvertices (Results 1 - 1 of 1) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
SpriteBatch.java 562 int remainingVertices = verticesLength;
566 remainingVertices -= idx;
567 if (remainingVertices == 0) {
569 remainingVertices = verticesLength;
572 int copyCount = Math.min(remainingVertices, count);

Completed in 610 milliseconds