Home
last modified time | relevance | path

Searched refs:SetStrokeRuleForPath (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.h77 void SetStrokeRuleForPath(const CanvasFillRule& fillRule) override;
H A Doffscreen_canvas_rendering_context_2d_model_impl.h77 void SetStrokeRuleForPath(const CanvasFillRule& fillRule) override;
H A Dcanvas_rendering_context_2d_model_impl.cpp303 void CanvasRenderingContext2DModelImpl::SetStrokeRuleForPath(const CanvasFillRule& fillRule) in SetStrokeRuleForPath() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp304 void OffscreenCanvasRenderingContext2DModelImpl::SetStrokeRuleForPath(const CanvasFillRule& fillRul… in SetStrokeRuleForPath() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_rendering_context_2d_model_ng.h80 void SetStrokeRuleForPath(const CanvasFillRule& fillRule) override;
H A Dcanvas_rendering_context_2d_model_ng.h83 void SetStrokeRuleForPath(const CanvasFillRule& fillRule) override;
H A Drendering_context_2d_model.h84 virtual void SetStrokeRuleForPath(const CanvasFillRule& fillRule) = 0;
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp316 void OffscreenCanvasRenderingContext2DModelNG::SetStrokeRuleForPath(const CanvasFillRule& fillRule) in SetStrokeRuleForPath() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
H A Dcanvas_rendering_context_2d_model_ng.cpp441 void CanvasRenderingContext2DModelNG::SetStrokeRuleForPath(const CanvasFillRule& fillRule) in SetStrokeRuleForPath() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.cpp239 renderingContext2DModel_->SetStrokeRuleForPath(fillRule); in Stroke()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp1221 renderingContext2DModel_->SetStrokeRuleForPath(CanvasFillRule::NONZERO); in JsStroke()