Home
last modified time | relevance | path

Searched refs:RSImplicitKeyframeAnimationParam (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animation_param.cpp167 RSImplicitKeyframeAnimationParam::RSImplicitKeyframeAnimationParam( in RSImplicitKeyframeAnimationParam() function in OHOS::Rosen::RSImplicitKeyframeAnimationParam
174 std::shared_ptr<RSAnimation> RSImplicitKeyframeAnimationParam::CreateAnimation( in CreateAnimation()
191 void RSImplicitKeyframeAnimationParam::AddKeyframe(std::shared_ptr<RSAnimation>& animation, in AddKeyframe()
204 void RSImplicitKeyframeAnimationParam::AddKeyframe(std::shared_ptr<RSAnimation>& animation, const i… in AddKeyframe()
H A Drs_implicit_animation_param.h91 class RSImplicitKeyframeAnimationParam : public RSImplicitAnimationParam {
93 RSImplicitKeyframeAnimationParam(
97 ~RSImplicitKeyframeAnimationParam() override = default;
H A Drs_keyframe_animation.h67 friend class RSImplicitKeyframeAnimationParam; variable
H A Drs_implicit_animator.cpp269 std::make_shared<RSImplicitKeyframeAnimationParam>(protocol, timingCurve, fraction, 0); in BeginImplicitKeyFrameAnimation()
315 std::make_shared<RSImplicitKeyframeAnimationParam>(protocol, timingCurve, 0, duration); in BeginImplicitDurationKeyFrameAnimation()
533 … auto keyframeImplicitParam = static_cast<RSImplicitKeyframeAnimationParam*>(params.get()); in CreateImplicitAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_implicit_animation_param_test.cpp161 auto animationParam = std::make_shared<RSImplicitKeyframeAnimationParam>(
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/
H A Drs_animation_test.cpp556 std::unique_ptr<RSImplicitKeyframeAnimationParam> animationParam =
557 std::make_unique<RSImplicitKeyframeAnimationParam>(protocol, curve, fraction);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp384 auto testKeyframeParam = std::make_shared<RSImplicitKeyframeAnimationParam>(timingProtocol, in RsImplicitAnimatorParamFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.h230 friend class RSImplicitKeyframeAnimationParam;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp506 auto keyframeParam = std::make_shared<RSImplicitKeyframeAnimationParam>(