Searched refs:PathClose (Results 1 – 5 of 5) sorted by relevance
64 class PathClose : public TestBase {66 explicit PathClose(int type) : TestBase(type) in PathClose() function70 ~PathClose() override {}; in ~PathClose()
87 void PathClose::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
22 import { PathLineTo, PathArcTo, PathQuadTo, PathCubicTo,PathClose, PathReset, PathIsClosed, PathGet…121 ['path_close', () => { return new PathClose(StyleType.DRAW_STYLE_COMPLEX); }], // 1000次耗时625ms
108 export class PathClose extends TestBase {
309 …[]() -> std::shared_ptr<TestBase> { return std::make_shared<PathClose>(TestBase::DRAW_STYLE_COMPLE… in __anonec8024be5d02()