Home
last modified time | relevance | path

Searched refs:transformKeyframes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h901 … double time, const std::string& typeValue, RefPtr<KeyframeAnimation<float>>& transformKeyframes);
902 …d AddKeyframe(double time, double typeValue, RefPtr<KeyframeAnimation<float>>& transformKeyframes);
H A Ddom_node.cpp1033 …e::AddKeyframe(double time, double typeValue, RefPtr<KeyframeAnimation<float>>& transformKeyframes) in AddKeyframe() argument
1036 transformKeyframes->AddKeyframe(keyframe); in AddKeyframe()
1040 double time, const std::string& typeValue, RefPtr<KeyframeAnimation<float>>& transformKeyframes) in AddKeyframe() argument
1042 DOMNode::AddKeyframe(time, StringToDouble(typeValue), transformKeyframes); in AddKeyframe()