Home
last modified time | relevance | path

Searched refs:currentVertices (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/batches/
DGrAALinearizingConvexPathRenderer.cpp238 int currentVertices = tess.numPts(); in onPrepareDraws() local
239 if (vertexCount + currentVertices > maxVertices) { in onPrepareDraws()
240 maxVertices = SkTMax(vertexCount + currentVertices, maxVertices * 2); in onPrepareDraws()
250 vertexCount += currentVertices; in onPrepareDraws()