Home | History | Annotate | Download | only in hwc

Lines Matching refs:testRandFract

425         bool noTransform = testRandFract() > rareRatio;
434 layer->flags = (testRandFract() > rareRatio) ? 0
437 layer->transform = (noTransform || testRandFract() > rareRatio) ? 0
458 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();