Lines Matching refs:fRandom
280 if (d->fRandom->nextBool()) { in TestCreate()
283 if (d->fRandom->nextBool()) { in TestCreate()
286 if (d->fRandom->nextBool()) { in TestCreate()
289 if (d->fRandom->nextBool()) { in TestCreate()
291 if (d->fRandom->nextBool()) { in TestCreate()
295 if (d->fRandom->nextBool()) { in TestCreate()
301 SkPMColor4f::FromBytes_RGBA(GrRandomColor(d->fRandom)), in TestCreate()
302 GrTest::TestColorXform(d->fRandom), in TestCreate()
303 GrTest::TestMatrix(d->fRandom), in TestCreate()
304 GrTest::TestMatrix(d->fRandom), in TestCreate()
305 d->fRandom->nextBool(), in TestCreate()
306 GrRandomCoverage(d->fRandom)); in TestCreate()