Searched defs:SvgAnimateAttribute (Results 1 – 2 of 2) sorted by relevance
25 struct SvgAnimateAttribute : Attribute { struct26 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
97 struct SvgAnimateAttribute { struct99 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 …]