Home
last modified time | relevance | path

Searched refs:LineDashParam (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpaint_state.h80 struct LineDashParam { struct
364 LineDashParam GetLineDash() const in GetLineDash()
369 void SetLineDash(const LineDashParam& lineDash) in SetLineDash()
391 LineDashParam lineDash_;
H A Dsvg_paint_state.h232 const LineDashParam& GetLineDash() const in GetLineDash()
237 void SetLineDash(const LineDashParam& lineDash, bool isSelf = true)
379 LineDashParam lineDash_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_paint_method.h38 LineDashParam GetLineDash() const override;
H A Dcustom_paint_paint_method.h192 virtual LineDashParam GetLineDash() const in GetLineDash()
372 LineDashParam lineDash_;
375 std::vector<LineDashParam> lineDashStates_;
H A Doffscreen_canvas_pattern.h97 LineDashParam GetLineDash() const;
H A Dcanvas_pattern.h138 LineDashParam GetLineDash() const;
H A Doffscreen_canvas_paint_method.cpp233 LineDashParam OffscreenCanvasPaintMethod::GetLineDash() const in GetLineDash()
H A Doffscreen_canvas_pattern.cpp209 LineDashParam OffscreenCanvasPattern::GetLineDash() const in GetLineDash()
H A Dcanvas_pattern.cpp875 LineDashParam CanvasPattern::GetLineDash() const in GetLineDash()
H A Dcustom_paint_paint_method.cpp1975 std::vector<LineDashParam>().swap(lineDashStates_); in ResetStates()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.h121 LineDashParam GetLineDash() const;
H A Doffscreen_canvas.h125 LineDashParam GetLineDash() const in GetLineDash()
H A Drender_custom_paint.h210 LineDashParam GetLineDash() const in GetLineDash()
H A Dcustom_paint_component.cpp351 LineDashParam CanvasTaskPool::GetLineDash() const in GetLineDash()