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

/external/skia/tests/
H A DSubsetPath.cpp67 int contourCount = 0; local
79 ++contourCount;
87 contourCount += foundCurve;
88 for (int index = 0; index < contourCount; ++index) {
91 fTries = contourCount;
103 int contourCount = 0; local
138 if (++contourCount >= fSelected.count()) {
141 enabled = fSelected[contourCount];
H A DPathOpsTightBoundsTest.cpp18 int contourCount = ran.nextRangeU(1, 10); local
19 for (int cIndex = 0; cIndex < contourCount; ++cIndex) {
63 int contourCount = ran.nextRangeU(1, 10); local
64 for (int cIndex = 0; cIndex < contourCount; ++cIndex) {
/external/skia/src/gpu/batches/
H A DGrDefaultPathRenderer.cpp284 int contourCount; variable
285 maxVertices += GrPathUtils::worstCasePointCount(args.fPath, &contourCount,
288 isIndexed = isIndexed || contourCount > 1;
/external/skia/src/core/
H A DSkPath.cpp2410 int contourCount = 0; local
2420 if (++contourCount > 1) {

Completed in 104 milliseconds