Searched refs:transformKeyframes (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/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 …d AddKeyframe(double time, double typeValue, RefPtr<KeyframeAnimation<float>>& transformKeyframes);
|
H A D | dom_node.cpp | 1033 …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()
|