Home
last modified time | relevance | path

Searched defs:AddKeyframe (Results 1 – 5 of 5) sorted by relevance

/foundation/ace/ace_engine/frameworks/bridge/common/utils/
Dtransform_convertor.cpp105 void TransformConvertor::AddKeyframe(AnimationType type, const RefPtr<Keyframe<TransformOperation>>… in AddKeyframe() function in OHOS::Ace::TransformConvertor
115 void TransformConvertor::AddKeyframe(AnimationType type, double time, const TranslateOperation& tra… in AddKeyframe() function in OHOS::Ace::TransformConvertor
124 void TransformConvertor::AddKeyframe(AnimationType type, double time, const SkewOperation& skew) in AddKeyframe() function in OHOS::Ace::TransformConvertor
133 void TransformConvertor::AddKeyframe(AnimationType type, double time, const ScaleOperation& scale) in AddKeyframe() function in OHOS::Ace::TransformConvertor
142 void TransformConvertor::AddKeyframe(AnimationType type, double time, const RotateOperation& rotate) in AddKeyframe() function in OHOS::Ace::TransformConvertor
151 void TransformConvertor::AddKeyframe(AnimationType type, double time, const Matrix4& matrix) in AddKeyframe() function in OHOS::Ace::TransformConvertor
160 void TransformConvertor::AddKeyframe(AnimationType type, double time, const PerspectiveOperation& d… in AddKeyframe() function in OHOS::Ace::TransformConvertor
/foundation/ace/ace_engine/frameworks/core/animation/
Dkeyframe_animation.h38 void AddKeyframe(const std::list<RefPtr<Keyframe<T>>>& keyframes) in AddKeyframe() function
49 void AddKeyframe(const RefPtr<Keyframe<T>>& keyframe) in AddKeyframe() function
/foundation/graphic/standard/rosen/modules/render_service_client/core/animation/
Drs_implicit_animation_param.h95 …void AddKeyframe(std::shared_ptr<RSAnimation>& animation, const T& startValue, const T& endValue) … in AddKeyframe() function
/foundation/graphic/standard/rosen/modules/render_service_base/include/animation/
Drs_render_keyframe_animation.h34 …void AddKeyframe(float fraction, const T& value, const std::shared_ptr<RSInterpolator>& interpolat… in AddKeyframe() function
/foundation/ace/ace_engine/frameworks/bridge/common/dom/
Ddom_node.cpp1038 void DOMNode::AddKeyframe(double time, double typeValue, RefPtr<KeyframeAnimation<float>>& transfor… in AddKeyframe() function in OHOS::Ace::Framework::DOMNode
1044 void DOMNode::AddKeyframe( in AddKeyframe() function in OHOS::Ace::Framework::DOMNode