Home
last modified time | relevance | path

Searched refs:SetClipRuleForPath2D (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.h79 …void SetClipRuleForPath2D(const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) overri…
H A Doffscreen_canvas_rendering_context_2d_model_impl.h79 …void SetClipRuleForPath2D(const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) overri…
H A Dcanvas_rendering_context_2d_model_impl.cpp317 void CanvasRenderingContext2DModelImpl::SetClipRuleForPath2D( in SetClipRuleForPath2D() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp318 void OffscreenCanvasRenderingContext2DModelImpl::SetClipRuleForPath2D( in SetClipRuleForPath2D() 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.h82 …void SetClipRuleForPath2D(const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) overri…
H A Dcanvas_rendering_context_2d_model_ng.h85 …void SetClipRuleForPath2D(const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path) overri…
H A Drendering_context_2d_model.h86 …virtual void SetClipRuleForPath2D(const CanvasFillRule& fillRule, const RefPtr<CanvasPath2D>& path…
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp331 void OffscreenCanvasRenderingContext2DModelNG::SetClipRuleForPath2D( in SetClipRuleForPath2D() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
H A Dcanvas_rendering_context_2d_model_ng.cpp457 void CanvasRenderingContext2DModelNG::SetClipRuleForPath2D( in SetClipRuleForPath2D() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp1245 renderingContext2DModel_->SetClipRuleForPath2D(fillRule, path); in JsClip()