Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Ddraw_path_test.h21 class DrawPathTest : public TestBase {
23 DrawPathTest() : TestBase() {} in DrawPathTest() function
24 ~DrawPathTest() override = default;
H A Ddraw_path_test.cpp19 void DrawPathTest::OnTestFunctionCpu(Drawing::Canvas* canvas) in OnTestFunctionCpu()
31 void DrawPathTest::OnTestFunctionGpuUpScreen(Drawing::Canvas* canvas) in OnTestFunctionGpuUpScreen()
38 void DrawPathTest::OnTestPerformance(Drawing::Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H A Dtest_case_factory.cpp24 {"drawpath", []() -> std::shared_ptr<TestBase> {return std::make_shared<DrawPathTest>();}}, in __anon1144a44e0302()
29 {"drawpath", []() -> std::shared_ptr<TestBase> {return std::make_shared<DrawPathTest>();}}, in __anon1144a44e0602()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp404 HWTEST_F(RSPaintFilterCanvasTest, DrawPathTest, TestSize.Level1)