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

  /external/skia/samplecode/
SamplePathFuzz.cpp 133 class FuzzPath {
135 FuzzPath()
626 FuzzPath fuzzPath;
627 fuzzPath.setStrokeOnly();
628 fuzzPath.setSeed(localSeed);
629 fuzzPath.randomize();
630 const SkPath& path = fuzzPath.getPath();
631 const SkPaint& paint = fuzzPath.getPaint();
675 fuzzPath.randomize()
    [all...]
  /external/skqp/samplecode/
SamplePathFuzz.cpp 133 class FuzzPath {
135 FuzzPath()
626 FuzzPath fuzzPath;
627 fuzzPath.setStrokeOnly();
628 fuzzPath.setSeed(localSeed);
629 fuzzPath.randomize();
630 const SkPath& path = fuzzPath.getPath();
631 const SkPaint& paint = fuzzPath.getPaint();
675 fuzzPath.randomize()
    [all...]
  /external/skia/include/core/
SkPath.h     [all...]
  /external/skqp/include/core/
SkPath.h     [all...]

Completed in 1366 milliseconds