Lines Matching refs:fRandom
250 if (d->fRandom->nextBool()) { in TestCreate()
253 if (d->fRandom->nextBool()) { in TestCreate()
256 if (d->fRandom->nextBool()) { in TestCreate()
258 if (d->fRandom->nextBool()) { in TestCreate()
259 flags |= (d->fRandom->nextBool()) ? kCoverageAttributeTweak_GPFlag in TestCreate()
263 if (d->fRandom->nextBool()) { in TestCreate()
267 GrColor color = GrTest::RandomColor(d->fRandom); in TestCreate()
268 SkMatrix viewMtx = GrTest::TestMatrix(d->fRandom); in TestCreate()
269 SkMatrix localMtx = GrTest::TestMatrix(d->fRandom); in TestCreate()
270 bool readsLocalCoords = d->fRandom->nextBool(); in TestCreate()
271 uint8_t coverage = GrTest::RandomCoverage(d->fRandom); in TestCreate()