Home
last modified time | relevance | path

Searched refs:UpdateFillRuleForPath (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.cpp283 pattern_->UpdateFillRuleForPath(fillRule); in SetFillRuleForPath()
306 pattern_->UpdateFillRuleForPath(fillRule); in SetStrokeRuleForPath()
313 pattern_->UpdateFillRuleForPath(fillRule); in SetClipRuleForPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_rendering_context_2d_model_ng.cpp419 pattern->UpdateFillRuleForPath(fillRule); in SetFillRuleForPath()
445 pattern->UpdateFillRuleForPath(fillRule); in SetStrokeRuleForPath()
453 pattern->UpdateFillRuleForPath(fillRule); in SetClipRuleForPath()
H A Dcanvas_pattern.h131 void UpdateFillRuleForPath(const CanvasFillRule rule);
H A Dcanvas_pattern.cpp851 void CanvasPattern::UpdateFillRuleForPath(const CanvasFillRule rule) in UpdateFillRuleForPath() function in OHOS::Ace::NG::CanvasPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.h123 void UpdateFillRuleForPath(const CanvasFillRule rule);
H A Dcustom_paint_component.cpp381 void CanvasTaskPool::UpdateFillRuleForPath(const CanvasFillRule rule) in UpdateFillRuleForPath() function in OHOS::Ace::CanvasTaskPool
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcanvas_rendering_context_2d_modifier.cpp66 canvasPattern->UpdateFillRuleForPath(fillRule); in SetCanvasFill()