Home
last modified time | relevance | path

Searched refs:GetFill (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_container_composed_element.h40 std::string GetFill() const;
H A Dshape_composed_element.h39 std::string GetFill() const;
H A Dshape_container_composed_element.cpp27 { "fill", [](const ShapeContainerComposedElement& inspector) { return inspector.GetFill(); } }, in __anona2101dcf0202()
110 std::string ShapeContainerComposedElement::GetFill() const in GetFill() function in OHOS::Ace::V2::ShapeContainerComposedElement
H A Dshape_composed_element.cpp27 { "fill", [](const ShapeComposedElement& inspector) { return inspector.GetFill(); } }, in __anoncc0f25ed0202()
153 std::string ShapeComposedElement::GetFill() const in GetFill() function in OHOS::Ace::V2::ShapeComposedElement