Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSamplePathFuzz.cpp148 fPathContourCount = fRand.nextRangeU(1, 4); in randomize()
155 fPathContourCount = fRand.nextRangeU(1, 6); in randomize()
365 for (uint32_t cIndex = 0; cIndex < fPathContourCount; ++cIndex) { in makePath()
588 uint32_t fPathContourCount; member in FuzzPath