Lines Matching refs:GrTest
206 GrTest::TestMatrix(d->fRandom), in TestCreate()
377 GrTest::TestMatrix(d->fRandom), in TestCreate()
575 GrTest::TestMatrix(d->fRandom), in TestCreate()
1906 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
1908 SkRect circle = GrTest::TestSquare(random); in DRAW_BATCH_TEST_DEFINE()
1909 return create_circle_batch(color, viewMatrix, circle, GrTest::TestStrokeRec(random)); in DRAW_BATCH_TEST_DEFINE()
1913 SkMatrix viewMatrix = GrTest::TestMatrixRectStaysRect(random); in DRAW_BATCH_TEST_DEFINE()
1915 SkRect ellipse = GrTest::TestSquare(random); in DRAW_BATCH_TEST_DEFINE()
1916 return create_ellipse_batch(color, viewMatrix, ellipse, GrTest::TestStrokeRec(random)); in DRAW_BATCH_TEST_DEFINE()
1920 SkMatrix viewMatrix = GrTest::TestMatrix(random); in DRAW_BATCH_TEST_DEFINE()
1922 SkRect ellipse = GrTest::TestSquare(random); in DRAW_BATCH_TEST_DEFINE()
1923 return create_diellipse_batch(color, viewMatrix, ellipse, GrTest::TestStrokeRec(random)); in DRAW_BATCH_TEST_DEFINE()
1927 SkMatrix viewMatrix = GrTest::TestMatrixRectStaysRect(random); in DRAW_BATCH_TEST_DEFINE()
1929 const SkRRect& rrect = GrTest::TestRRectSimple(random); in DRAW_BATCH_TEST_DEFINE()
1930 return create_rrect_batch(color, viewMatrix, rrect, GrTest::TestStrokeRec(random)); in DRAW_BATCH_TEST_DEFINE()