Home
last modified time | relevance | path

Searched refs:BeginPath (Results 1 - 25 of 37) sorted by relevance

12

/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp325 canvas->BeginPath(); in UIKitCanvasTestDrawArc001()
443 canvas->BeginPath(); in UIKitCanvasTestDrawPath001()
458 canvas->BeginPath(); in UIKitCanvasTestDrawPath002()
472 canvas->BeginPath(); in UIKitCanvasTestDrawPath003()
486 canvas->BeginPath(); in UIKitCanvasTestDrawPath004()
500 canvas->BeginPath(); in UIKitCanvasTestDrawPath005()
514 canvas->BeginPath(); in UIKitCanvasTestDrawPath006()
529 canvas->BeginPath(); in UIKitCanvasTestDrawPath007()
544 canvas->BeginPath(); in UIKitCanvasTestDrawPath008()
559 canvas->BeginPath(); in UIKitCanvasTestDrawPath009()
[all...]
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp312 * @tc.desc: Verify BeginPath function, equal.
324 canvas_->BeginPath(); in HWTEST_F()
340 canvas_->BeginPath(); in HWTEST_F()
363 canvas_->BeginPath(); in HWTEST_F()
386 canvas_->BeginPath(); in HWTEST_F()
417 canvas_->BeginPath(); in HWTEST_F()
446 canvas_->BeginPath(); in HWTEST_F()
475 canvas_->BeginPath(); in HWTEST_F()
504 canvas_->BeginPath(); in HWTEST_F()
528 canvas_->BeginPath(); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.h79 void BeginPath();
H A Dcanvas_renderer.cpp244 void NativeCanvasRenderer::BeginPath() in BeginPath() function in OHOS::Ace::Framework::NativeCanvasRenderer
246 renderingContext2DModel_->BeginPath(); in BeginPath()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_pattern.h44 void BeginPath();
H A Doffscreen_canvas_pattern.cpp79 void OffscreenCanvasPattern::BeginPath() in BeginPath() function in OHOS::Ace::NG::OffscreenCanvasPattern
81 offscreenPaintMethod_->BeginPath(); in BeginPath()
H A Dcanvas_rendering_context_2d_model_ng.h87 void BeginPath() override;
H A Doffscreen_canvas_rendering_context_2d_model_ng.h84 void BeginPath() override;
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp341 void OffscreenCanvasRenderingContext2DModelNG::BeginPath() in BeginPath() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
344 pattern_->BeginPath(); in BeginPath()
H A Dcanvas_pattern.h102 void BeginPath();
H A Dcanvas_paint_op.cpp103 method->BeginPath(); in Draw()
H A Drendering_context_2d_model.h88 virtual void BeginPath() = 0;
H A Dcanvas_rendering_context_2d_model_ng.cpp468 void CanvasRenderingContext2DModelNG::BeginPath() in BeginPath() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
472 pattern->BeginPath(); in BeginPath()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.cpp324 void CanvasRenderingContext2DModelImpl::BeginPath() in BeginPath() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
327 pattern_->BeginPath(); in BeginPath()
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp326 void OffscreenCanvasRenderingContext2DModelImpl::BeginPath() in BeginPath() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
329 pattern_->BeginPath(); in BeginPath()
H A Doffscreen_canvas_rendering_context_2d_model_impl.h81 void BeginPath() override;
H A Dcanvas_rendering_context_2d_model_impl.h81 void BeginPath() override;
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.h104 void BeginPath();
H A Dcustom_paint_component.cpp243 void CanvasTaskPool::BeginPath() in BeginPath() function in OHOS::Ace::CanvasTaskPool
245 auto task = [](RenderCustomPaint& interface, const Offset& offset) { interface.BeginPath(); }; in BeginPath()
H A Drender_custom_paint.h99 virtual void BeginPath() = 0;
H A Drosen_render_custom_paint.h87 void BeginPath() override;
H A Doffscreen_canvas.h222 virtual void BeginPath() = 0;
H A Drosen_render_offscreen_canvas.h57 void BeginPath() override;
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcanvas_rendering_context_2d_modifier.cpp29 canvasPattern->BeginPath(); in SetCanvasBeginPath()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp44 void UICanvas::BeginPath() in BeginPath() function in OHOS::UICanvas
437 BeginPath(); in SetDrawLinePath()
493 BeginPath(); in StrokeRect()
509 BeginPath(); in ClearRect()
580 BeginPath(); in DrawSector()

Completed in 20 milliseconds

12