Lines Matching refs:testRandFract
427 bool noTransform = testRandFract() > rareRatio;
436 layer->flags = (testRandFract() > rareRatio) ? 0
439 layer->transform = (noTransform || testRandFract() > rareRatio) ? 0
460 if (testRandFract() <= freqRatio) {
574 size_t w = (width * maxSizeRatio) * testRandFract();
575 size_t h = (height * maxSizeRatio) * testRandFract();
592 ColorFract color(testRandFract(), testRandFract(), testRandFract());
593 float alpha = testRandFract();