Searched refs:GetStrokeDashArray (Results 1 – 6 of 6) sorted by relevance
44 … [](const ShapeContainerComposedElement& inspector) { return inspector.GetStrokeDashArray(); } }, in __anona2101dcf0c02()146 std::unique_ptr<JsonValue> ShapeContainerComposedElement::GetStrokeDashArray() const in GetStrokeDashArray() function in OHOS::Ace::V2::ShapeContainerComposedElement151 std::vector<Dimension> array = render->GetStrokeState().GetStrokeDashArray(); in GetStrokeDashArray()
50 std::unique_ptr<JsonValue> GetStrokeDashArray() const;
49 …eDashArray", [](const ShapeComposedElement& inspector) { return inspector.GetStrokeDashArray(); } } in __anoncc0f25ed1002()189 std::unique_ptr<JsonValue> ShapeComposedElement::GetStrokeDashArray() const in GetStrokeDashArray() function in OHOS::Ace::V2::ShapeComposedElement194 std::vector<Dimension> array = render->GetStrokeState().GetStrokeDashArray(); in GetStrokeDashArray()
51 std::unique_ptr<JsonValue> GetStrokeDashArray() const;
291 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()
273 const std::vector<Dimension>& GetStrokeDashArray() const in GetStrokeDashArray() function311 strokeDashArray_ = strokeState.GetStrokeDashArray(); in Inherit()