Home
last modified time | relevance | path

Searched refs:CanvasDrawLine (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/
H A Dcasefactory.ts17 import { CanvasDrawRect, CanvasDrawLine, CanvasDrawPath, CanvasDrawPoint, CanvasDrawImage, CanvasDr…
43 ['canvasdrawline', () => { return new CanvasDrawLine(); }],
104 …['canvas_drawline', () => { return new CanvasDrawLine(StyleType.DRAW_STYLE_COMPLEX); }], // 1000次耗…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dcanvas_test.h227 class CanvasDrawLine : public TestBase {
229 explicit CanvasDrawLine(int type) : TestBase(type) {}; in CanvasDrawLine() function
230 ~CanvasDrawLine() override {}; in ~CanvasDrawLine()
H A Dcanvas_test.cpp390 void CanvasDrawLine::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp230 …[]() -> std::shared_ptr<TestBase> { return std::make_shared<CanvasDrawLine>(TestBase::DRAW_STYLE_C… in __anonec8024be4402()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/testcase/interface/
H A Dcanvastest.ts114 export class CanvasDrawLine extends TestBase {