Home
last modified time | relevance | path

Searched refs:fPathDepthLimit (Results 1 – 1 of 1) sorted by relevance

/external/skia/samplecode/
DSamplePathFuzz.cpp147 fPathDepthLimit = fRand.nextRangeU(1, 2); in randomize()
154 fPathDepthLimit = fRand.nextRangeU(1, 3); in randomize()
411 if (fPathDepth < fPathDepthLimit) { in makePath()
424 if (fPathDepth < fPathDepthLimit) { in makePath()
435 if (fPathDepth < fPathDepthLimit) { in makePath()
447 if (fPathDepth < fPathDepthLimit) { in makePath()
590 int fPathDepthLimit; member in FuzzPath