/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_keyframe_animation_test.cpp | 70 auto interpolator = std::make_shared<RSStepsInterpolator>(0); variable 96 auto interpolator = std::make_shared<RSStepsInterpolator>(0); variable 119 auto interpolator = std::make_shared<RSStepsInterpolator>(0); variable 149 auto interpolator = std::make_shared<RSStepsInterpolator>(0); variable 176 auto interpolator = std::make_shared<RSStepsInterpolator>(0); variable 206 auto interpolator = std::make_shared<RSStepsInterpolator>(0); variable
|
H A D | rs_interpolator_test.cpp | 115 RSSpringInterpolator interpolator(0.1f, 1.0f, 1.0f); variable 150 auto interpolator = std::make_shared<RSCustomInterpolator>(func, CUSTOM_DURATION); variable
|
H A D | rs_value_estimator_test.cpp | 80 auto interpolator = std::make_shared<RSStepsInterpolator>(1, StepsCurvePosition::START); variable
|
H A D | rs_render_particle_effector_test.cpp | 101 std::shared_ptr<RSInterpolator> interpolator = nullptr; in SetOpacity() local 221 std::shared_ptr<RSInterpolator> interpolator = variable 292 std::shared_ptr<RSInterpolator> interpolator = variable 385 std::shared_ptr<RSInterpolator> interpolator = nullptr; variable
|
H A D | rs_render_curve_animation_test.cpp | 109 auto interpolator = std::make_shared<RSStepsInterpolator>(0); variable
|
H A D | rs_render_particle_emitter_test.cpp | 96 std::shared_ptr<RSInterpolator> interpolator = nullptr; in SetOpacity() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_curve_animation.cpp | 35 void RSRenderCurveAnimation::SetInterpolator(const std::shared_ptr<RSInterpolator>& interpolator) in SetInterpolator() 84 std::shared_ptr<RSInterpolator> interpolator(RSInterpolator::Unmarshalling(parcel)); in ParseParam() local 118 …nderCurveAnimation::OnAnimateInner(float fraction, const std::shared_ptr<RSInterpolator>& interpol… in OnAnimateInner()
|
H A D | rs_render_keyframe_animation.cpp | 39 const std::shared_ptr<RSInterpolator>& interpolator) in AddKeyframe() 66 …onst std::shared_ptr<RSRenderPropertyBase>& value, const std::shared_ptr<RSInterpolator>& interpol… in AddKeyframe() 178 std::shared_ptr<RSInterpolator> interpolator(RSInterpolator::Unmarshalling(parcel)); in ParseParam() local 201 std::shared_ptr<RSInterpolator> interpolator(RSInterpolator::Unmarshalling(parcel)); in ParseDurationKeyframesParam() local
|
H A D | rs_value_estimator.cpp | 64 …oat RSCurveValueEstimator<float>::EstimateFraction(const std::shared_ptr<RSInterpolator>& interpol… in EstimateFraction()
|
H A D | rs_render_transition.cpp | 74 std::shared_ptr<RSInterpolator> interpolator(RSInterpolator::Unmarshalling(parcel)); in ParseParam() local
|
H A D | rs_render_path_animation.cpp | 40 void RSRenderPathAnimation::SetInterpolator(const std::shared_ptr<RSInterpolator>& interpolator) in SetInterpolator() 171 std::shared_ptr<RSInterpolator> interpolator(RSInterpolator::Unmarshalling(parcel)); in ParseParam() local
|
H A D | rs_render_particle_effector.cpp | 69 auto& interpolator = valChangeOverLife[i]->interpolator_; in UpdateCurveValue() local 93 auto& interpolator = valChangeOverLife[i]->interpolator_; in UpdateColorCurveValue() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_transition.h | 33 void SetInterpolator(const std::shared_ptr<RSInterpolator>& interpolator) in SetInterpolator()
|
H A D | rs_value_estimator.h | 52 virtual float EstimateFraction(const std::shared_ptr<RSInterpolator>& interpolator) in EstimateFraction() 57 virtual float EstimateFraction(const std::shared_ptr<RSInterpolator>& interpolator, in EstimateFraction() 123 float EstimateFraction(const std::shared_ptr<RSInterpolator>& interpolator) override in EstimateFraction() 128 float EstimateFraction(const std::shared_ptr<RSInterpolator>& interpolator, in EstimateFraction()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_curve_animation.cpp | 83 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in OnStart() local 99 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in IsSupportInteractiveAnimator() local
|
H A D | rs_transition.cpp | 63 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in StartCustomTransition() local 89 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in StartRenderTransition() local
|
H A D | rs_particle_params.h | 180 auto interpolator = curve.GetInterpolator(duration); in translateValToRender() local 211 auto interpolator = curve.GetInterpolator(duration); in translateColorToRender() local
|
H A D | rs_animation_timing_curve.cpp | 53 RSAnimationTimingCurve::RSAnimationTimingCurve(const std::shared_ptr<RSInterpolator>& interpolator) in RSAnimationTimingCurve()
|
H A D | rs_path_animation.cpp | 146 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in OnStart() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_cubic_bezier_interpolator_test.cpp | 88 RSCubicBezierInterpolator* interpolator; variable
|
H A D | rs_render_keyframe_animation_test.cpp | 60 auto interpolator = std::shared_ptr<RSInterpolator>(); in HWTEST_F() local 94 auto interpolator = std::shared_ptr<RSInterpolator>(); in HWTEST_F() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animator.cpp | 557 for (auto& interpolator : interpolators) { in Cancel() local 596 for (const auto& interpolator : interpolators) { in OnFrame() local 659 for (const auto& interpolator : interpolators) { in NotifyInterpolator() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/ |
H A D | rsanimationbase_fuzzer.cpp | 165 auto interpolator = std::make_shared<RSCubicBezierInterpolator>(x1, y1, x2, y2); in RSCubicBezierInterpolatorFuzzerTest() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | shared_overlay_manager_test_ng.cpp | 461 auto interpolator = test.GetController()->interpolators_; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_marshalling_helper_test.cpp | 595 std::shared_ptr<RSInterpolator> interpolator = RSInterpolator::Unmarshalling(parcel); variable 634 std::shared_ptr<RSInterpolator> interpolator = RSInterpolator::Unmarshalling(parcel); variable
|