Lines Matching refs:fRandom
265 bool stroke = d->fRandom->nextBool();
266 bool roundCaps = stroke ? d->fRandom->nextBool() : false;
267 bool wideColor = d->fRandom->nextBool();
268 bool clipPlane = d->fRandom->nextBool();
269 bool isectPlane = d->fRandom->nextBool();
270 bool unionPlane = d->fRandom->nextBool();
271 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom);
524 bool wideColor = d->fRandom->nextBool();
525 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom);
723 bool stroke = d->fRandom->nextBool();
724 bool wideColor = d->fRandom->nextBool();
725 bool useScale = d->fRandom->nextBool();
726 SkMatrix matrix = GrTest::TestMatrix(d->fRandom);
920 bool wideColor = d->fRandom->nextBool();
921 bool useScale = d->fRandom->nextBool();
922 SkMatrix matrix = GrTest::TestMatrix(d->fRandom);
923 auto style = (DIEllipseStyle)(d->fRandom->nextRangeU(0, 2));