Home
last modified time | relevance | path

Searched refs:SvgFeOffsetAttribute (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_offset_declaration.h23 struct SvgFeOffsetAttribute : SvgFeAttribute { struct
38 auto& attribute = MaybeResetAttribute<SvgFeOffsetAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetDx() argument
44 auto& attribute = MaybeResetAttribute<SvgFeOffsetAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetDy()
50 …auto& attribute = static_cast<SvgFeOffsetAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetDx()
59 …auto& attribute = static_cast<SvgFeOffsetAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetDy()
H A Dsvg_fe_merge_declaration.cpp32 MaybeResetAttribute<SvgFeOffsetAttribute>(AttributeTag::SPECIALIZED_ATTR); in InitializeStyle()
H A Dsvg_fe_merge_node_declaration.cpp32 MaybeResetAttribute<SvgFeOffsetAttribute>(AttributeTag::SPECIALIZED_ATTR); in InitializeStyle()
H A Dsvg_fe_offset_declaration.cpp32 MaybeResetAttribute<SvgFeOffsetAttribute>(AttributeTag::SPECIALIZED_ATTR); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_offset.cpp46 static const LinearMapNode<void (*)(const std::string&, SvgFeOffsetAttribute&)> attrs[] = { in ParseAndSetSpecializedAttr()
48 [](const std::string& val, SvgFeOffsetAttribute& attr) { in ParseAndSetSpecializedAttr()
52 [](const std::string& val, SvgFeOffsetAttribute& attr) { in ParseAndSetSpecializedAttr()
H A Dsvg_fe_offset.h38 SvgFeOffsetAttribute feOffsetAttr_;
H A Dsvg_attributes_parser.h209 struct SvgFeOffsetAttribute { struct
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.cpp231 const std::shared_ptr<SvgFeOffsetAttribute> DeclarationConstants::DEFAULT_SVG_FE_OFFSET_ATTR =
232 std::make_shared<SvgFeOffsetAttribute>();
H A Ddeclaration_constants.h210 static const std::shared_ptr<SvgFeOffsetAttribute> DEFAULT_SVG_FE_OFFSET_ATTR;