Searched refs:currentVertices (Results 1 – 1 of 1) sorted by relevance
238 int currentVertices = tess.numPts(); in onPrepareDraws() local239 if (vertexCount + currentVertices > maxVertices) { in onPrepareDraws()240 maxVertices = SkTMax(vertexCount + currentVertices, maxVertices * 2); in onPrepareDraws()250 vertexCount += currentVertices; in onPrepareDraws()