Home
last modified time | relevance | path

Searched refs:ClosePath (Results 1 - 25 of 41) sorted by relevance

12

/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp445 canvas->ClosePath(); in UIKitCanvasTestDrawPath001()
501 canvas->ClosePath(); in UIKitCanvasTestDrawPath005()
563 canvas->ClosePath(); in UIKitCanvasTestDrawPath009()
581 canvas->ClosePath(); in UIKitCanvasTestDrawPath010()
631 canvas->ClosePath(); in UIKitCanvasTestDrawPath013()
664 canvas->ClosePath(); in UIKitCanvasTestDrawPath015()
741 canvas->ClosePath(); in UIKitCanvasTestDrawPath020()
757 canvas->ClosePath(); in UIKitCanvasTestDrawPath021()
774 canvas->ClosePath(); in UIKitCanvasTestDrawPath022()
790 canvas->ClosePath(); in UIKitCanvasTestDrawPath023()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_path.cpp88 void NativeCanvasPath::ClosePath() in ClosePath() function in OHOS::Ace::Framework::NativeCanvasPath
90 path2d_->ClosePath(); in ClosePath()
H A Dcanvas_path.h43 void ClosePath();
H A Dcanvas_renderer.h82 void ClosePath();
H A Dcanvas_renderer.cpp259 void NativeCanvasRenderer::ClosePath() in ClosePath() function in OHOS::Ace::Framework::NativeCanvasRenderer
261 renderingContext2DModel_->ClosePath(); in ClosePath()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_pattern.h45 void ClosePath();
H A Doffscreen_canvas_pattern.cpp84 void OffscreenCanvasPattern::ClosePath() in ClosePath() function in OHOS::Ace::NG::OffscreenCanvasPattern
86 offscreenPaintMethod_->ClosePath(); in ClosePath()
H A Dcanvas_rendering_context_2d_model_ng.h88 void ClosePath() override;
H A Doffscreen_canvas_rendering_context_2d_model_ng.h85 void ClosePath() override;
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp347 void OffscreenCanvasRenderingContext2DModelNG::ClosePath() in ClosePath() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
350 pattern_->ClosePath(); in ClosePath()
H A Dcanvas_pattern.h103 void ClosePath();
H A Dcanvas_paint_op.cpp113 method->ClosePath(); in Draw()
H A Drendering_context_2d_model.h89 virtual void ClosePath() = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.cpp330 void CanvasRenderingContext2DModelImpl::ClosePath() in ClosePath() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
333 pattern_->ClosePath(); in ClosePath()
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp332 void OffscreenCanvasRenderingContext2DModelImpl::ClosePath() in ClosePath() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
335 pattern_->ClosePath(); in ClosePath()
H A Doffscreen_canvas_rendering_context_2d_model_impl.h82 void ClosePath() override;
H A Dcanvas_rendering_context_2d_model_impl.h82 void ClosePath() override;
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.h105 void ClosePath();
H A Dcustom_paint_component.cpp255 void CanvasTaskPool::ClosePath() in ClosePath() function in OHOS::Ace::CanvasTaskPool
257 auto task = [](RenderCustomPaint& interface, const Offset& offset) { interface.ClosePath(); }; in ClosePath()
H A Drender_custom_paint.h101 virtual void ClosePath() = 0;
H A Drosen_render_custom_paint.h88 void ClosePath() override;
H A Doffscreen_canvas.h228 virtual void ClosePath() = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_path.cpp173 path2d_->ClosePath(); in JsPath2DClosePath()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp545 * @tc.desc: Verify ClosePath function, equal.
558 canvas_->ClosePath(); in HWTEST_F()
571 * @tc.desc: Verify ClosePath function, equal.
590 canvas_->ClosePath(); in HWTEST_F()
603 canvas_->ClosePath(); in HWTEST_F()
1673 canvas_->ClosePath(); in HWTEST_F()
1683 canvas_->ClosePath(); in HWTEST_F()
1736 canvas_->ClosePath(); in HWTEST_F()
1746 canvas_->ClosePath(); in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp226 ClosePath(); in AddRect()
229 void UICanvas::ClosePath() in ClosePath() function in OHOS::UICanvas
442 ClosePath(); in SetDrawLinePath()
498 ClosePath(); in StrokeRect()
514 ClosePath(); in ClearRect()
583 ClosePath(); in DrawSector()

Completed in 20 milliseconds

12