Home
last modified time | relevance | path

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 Dsvg_animate_test.cpp334 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 Dsvg_animation.cpp109 std::vector<double> keyTimes; in SetAttr() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_animate_declaration.h34 std::vector<double> keyTimes; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.h229 void SetKeyTimes(const std::vector<double>& keyTimes) in SetKeyTimes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.h106 std::vector<double> keyTimes; member