Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DAALinearizingConvexPathRenderer.cpp232 int currentVertices = tess.numPts(); variable
233 if (vertexCount + currentVertices > static_cast<int>(UINT16_MAX)) {
240 if (vertexCount + currentVertices > maxVertices) {
241 maxVertices = std::max(vertexCount + currentVertices, maxVertices * 2);
272 vertexCount += currentVertices;

Completed in 1 milliseconds