Home
last modified time | relevance | path

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

/external/skia/tests/
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()
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()
/external/skqp/tests/
DSubsetPath.cpp68 int contourCount = 0; in SubsetContours() local
80 ++contourCount; in SubsetContours()
88 contourCount += foundCurve; in SubsetContours()
89 for (int index = 0; index < contourCount; ++index) { in SubsetContours()
92 fTries = contourCount; in SubsetContours()
104 int contourCount = 0; in getSubsetPath() local
139 if (++contourCount >= fSelected.count()) { in getSubsetPath()
142 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/core/
DSkPath.cpp2239 int contourCount = 0; in computeConvexity() local
2245 if (contourCount == 0) { in computeConvexity()
2250 contourCount++; in computeConvexity()
2255 if (contourCount == 1) { in computeConvexity()
2261 contourCount++; in computeConvexity()
/external/skqp/src/core/
DSkPath.cpp2514 int contourCount = 0; in internalGetConvexity() local
2524 if (++contourCount > 1) { in internalGetConvexity()
2830 int contourCount = 0; in internalGetConvexity() local
2843 if (++contourCount > 1) { in internalGetConvexity()