Home
last modified time | relevance | path

Searched refs:TestRRectSimple (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/gpu/
DGrTestUtils.h35 const SkRRect& TestRRectSimple(SkRandom*);
/external/skia/src/gpu/
DGrTestUtils.cpp128 const SkRRect& TestRRectSimple(SkRandom* random) { in TestRRectSimple() function
DGrOvalRenderer.cpp1929 const SkRRect& rrect = GrTest::TestRRectSimple(random); in DRAW_BATCH_TEST_DEFINE()