Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DAALinearizingConvexPathRenderer.cpp249 int currentIndices = tess.numIndices(); variable
250 if (indexCount + currentIndices > maxIndices) {
251 maxIndices = std::max(indexCount + currentIndices, maxIndices * 2);
273 indexCount += currentIndices;

Completed in 2 milliseconds