Searched refs:currentVertices (Results 1 – 2 of 2) sorted by relevance
258 int currentVertices = tess.numPts(); in onPrepareDraws() local259 if (vertexCount + currentVertices > static_cast<int>(UINT16_MAX)) { in onPrepareDraws()267 if (vertexCount + currentVertices > maxVertices) { in onPrepareDraws()268 maxVertices = SkTMax(vertexCount + currentVertices, maxVertices * 2); in onPrepareDraws()290 vertexCount += currentVertices; in onPrepareDraws()