Searched refs:FuzzNicePath (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/fuzz/ |
H A D | FuzzCommon.cpp | 31 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 D | FuzzCommon.h | 18 void FuzzNicePath(Fuzz* fuzz, SkPath* path, int maxOps);
|
H A D | FuzzCanvas.cpp | 368 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 D | FuzzRegionSetPath.cpp | 17 FuzzNicePath(fuzz, &p, 1000); in FuzzRegionSetPath()
|
Completed in 4 milliseconds