Searched defs:copyCount (Results 1 – 3 of 3) sorted by relevance
382 size_t copyCount = SkTMin(fCount - fIdx, size); in read() local
602 int copyCount = Math.min(vertices.length - idx, count); in drawAdjusted() local
572 int copyCount = Math.min(remainingVertices, count); in draw() local