Lines Matching refs:fRandom
259 if (d->fRandom->nextBool()) {
262 if (d->fRandom->nextBool()) {
265 if (d->fRandom->nextBool()) {
267 if (d->fRandom->nextBool()) {
268 flags |= (d->fRandom->nextBool()) ? kCoverageAttributeTweak_GPFlag
272 if (d->fRandom->nextBool()) {
276 GrColor color = GrTest::RandomColor(d->fRandom);
277 SkMatrix viewMtx = GrTest::TestMatrix(d->fRandom);
278 SkMatrix localMtx = GrTest::TestMatrix(d->fRandom);
279 bool readsLocalCoords = d->fRandom->nextBool();
280 uint8_t coverage = GrTest::RandomCoverage(d->fRandom);