Home
last modified time | relevance | path

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

/external/skia/tests/
DStreamTest.cpp382 size_t copyCount = SkTMin(fCount - fIdx, size); in read() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DCpuSpriteBatch.java602 int copyCount = Math.min(vertices.length - idx, count); in drawAdjusted() local
DSpriteBatch.java572 int copyCount = Math.min(remainingVertices, count); in draw() local