Searched refs:maxOps (Results 1 – 4 of 4) sorted by relevance
/external/skqp/fuzz/ |
D | FuzzCommon.cpp | 31 void FuzzNicePath(Fuzz* fuzz, SkPath* path, int maxOps) { in FuzzNicePath() argument 32 if (maxOps <= 0 || fuzz->exhausted() || path->countPoints() > 100000) { in FuzzNicePath() 39 fuzz->nextRange(&numOps, 0, maxOps); in FuzzNicePath() 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()
|
D | FuzzCommon.h | 18 void FuzzNicePath(Fuzz* fuzz, SkPath* path, int maxOps);
|
/external/skia/fuzz/ |
D | FuzzCommon.cpp | 31 void FuzzNicePath(Fuzz* fuzz, SkPath* path, int maxOps) { in FuzzNicePath() argument 32 if (maxOps <= 0 || fuzz->exhausted() || path->countPoints() > 100000) { in FuzzNicePath() 39 fuzz->nextRange(&numOps, 0, maxOps); in FuzzNicePath() 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()
|
D | FuzzCommon.h | 18 void FuzzNicePath(Fuzz* fuzz, SkPath* path, int maxOps);
|