Home
last modified time | relevance | path

Searched defs:keySplines (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_animation.cpp118 std::vector<std::string> keySplines; in SetAttr() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/
H A Dsvg_animate_test.cpp376 std::vector<std::string> keySplines = { "0.5 0 0.5 1", "0.5 0 0.5 1", "0.5 0 0.5 1" }; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_animate_declaration.h35 std::vector<std::string> keySplines; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.h237 void SetKeySplines(const std::vector<std::string>& keySplines) in SetKeySplines()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.h107 std::vector<std::string> keySplines; member