Searched refs:PathTest (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | path_test.cpp | 26 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() 46 HWTEST_F(PathTest, CreateAndDestroy001, TestSize.Level1) in HWTEST_F() 58 HWTEST_F(PathTest, BuildFromSVGString001, TestSize.Level1) in HWTEST_F() 72 HWTEST_F(PathTest, BuildFromSVGString002, TestSize.Level1) in HWTEST_F() 86 HWTEST_F(PathTest, BuildFromSVGString003, TestSize.Level1) in HWTEST_F() 100 HWTEST_F(PathTest, ConvertToSVGString00 [all...] |
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/ |
H A D | path_test.h | 29 class PathTest { class 32 inline static PathTest& GetInstance() in GetInstance() 34 static PathTest pathTestCase; in GetInstance() 67 PathTest() = default; 68 virtual ~PathTest() = default;
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | path_test.cpp | 23 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() 181 void PathTest::TestCubicTo(Canvas& canvas, uint32_t width, uint32_t height) in TestCubicTo() 205 void PathTest::TestQuadTo(Canvas& canvas, uint32_t width, uint32_t height) in TestQuadTo() 230 void PathTest::TestAddRect(Canvas& canvas, uint32_t width, uint32_t height) in TestAddRect() 259 void PathTest [all...] |
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/ |
H A D | main.cpp | 58 testFuncMap.insert(pair<string, std::vector<TestFunc>>("PathTest", PathTest::GetInstance().PathTestCase())); in main()
|
Completed in 2 milliseconds