HomeSort by relevance Sort by last modified time
    Searched refs:currentIndices (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/ops/
GrAALinearizingConvexPathRenderer.cpp 276 int currentIndices = tess.numIndices();
277 if (indexCount + currentIndices > maxIndices) {
278 maxIndices = SkTMax(indexCount + currentIndices, maxIndices * 2);
291 indexCount += currentIndices;
  /external/skqp/src/gpu/ops/
GrAALinearizingConvexPathRenderer.cpp 276 int currentIndices = tess.numIndices();
277 if (indexCount + currentIndices > maxIndices) {
278 maxIndices = SkTMax(indexCount + currentIndices, maxIndices * 2);
291 indexCount += currentIndices;

Completed in 1582 milliseconds