Searched refs:PathEffectTest (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | path_effect_test.cpp | 26 class PathEffectTest : public testing::Test { class 34 void PathEffectTest::SetUpTestCase() {} in SetUpTestCase() 35 void PathEffectTest::TearDownTestCase() {} in TearDownTestCase() 36 void PathEffectTest::SetUp() {} in SetUp() 37 void PathEffectTest::TearDown() {} in TearDown() 188 HWTEST_F(PathEffectTest, ArgsConstructor001, TestSize.Level1) 205 HWTEST_F(PathEffectTest, ArgsConstructor002, TestSize.Level1) 222 HWTEST_F(PathEffectTest, ArgsConstructor003, TestSize.Level1) 239 HWTEST_F(PathEffectTest, ArgsConstructor004, TestSize.Level1) 256 HWTEST_F(PathEffectTest, ArgsConstructor005, TestSize.Level1) [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/ |
H A D | path_effect_test.h | 31 class PathEffectTest { 34 inline static PathEffectTest& GetInstance() in GetInstance() 36 static PathEffectTest pathEffectTestCase; in GetInstance() 44 PathEffectTest() = default; 45 virtual ~PathEffectTest() = default;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | path_effect_test.cpp | 21 void PathEffectTest::TestDrawDashPathEffect(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawDashPathEffect() 44 std::vector<PathEffectTest::TestFunc> PathEffectTest::PathEffectTestCase() in PathEffectTestCase()
|