Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DSubsetPath.cpp66 int contourCount = 0; in SubsetContours() local
78 ++contourCount; in SubsetContours()
86 contourCount += foundCurve; in SubsetContours()
87 for (int index = 0; index < contourCount; ++index) { in SubsetContours()
90 fTries = contourCount; in SubsetContours()
99 int contourCount = 0; in getSubsetPath() local
134 if (++contourCount >= fSelected.count()) { in getSubsetPath()
137 enabled = fSelected[contourCount]; in getSubsetPath()
H A DPathOpsTightBoundsTest.cpp17 int contourCount = ran.nextRangeU(1, 10); in testTightBoundsLines() local
18 for (int cIndex = 0; cIndex < contourCount; ++cIndex) { in testTightBoundsLines()
62 int contourCount = ran.nextRangeU(1, 10); in testTightBoundsQuads() local
63 for (int cIndex = 0; cIndex < contourCount; ++cIndex) { in testTightBoundsQuads()
/third_party/skia/src/core/
H A DSkPath.cpp2305 int contourCount = 0; in computeConvexity() local
2311 if (contourCount == 0) { in computeConvexity()
2316 contourCount++; in computeConvexity()
2321 if (contourCount == 1) { in computeConvexity()
2327 contourCount++; in computeConvexity()

Completed in 8 milliseconds