Searched defs:keyTimes (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/ |
H A D | svg_animate_test.cpp | 334 std::vector<double> keyTimes = { 0.0, 0.2, 0.7, 1.0 }; variable 374 std::vector<double> keyTimes = { 0.0, 0.2, 0.7, 1.0 }; variable 416 std::vector<double> keyTimes = { 0.0, 0.2, 0.7, 1.0 }; variable 456 std::vector<double> keyTimes = { 0.0, 0.2, 0.7, 1.0 }; variable 495 std::vector<double> keyTimes = { 0.0, 0.4, 1.0 }; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_animation.cpp | 109 std::vector<double> keyTimes; in SetAttr() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_animate_declaration.h | 34 std::vector<double> keyTimes; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | svg_animate.h | 229 void SetKeyTimes(const std::vector<double>& keyTimes) in SetKeyTimes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_attributes_parser.h | 106 std::vector<double> keyTimes; member
|