Home
last modified time | relevance | path

Searched defs:interpolator (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_keyframe_animation_test.cpp70 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 Drs_interpolator_test.cpp115 RSSpringInterpolator interpolator(0.1f, 1.0f, 1.0f); variable
150 auto interpolator = std::make_shared<RSCustomInterpolator>(func, CUSTOM_DURATION); variable
H A Drs_value_estimator_test.cpp80 auto interpolator = std::make_shared<RSStepsInterpolator>(1, StepsCurvePosition::START); variable
H A Drs_render_particle_effector_test.cpp101 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 Drs_render_curve_animation_test.cpp109 auto interpolator = std::make_shared<RSStepsInterpolator>(0); variable
H A Drs_render_particle_emitter_test.cpp96 std::shared_ptr<RSInterpolator> interpolator = nullptr; in SetOpacity() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_curve_animation.cpp35 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 Drs_render_keyframe_animation.cpp39 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 Drs_value_estimator.cpp64 …oat RSCurveValueEstimator<float>::EstimateFraction(const std::shared_ptr<RSInterpolator>& interpol… in EstimateFraction()
H A Drs_render_transition.cpp74 std::shared_ptr<RSInterpolator> interpolator(RSInterpolator::Unmarshalling(parcel)); in ParseParam() local
H A Drs_render_path_animation.cpp40 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 Drs_render_particle_effector.cpp69 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 Drs_render_transition.h33 void SetInterpolator(const std::shared_ptr<RSInterpolator>& interpolator) in SetInterpolator()
H A Drs_value_estimator.h52 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 Drs_curve_animation.cpp83 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in OnStart() local
99 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in IsSupportInteractiveAnimator() local
H A Drs_transition.cpp63 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in StartCustomTransition() local
89 auto interpolator = timingCurve_.GetInterpolator(GetDuration()); in StartRenderTransition() local
H A Drs_particle_params.h180 auto interpolator = curve.GetInterpolator(duration); in translateValToRender() local
211 auto interpolator = curve.GetInterpolator(duration); in translateColorToRender() local
H A Drs_animation_timing_curve.cpp53 RSAnimationTimingCurve::RSAnimationTimingCurve(const std::shared_ptr<RSInterpolator>& interpolator) in RSAnimationTimingCurve()
H A Drs_path_animation.cpp146 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 Drs_cubic_bezier_interpolator_test.cpp88 RSCubicBezierInterpolator* interpolator; variable
H A Drs_render_keyframe_animation_test.cpp60 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 Danimator.cpp557 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 Drsanimationbase_fuzzer.cpp165 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 Dshared_overlay_manager_test_ng.cpp461 auto interpolator = test.GetController()->interpolators_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp595 std::shared_ptr<RSInterpolator> interpolator = RSInterpolator::Unmarshalling(parcel); variable
634 std::shared_ptr<RSInterpolator> interpolator = RSInterpolator::Unmarshalling(parcel); variable

12