Searched refs:fuzzPath (Results 1 – 1 of 1) sorted by relevance
625 FuzzPath fuzzPath; in path_fuzz_stroker() local626 fuzzPath.setStrokeOnly(); in path_fuzz_stroker()627 fuzzPath.setSeed(localSeed); in path_fuzz_stroker()628 fuzzPath.randomize(); in path_fuzz_stroker()629 const SkPath& path = fuzzPath.getPath(); in path_fuzz_stroker()630 const SkPaint& paint = fuzzPath.getPaint(); in path_fuzz_stroker()674 fuzzPath.randomize(); in onDrawContent()675 const SkPath& path = fuzzPath.getPath(); in onDrawContent()676 const SkPaint& paint = fuzzPath.getPaint(); in onDrawContent()677 const SkPath& clip = fuzzPath.getClip(); in onDrawContent()[all …]