Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_path_declaration.h23 struct SvgPathAttribute : SvgBaseAttribute { struct
39 auto& attribute = MaybeResetAttribute<SvgPathAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetD() argument
45 … auto& attribute = static_cast<SvgPathAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetD()
H A Dsvg_path_declaration.cpp32 MaybeResetAttribute<SvgPathAttribute>(AttributeTag::SPECIALIZED_ATTR); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.cpp207 const std::shared_ptr<SvgPathAttribute> DeclarationConstants::DEFAULT_SVG_PATH_ATTR =
208 std::make_shared<SvgPathAttribute>();
H A Ddeclaration_constants.h198 static const std::shared_ptr<SvgPathAttribute> DEFAULT_SVG_PATH_ATTR;