Home
last modified time | relevance | path

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

/external/skia/tests/
DSubsetPath.cpp67 int contourCount = 0; in SubsetContours() local
79 ++contourCount; in SubsetContours()
87 contourCount += foundCurve; in SubsetContours()
88 for (int index = 0; index < contourCount; ++index) { in SubsetContours()
91 fTries = contourCount; in SubsetContours()
103 int contourCount = 0; in getSubsetPath() local
138 if (++contourCount >= fSelected.count()) { in getSubsetPath()
141 enabled = fSelected[contourCount]; in getSubsetPath()
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/batches/
DGrDefaultPathRenderer.cpp284 int contourCount; in onPrepareDraws() local
285 maxVertices += GrPathUtils::worstCasePointCount(args.fPath, &contourCount, in onPrepareDraws()
288 isIndexed = isIndexed || contourCount > 1; in onPrepareDraws()
/external/skia/src/core/
DSkPath.cpp2410 int contourCount = 0; in internalGetConvexity() local
2420 if (++contourCount > 1) { in internalGetConvexity()