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 D | rs_implicit_animation_param.cpp | 167 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 D | rs_implicit_animation_param.h | 91 class RSImplicitKeyframeAnimationParam : public RSImplicitAnimationParam { 93 RSImplicitKeyframeAnimationParam( 97 ~RSImplicitKeyframeAnimationParam() override = default;
|
H A D | rs_keyframe_animation.h | 67 friend class RSImplicitKeyframeAnimationParam; variable
|
H A D | rs_implicit_animator.cpp | 269 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 D | rs_implicit_animation_param_test.cpp | 161 auto animationParam = std::make_shared<RSImplicitKeyframeAnimationParam>(
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/ |
H A D | rs_animation_test.cpp | 556 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 D | rsanimation_fuzzer.cpp | 384 auto testKeyframeParam = std::make_shared<RSImplicitKeyframeAnimationParam>(timingProtocol, in RsImplicitAnimatorParamFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_property.h | 230 friend class RSImplicitKeyframeAnimationParam;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_supplement_test.cpp | 506 auto keyframeParam = std::make_shared<RSImplicitKeyframeAnimationParam>(
|