Searched refs:contourCount (Results 1 – 4 of 4) sorted by relevance
67 int contourCount = 0; in SubsetContours() local79 ++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() local138 if (++contourCount >= fSelected.count()) { in getSubsetPath()141 enabled = fSelected[contourCount]; in getSubsetPath()
18 int contourCount = ran.nextRangeU(1, 10); in testTightBoundsLines() local19 for (int cIndex = 0; cIndex < contourCount; ++cIndex) { in testTightBoundsLines()63 int contourCount = ran.nextRangeU(1, 10); in testTightBoundsQuads() local64 for (int cIndex = 0; cIndex < contourCount; ++cIndex) { in testTightBoundsQuads()
284 int contourCount; in onPrepareDraws() local285 maxVertices += GrPathUtils::worstCasePointCount(args.fPath, &contourCount, in onPrepareDraws()288 isIndexed = isIndexed || contourCount > 1; in onPrepareDraws()
2410 int contourCount = 0; in internalGetConvexity() local2420 if (++contourCount > 1) { in internalGetConvexity()