Searched refs:PathLineTo (Results 1 – 5 of 5) sorted by relevance
268 class PathLineTo : public TestBase {270 explicit PathLineTo(int type) : TestBase(type) {}; in PathLineTo() function271 ~PathLineTo() override {}; in ~PathLineTo()
212 void PathLineTo::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
22 import { PathLineTo, PathArcTo, PathQuadTo, PathCubicTo,PathClose, PathReset, PathIsClosed, PathGet…117 … ['path_lineto', () => { return new PathLineTo(StyleType.DRAW_STYLE_COMPLEX); }], // 1000次耗时70ms
23 export class PathLineTo extends TestBase {
272 …[]() -> std::shared_ptr<TestBase> { return std::make_shared<PathLineTo>(TestBase::DRAW_STYLE_COMPL… in __anonec8024be5102()