Home
last modified time | relevance | path

Searched defs:zeroThreshold (Results 1 – 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
Drs_interpolating_spring_animation.cpp59 void RSInterpolatingSpringAnimation::SetZeroThreshold(const float zeroThreshold) in SetZeroThreshold()
Drs_animation.h118 virtual void SetZeroThreshold(const float zeroThreshold) {}; in SetZeroThreshold()
Drs_spring_animation.cpp60 void RSSpringAnimation::SetZeroThreshold(const float zeroThreshold) in SetZeroThreshold()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
Drs_render_property.h103 …ual bool IsNearEqual(const std::shared_ptr<RSRenderPropertyBase>& value, float zeroThreshold) const in IsNearEqual()
267 …bool IsNearEqual(const std::shared_ptr<RSRenderPropertyBase>& value, float zeroThreshold) const ov… in IsNearEqual()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
Drs_render_interpolating_spring_animation.cpp55 void RSRenderInterpolatingSpringAnimation::SetZeroThreshold(float zeroThreshold) in SetZeroThreshold()
Drs_render_spring_animation.cpp58 void RSRenderSpringAnimation::SetZeroThreshold(float zeroThreshold) in SetZeroThreshold()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
Drs_render_spring_animation_test.cpp236 float zeroThreshold = 0.5f; variable