Home
last modified time | relevance | path

Searched refs:PathAddPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.h208 class PathAddPath : public TestBase {
210 explicit PathAddPath(int type) : TestBase(type) in PathAddPath() function
214 ~PathAddPath() override {}; in ~PathAddPath()
H A Dpath_test.cpp490 void PathAddPath::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp343 …[]() -> std::shared_ptr<TestBase> { return std::make_shared<PathAddPath>(TestBase::DRAW_STYLE_COMP… in __anonec8024be6c02()