Home
last modified time | relevance | path

Searched refs:PathTest (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dpath_test.cpp26 class PathTest : public testing::Test { class
34 void PathTest::SetUpTestCase() {} in SetUpTestCase()
35 void PathTest::TearDownTestCase() {} in TearDownTestCase()
36 void PathTest::SetUp() {} in SetUp()
37 void PathTest::TearDown() {} in TearDown()
128 HWTEST_F(PathTest, MoveTo001, TestSize.Level1)
184 HWTEST_F(PathTest, ArcTo001, TestSize.Level1)
198 HWTEST_F(PathTest, ArcTo002, TestSize.Level1)
211 HWTEST_F(PathTest, ArcTo003, TestSize.Level2)
859 HWTEST_F(PathTest, Op001, TestSize.Level1)
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpath_test.cpp23 void PathTest::TestDrawStar(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawStar()
70 std::vector<PathTest::TestFunc> PathTest::PathTestCase() in PathTestCase()
104 void PathTest::TestMoveTo(Canvas& canvas, uint32_t width, uint32_t height) in TestMoveTo()
128 void PathTest::TestLineTo(Canvas& canvas, uint32_t width, uint32_t height) in TestLineTo()
160 void PathTest::TestArcTo(Canvas& canvas, uint32_t width, uint32_t height) in TestArcTo()
205 void PathTest::TestQuadTo(Canvas& canvas, uint32_t width, uint32_t height) in TestQuadTo()
537 void PathTest::TestOp(Canvas& canvas, uint32_t width, uint32_t height) in TestOp()
565 void PathTest::TestOp2(Canvas& canvas, uint32_t width, uint32_t height) in TestOp2()
593 void PathTest::TestOp3(Canvas& canvas, uint32_t width, uint32_t height) in TestOp3()
621 void PathTest::TestOp4(Canvas& canvas, uint32_t width, uint32_t height) in TestOp4()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dpath_test.h29 class PathTest {
32 inline static PathTest& GetInstance() in GetInstance()
34 static PathTest pathTestCase; in GetInstance()
67 PathTest() = default;
68 virtual ~PathTest() = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Dmain.cpp58 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("PathTest", PathTest::GetInstance().PathTes… in main()