Home
last modified time | relevance | path

Searched defs:SvgAnimateAttribute (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_animate_declaration.h25 struct SvgAnimateAttribute : Attribute { struct
26 std::string attributeName;
27 int32_t begin = 0;
28 int32_t dur = 0;
29 int32_t end = 0;
30 int32_t repeatCount = 1;
31 std::string fillMode;
55 auto& attribute = MaybeResetAttribute<SvgAnimateAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetAttributeName() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.h97 struct SvgAnimateAttribute { struct
99 int32_t begin = 0;
100 int32_t dur = 0;
101 int32_t end = 0;
102 int32_t repeatCount = 1;
103 std::string fillMode;
104 std::string calcMode;
108 std::string from;
109 std::string to;
111 std::string path;
[all …]