Home
last modified time | relevance | path

Searched refs:RSAnimationRateDecider (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_rate_decider.cpp29 void RSAnimationRateDecider::SetScaleReferenceSize(float width, float height) in SetScaleReferenceSize()
35 void RSAnimationRateDecider::Reset() in Reset()
41 void RSAnimationRateDecider::AddDecisionElement(PropertyId id, const PropertyValue& velocity, Frame… in AddDecisionElement()
64 void RSAnimationRateDecider::MakeDecision(const FrameRateGetFunc& func) in MakeDecision()
93 const FrameRateRange& RSAnimationRateDecider::GetFrameRateRange() const in GetFrameRateRange()
98 int32_t RSAnimationRateDecider::CalculatePreferredRate(const PropertyValue& property, const FrameRa… in CalculatePreferredRate()
112 int32_t RSAnimationRateDecider::ProcessVector4f(const PropertyValue& property, const FrameRateGetFu… in ProcessVector4f()
126 int32_t RSAnimationRateDecider::ProcessVector2f(const PropertyValue& property, const FrameRateGetFu… in ProcessVector2f()
144 int32_t RSAnimationRateDecider::ProcessFloat(const PropertyValue& property, const FrameRateGetFunc&… in ProcessFloat()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_rate_decider_test.cpp45 RSAnimationRateDecider rsAnimationRateDecider;
58 RSAnimationRateDecider rsAnimationRateDecider;
72 RSAnimationRateDecider rsAnimationRateDecider;
84 RSAnimationRateDecider rsAnimationRateDecider;
119 auto rateDecider_ = std::make_shared<RSAnimationRateDecider>();
150 RSAnimationRateDecider rsAnimationRateDecider;
163 RSAnimationRateDecider rsAnimationRateDecider;
197 RSAnimationRateDecider rsAnimationRateDecider;
219 RSAnimationRateDecider rsAnimationRateDecider;
243 RSAnimationRateDecider rsAnimationRateDecider;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_rate_decider.h29 class RSB_EXPORT RSAnimationRateDecider {
31 RSAnimationRateDecider() = default;
32 ~RSAnimationRateDecider() = default;
H A Drs_animation_manager.h93 RSAnimationRateDecider rateDecider_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_manager.h67 RSAnimationRateDecider rateDecider_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationratedecider_fuzzer/
H A Drsanimationratedecider_fuzzer.cpp73 RSAnimationRateDecider rsAnimationRateDecider; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h161 friend class RSAnimationRateDecider; variable