Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h105 … virtual std::shared_ptr<RSValueEstimator> CreateRSValueEstimator(const RSValueEstimatorType type) in CreateRSValueEstimator()
289 … std::shared_ptr<RSValueEstimator> CreateRSValueEstimator(const RSValueEstimatorType type) override in CreateRSValueEstimator()
292 case RSValueEstimatorType::CURVE_VALUE_ESTIMATOR: { in CreateRSValueEstimator()
295 case RSValueEstimatorType::KEYFRAME_VALUE_ESTIMATOR: { in CreateRSValueEstimator()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_curve_animation.cpp137 … valueEstimator_ = property_->CreateRSValueEstimator(RSValueEstimatorType::CURVE_VALUE_ESTIMATOR); in InitValueEstimator()
H A Drs_render_keyframe_animation.cpp227 …valueEstimator_ = property_->CreateRSValueEstimator(RSValueEstimatorType::KEYFRAME_VALUE_ESTIMATOR… in InitValueEstimator()
H A Drs_render_interpolating_spring_animation.cpp218 … valueEstimator_ = property_->CreateRSValueEstimator(RSValueEstimatorType::CURVE_VALUE_ESTIMATOR); in InitValueEstimator()
H A Drs_render_path_animation.cpp353 … valueEstimator_ = property_->CreateRSValueEstimator(RSValueEstimatorType::CURVE_VALUE_ESTIMATOR); in InitValueEstimator()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_transition_effect.h143 … valueEstimator_ = property_->CreateRSValueEstimator(RSValueEstimatorType::CURVE_VALUE_ESTIMATOR); in InitValueEstimator()
H A Drs_value_estimator.h299 enum class RSValueEstimatorType : int16_t { enum
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_interpolating_spring_animation_test.cpp165 …renderInterpolatingSpringAnimation->property_->CreateRSValueEstimator(RSValueEstimatorType::CURVE_…
H A Drs_render_path_animation_test.cpp393 …renderPathAnimation->property_->CreateRSValueEstimator(RSValueEstimatorType::CURVE_VALUE_ESTIMATOR…