Home | History | Annotate | Download | only in bench

Lines Matching defs:fRandom

322             fVerbCnts[i] = fRandom.nextRangeU(minVerbs, maxVerbs + 1);
327 fVerbs[i] = static_cast<SkPath::Verb>(fRandom.nextULessThan(SkPath::kDone_Verb));
332 fPoints[i].set(fRandom.nextRangeScalar(bounds->fLeft, bounds->fRight),
333 fRandom.nextRangeScalar(bounds->fTop, bounds->fBottom));
401 SkRandom fRandom;