Home
last modified time | relevance | path

Searched refs:TestPath (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
DGrTestUtils.h48 const SkPath& TestPath(SkRandom*);
DGrTestUtils.cpp165 const SkPath& TestPath(SkRandom* random) { in TestPath() function
/third_party/skia/src/gpu/ops/
DTriangulatingPathRenderer.cpp548 const SkPath& path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE()
DSmallPathRenderer.cpp733 GrStyledShape shape(GrTest::TestPath(random), GrStyle::SimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
DDefaultPathRenderer.cpp595 const SkPath& path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE()
DAAHairLinePathRenderer.cpp1281 const SkPath& path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE()
/third_party/python/Lib/test/
Dtest_zipfile.py2854 class TestPath(unittest.TestCase): class