Home
last modified time | relevance | path

Searched refs:SetStrokeRuleForPath2D (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.h76 …void SetStrokeRuleForPath2D(const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) over…
H A Doffscreen_canvas_rendering_context_2d_model_impl.h76 …void SetStrokeRuleForPath2D(const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) over…
H A Dcanvas_rendering_context_2d_model_impl.cpp295 void CanvasRenderingContext2DModelImpl::SetStrokeRuleForPath2D( in SetStrokeRuleForPath2D() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp296 void OffscreenCanvasRenderingContext2DModelImpl::SetStrokeRuleForPath2D( in SetStrokeRuleForPath2D() 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.h79 …void SetStrokeRuleForPath2D(const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) over…
H A Dcanvas_rendering_context_2d_model_ng.h82 …void SetStrokeRuleForPath2D(const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) over…
H A Drendering_context_2d_model.h83 …virtual void SetStrokeRuleForPath2D(const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& pa…
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp307 void OffscreenCanvasRenderingContext2DModelNG::SetStrokeRuleForPath2D( in SetStrokeRuleForPath2D() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
H A Dcanvas_rendering_context_2d_model_ng.cpp432 void CanvasRenderingContext2DModelNG::SetStrokeRuleForPath2D( in SetStrokeRuleForPath2D() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.cpp247 renderingContext2DModel_->SetStrokeRuleForPath2D(fillRule, path); in Stroke()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp1218 renderingContext2DModel_->SetStrokeRuleForPath2D(CanvasFillRule::NONZERO, path); in JsStroke()