Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsTightBoundsTest.cpp18 int contourCount = ran.nextRangeU(1, 10); in testTightBoundsLines() local
19 for (int cIndex = 0; cIndex < contourCount; ++cIndex) { in testTightBoundsLines()
63 int contourCount = ran.nextRangeU(1, 10); in testTightBoundsQuads() local
64 for (int cIndex = 0; cIndex < contourCount; ++cIndex) { in testTightBoundsQuads()
/external/skia/src/gpu/
DGrDefaultPathRenderer.cpp286 int contourCount; in generateGeometry() local
287 maxVertices += GrPathUtils::worstCasePointCount(args.fPath, &contourCount, in generateGeometry()
290 isIndexed = isIndexed || contourCount > 1; in generateGeometry()
/external/skia/src/core/
DSkPath.cpp2226 int contourCount = 0; in internalGetConvexity() local
2236 if (++contourCount > 1) { in internalGetConvexity()