Home | History | Annotate | Download | only in ops

Lines Matching refs:GrTest

252             d->fRandom->nextBool(), GrTest::TestMatrix(d->fRandom)));
389 new EllipseGeometryProcessor(d->fRandom->nextBool(), GrTest::TestMatrix(d->fRandom)));
557 GrTest::TestMatrix(d->fRandom), (DIEllipseStyle)(d->fRandom->nextRangeU(0, 2))));
2441 SkRect circle = GrTest::TestSquare(random);
2444 SkStrokeRec stroke = GrTest::TestStrokeRec(random);
2462 SkMatrix viewMatrix = GrTest::TestMatrixRectStaysRect(random);
2464 SkRect ellipse = GrTest::TestSquare(random);
2465 return EllipseOp::Make(color, viewMatrix, ellipse, GrTest::TestStrokeRec(random));
2469 SkMatrix viewMatrix = GrTest::TestMatrix(random);
2471 SkRect ellipse = GrTest::TestSquare(random);
2472 return DIEllipseOp::Make(color, viewMatrix, ellipse, GrTest::TestStrokeRec(random));
2476 SkMatrix viewMatrix = GrTest::TestMatrixRectStaysRect(random);
2478 const SkRRect& rrect = GrTest::TestRRectSimple(random);
2480 return make_rrect_op(color, needsDistance, viewMatrix, rrect, GrTest::TestStrokeRec(random));