Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_container_composed_element.cpp44 … [](const ShapeContainerComposedElement& inspector) { return inspector.GetStrokeDashArray(); } }, in __anona2101dcf0c02()
146 std::unique_ptr<JsonValue> ShapeContainerComposedElement::GetStrokeDashArray() const in GetStrokeDashArray() function in OHOS::Ace::V2::ShapeContainerComposedElement
151 std::vector<Dimension> array = render->GetStrokeState().GetStrokeDashArray(); in GetStrokeDashArray()
H A Dshape_container_composed_element.h50 std::unique_ptr<JsonValue> GetStrokeDashArray() const;
H A Dshape_composed_element.cpp49 …eDashArray", [](const ShapeComposedElement& inspector) { return inspector.GetStrokeDashArray(); } } in __anoncc0f25ed1002()
189 std::unique_ptr<JsonValue> ShapeComposedElement::GetStrokeDashArray() const in GetStrokeDashArray() function in OHOS::Ace::V2::ShapeComposedElement
194 std::vector<Dimension> array = render->GetStrokeState().GetStrokeDashArray(); in GetStrokeDashArray()
H A Dshape_composed_element.h51 std::unique_ptr<JsonValue> GetStrokeDashArray() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape.cpp291 if (!strokeState_.GetStrokeDashArray().empty()) { in DrawStroke()
292 auto lineDashState = strokeState_.GetStrokeDashArray(); in DrawStroke()
310 if (!strokeState_.GetStrokeDashArray().empty()) { in DrawStroke()
311 auto lineDashState = strokeState_.GetStrokeDashArray(); in DrawStroke()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h273 const std::vector<Dimension>& GetStrokeDashArray() const in GetStrokeDashArray() function
311 strokeDashArray_ = strokeState.GetStrokeDashArray(); in Inherit()