Home
last modified time | relevance | path

Searched refs:PathCreate (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.h257 class PathCreate : public TestBase {
259 explicit PathCreate(int type) : TestBase(type) {}; in PathCreate() function
260 ~PathCreate() override {}; in ~PathCreate()
H A Dpath_test.cpp196 void PathCreate::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp270 …[]() -> std::shared_ptr<TestBase> { return std::make_shared<PathCreate>(TestBase::DRAW_STYLE_COMPL… in __anonec8024be5002()