Home
last modified time | relevance | path

Searched refs:UpdateFillRuleForPath2D (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.cpp291 pattern_->UpdateFillRuleForPath2D(fillRule); in SetFillRuleForPath2D()
299 pattern_->UpdateFillRuleForPath2D(fillRule); in SetStrokeRuleForPath2D()
321 pattern_->UpdateFillRuleForPath2D(fillRule); in SetClipRuleForPath2D()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_rendering_context_2d_model_ng.cpp428 pattern->UpdateFillRuleForPath2D(fillRule); in SetFillRuleForPath2D()
437 pattern->UpdateFillRuleForPath2D(fillRule); in SetStrokeRuleForPath2D()
462 pattern->UpdateFillRuleForPath2D(fillRule); in SetClipRuleForPath2D()
H A Dcanvas_pattern.h132 void UpdateFillRuleForPath2D(const CanvasFillRule rule);
H A Dcanvas_pattern.cpp863 void CanvasPattern::UpdateFillRuleForPath2D(const CanvasFillRule rule) in UpdateFillRuleForPath2D() function in OHOS::Ace::NG::CanvasPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.h124 void UpdateFillRuleForPath2D(const CanvasFillRule rule);
H A Dcustom_paint_component.cpp389 void CanvasTaskPool::UpdateFillRuleForPath2D(const CanvasFillRule rule) in UpdateFillRuleForPath2D() function in OHOS::Ace::CanvasTaskPool