Lines Matching refs:fRandom
257 bool stroke = d->fRandom->nextBool(); in TestCreate()
258 bool roundCaps = stroke ? d->fRandom->nextBool() : false; in TestCreate()
259 bool wideColor = d->fRandom->nextBool(); in TestCreate()
260 bool clipPlane = d->fRandom->nextBool(); in TestCreate()
261 bool isectPlane = d->fRandom->nextBool(); in TestCreate()
262 bool unionPlane = d->fRandom->nextBool(); in TestCreate()
263 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
509 bool wideColor = d->fRandom->nextBool(); in TestCreate()
510 const SkMatrix& matrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
701 bool stroke = d->fRandom->nextBool(); in TestCreate()
702 bool wideColor = d->fRandom->nextBool(); in TestCreate()
703 bool useScale = d->fRandom->nextBool(); in TestCreate()
704 SkMatrix matrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
891 bool wideColor = d->fRandom->nextBool(); in TestCreate()
892 bool useScale = d->fRandom->nextBool(); in TestCreate()
893 SkMatrix matrix = GrTest::TestMatrix(d->fRandom); in TestCreate()
894 auto style = (DIEllipseStyle)(d->fRandom->nextRangeU(0, 2)); in TestCreate()