Searched refs:PathCreate (Results 1 – 3 of 3) sorted by relevance
257 class PathCreate : public TestBase {259 explicit PathCreate(int type) : TestBase(type) {}; in PathCreate() function260 ~PathCreate() override {}; in ~PathCreate()
196 void PathCreate::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
270 …[]() -> std::shared_ptr<TestBase> { return std::make_shared<PathCreate>(TestBase::DRAW_STYLE_COMPL… in __anonec8024be5002()