Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_interpolating_spring_animation.cpp59 void RSInterpolatingSpringAnimation::SetZeroThreshold(const float zeroThreshold) in SetZeroThreshold()
H A Drs_spring_animation.cpp60 void RSSpringAnimation::SetZeroThreshold(const float zeroThreshold) in SetZeroThreshold()
H A Drs_animation.h133 virtual void SetZeroThreshold(const float zeroThreshold) {}; in SetZeroThreshold()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_property_test.cpp378 float zeroThreshold = 0.0; variable
416 float zeroThreshold = 0.0001; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h115 …ual bool IsNearEqual(const std::shared_ptr<RSRenderPropertyBase>& value, float zeroThreshold) const in IsNearEqual()
284 …bool IsNearEqual(const std::shared_ptr<RSRenderPropertyBase>& value, float zeroThreshold) const ov… in IsNearEqual()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_interpolating_spring_animation.cpp55 void RSRenderInterpolatingSpringAnimation::SetZeroThreshold(float zeroThreshold) in SetZeroThreshold()
H A Drs_render_spring_animation.cpp56 void RSRenderSpringAnimation::SetZeroThreshold(float zeroThreshold) in SetZeroThreshold()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_spring_animation_test.cpp240 float zeroThreshold = 0.5f; variable