HomeSort by relevance Sort by last modified time
    Searched refs:contourCount (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
SubsetPath.cpp 67 int contourCount = 0;
79 ++contourCount;
87 contourCount += foundCurve;
88 for (int index = 0; index < contourCount; ++index) {
91 fTries = contourCount;
103 int contourCount = 0;
138 if (++contourCount >= fSelected.count()) {
141 enabled = fSelected[contourCount];
PathOpsTightBoundsTest.cpp 18 int contourCount = ran.nextRangeU(1, 10);
19 for (int cIndex = 0; cIndex < contourCount; ++cIndex) {
63 int contourCount = ran.nextRangeU(1, 10);
64 for (int cIndex = 0; cIndex < contourCount; ++cIndex) {
  /external/skia/src/gpu/batches/
GrDefaultPathRenderer.cpp 284 int contourCount;
285 maxVertices += GrPathUtils::worstCasePointCount(args.fPath, &contourCount,
288 isIndexed = isIndexed || contourCount > 1;
  /external/skia/src/core/
SkPath.cpp     [all...]

Completed in 179 milliseconds