Searched refs:contourCount (Results 1 – 3 of 3) sorted by relevance
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()
286 int contourCount; in generateGeometry() local287 maxVertices += GrPathUtils::worstCasePointCount(args.fPath, &contourCount, in generateGeometry()290 isIndexed = isIndexed || contourCount > 1; in generateGeometry()
2226 int contourCount = 0; in internalGetConvexity() local2236 if (++contourCount > 1) { in internalGetConvexity()