Home
last modified time | relevance | path

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

/third_party/skia/fuzz/
H A DFuzzCommon.cpp31 void FuzzNicePath(Fuzz* fuzz, SkPath* path, int maxOps) { in FuzzNicePath() function
172 FuzzNicePath(fuzz, &p, maxOps-1); in FuzzNicePath()
184 FuzzNicePath(fuzz, &p, maxOps-1); in FuzzNicePath()
198 FuzzNicePath(fuzz, &p, maxOps-1); in FuzzNicePath()
207 FuzzNicePath(fuzz, &p, maxOps-1); in FuzzNicePath()
H A DFuzzCommon.h18 void FuzzNicePath(Fuzz* fuzz, SkPath* path, int maxOps);
H A DFuzzCanvas.cpp368 FuzzNicePath(fuzz, &path, 20); in make_fuzz_patheffect()
384 FuzzNicePath(fuzz, &path, 20); in make_fuzz_patheffect()
1164 FuzzNicePath(fuzz, &path, 30);
1254 FuzzNicePath(fuzz, &path, 60);
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzRegionSetPath.cpp17 FuzzNicePath(fuzz, &p, 1000); in FuzzRegionSetPath()

Completed in 4 milliseconds