Lines Matching refs:nextBool
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();
524 bool wideColor = d->fRandom->nextBool();
723 bool stroke = d->fRandom->nextBool();
724 bool wideColor = d->fRandom->nextBool();
725 bool useScale = d->fRandom->nextBool();
920 bool wideColor = d->fRandom->nextBool();
921 bool useScale = d->fRandom->nextBool();
3458 if (random->nextBool()) {
3461 arcParamsTmp.fUseCenter = random->nextBool();