/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_canvas/ |
H A D | ui_test_canvas.cpp | 325 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 …]
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_canvas_unit_test.cpp | 324 canvas_->BeginPath(); 340 canvas_->BeginPath(); 363 canvas_->BeginPath(); 386 canvas_->BeginPath(); 417 canvas_->BeginPath(); 446 canvas_->BeginPath(); 475 canvas_->BeginPath(); 504 canvas_->BeginPath(); 528 canvas_->BeginPath(); 555 canvas_->BeginPath(); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_pattern.cpp | 79 void OffscreenCanvasPattern::BeginPath() in BeginPath() function in OHOS::Ace::NG::OffscreenCanvasPattern 81 offscreenPaintMethod_->BeginPath(); in BeginPath()
|
H A D | offscreen_canvas_pattern.h | 44 void BeginPath();
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.cpp | 345 void OffscreenCanvasRenderingContext2DModelNG::BeginPath() in BeginPath() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG 348 pattern_->BeginPath(); in BeginPath()
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.h | 84 void BeginPath() override;
|
H A D | canvas_rendering_context_2d_model_ng.h | 87 void BeginPath() override;
|
H A D | canvas_pattern.h | 102 void BeginPath();
|
H A D | rendering_context_2d_model.h | 88 virtual void BeginPath() = 0;
|
H A D | canvas_rendering_context_2d_model_ng.cpp | 473 void CanvasRenderingContext2DModelNG::BeginPath() in BeginPath() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG 477 pattern->BeginPath(); in BeginPath()
|
H A D | canvas_paint_op.cpp | 103 method->BeginPath(); in Draw()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_renderer.cpp | 250 void NativeCanvasRenderer::BeginPath() in BeginPath() function in OHOS::Ace::Framework::NativeCanvasRenderer 252 renderingContext2DModel_->BeginPath(); in BeginPath()
|
H A D | canvas_renderer.h | 79 void BeginPath();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/ |
H A D | canvas_rendering_context_2d_model_impl.cpp | 331 void CanvasRenderingContext2DModelImpl::BeginPath() in BeginPath() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl 334 pattern_->BeginPath(); in BeginPath()
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 332 void OffscreenCanvasRenderingContext2DModelImpl::BeginPath() in BeginPath() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl 335 pattern_->BeginPath(); in BeginPath()
|
H A D | canvas_rendering_context_2d_model_impl.h | 81 void BeginPath() override;
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.h | 81 void BeginPath() override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | custom_paint_component.h | 104 void BeginPath();
|
H A D | custom_paint_component.cpp | 243 void CanvasTaskPool::BeginPath() in BeginPath() function in OHOS::Ace::CanvasTaskPool 245 auto task = [](RenderCustomPaint& interface, const Offset& offset) { interface.BeginPath(); }; in BeginPath()
|
H A D | offscreen_canvas.h | 222 virtual void BeginPath() = 0;
|
H A D | render_custom_paint.h | 99 virtual void BeginPath() = 0;
|
H A D | rosen_render_offscreen_canvas.h | 57 void BeginPath() override;
|
H A D | rosen_render_custom_paint.h | 87 void BeginPath() override;
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_canvas.cpp | 44 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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | canvas_rendering_context_2d_modifier.cpp | 37 canvasPattern->BeginPath(); in SetCanvasBeginPath()
|