Home | History | Annotate | Download | only in hwc

Lines Matching refs:testRandFract

426         bool noTransform = testRandFract() > rareRatio;
435 layer->flags = (testRandFract() > rareRatio) ? 0
438 layer->transform = (noTransform || testRandFract() > rareRatio) ? 0
459 if (testRandFract() <= freqRatio) {
575 size_t w = (width * maxSizeRatio) * testRandFract();
576 size_t h = (height * maxSizeRatio) * testRandFract();
593 ColorFract color(testRandFract(), testRandFract(), testRandFract());
594 float alpha = testRandFract();