Searched refs:transformKeyframes (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.h | 901 double time, const std::string& typeValue, RefPtr<KeyframeAnimation<float>>& transformKeyframes); 902 static void AddKeyframe(double time, double typeValue, RefPtr<KeyframeAnimation<float>>& transformKeyframes);
|
H A D | dom_node.cpp | 1033 void DOMNode::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() 1042 DOMNode::AddKeyframe(time, StringToDouble(typeValue), transformKeyframes); in AddKeyframe() 1039 AddKeyframe( double time, const std::string& typeValue, RefPtr<KeyframeAnimation<float>>& transformKeyframes) AddKeyframe() argument
|
Completed in 6 milliseconds