Home
last modified time | relevance | path

Searched defs:IsNearEqual (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp576 bool RSRenderAnimatableProperty<float>::IsNearEqual( in IsNearEqual() function in OHOS::Rosen::RSRenderAnimatableProperty
588 bool RSRenderAnimatableProperty<Vector2f>::IsNearEqual( in IsNearEqual() function in OHOS::Rosen::RSRenderAnimatableProperty
600 bool RSRenderAnimatableProperty<Quaternion>::IsNearEqual( in IsNearEqual() function in OHOS::Rosen::RSRenderAnimatableProperty
612 bool RSRenderAnimatableProperty<Vector4f>::IsNearEqual( in IsNearEqual() function in OHOS::Rosen::RSRenderAnimatableProperty
624 bool RSRenderAnimatableProperty<Matrix3f>::IsNearEqual( in IsNearEqual() function in OHOS::Rosen::RSRenderAnimatableProperty
636 bool RSRenderAnimatableProperty<Color>::IsNearEqual( in IsNearEqual() function in OHOS::Rosen::RSRenderAnimatableProperty
649 bool RSRenderAnimatableProperty<std::shared_ptr<RSFilter>>::IsNearEqual( in IsNearEqual() function in OHOS::Rosen::RSRenderAnimatableProperty::shared_ptr
678 bool RSRenderAnimatableProperty<Vector4<Color>>::IsNearEqual( in IsNearEqual() function in OHOS::Rosen::RSRenderAnimatableProperty
696 bool RSRenderAnimatableProperty<RRect>::IsNearEqual( in IsNearEqual() function in OHOS::Rosen::RSRenderAnimatableProperty
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_light_up_effect_filter.cpp98 bool RSLightUpEffectFilter::IsNearEqual(const std::shared_ptr<RSFilter>& other, float threshold) co… in IsNearEqual() function in OHOS::Rosen::RSLightUpEffectFilter
H A Drs_blur_filter.cpp114 bool RSBlurFilter::IsNearEqual(const std::shared_ptr<RSFilter>& other, float threshold) const in IsNearEqual() function in OHOS::Rosen::RSBlurFilter
H A Drs_material_filter.cpp356 bool RSMaterialFilter::IsNearEqual(const std::shared_ptr<RSFilter>& other, float threshold) const in IsNearEqual() function in OHOS::Rosen::RSMaterialFilter
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector2.h240 bool Vector2<T>::IsNearEqual(const Vector2& other, T threshold) const in IsNearEqual() function
H A Drs_matrix3.h382 bool Matrix3<T>::IsNearEqual(const Matrix3& other, T threshold) const in IsNearEqual() function
H A Drs_rect.h448 inline bool RRectT<T>::IsNearEqual(const RRectT& rrectT, T threshold) const in IsNearEqual() function
H A Drs_vector4.h405 bool Vector4<T>::IsNearEqual(const Vector4& other, T threshold) const in IsNearEqual() function
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmmi_vector2.h229 bool Vector2<T>::IsNearEqual(const Vector2& other, T threshold) const in IsNearEqual() function
H A Dmmi_matrix3.h396 bool Matrix3<T>::IsNearEqual(const Matrix3& other, T threshold) const in IsNearEqual() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h115 …virtual bool IsNearEqual(const std::shared_ptr<RSRenderPropertyBase>& value, float zeroThreshold) … in IsNearEqual() function
284 …bool IsNearEqual(const std::shared_ptr<RSRenderPropertyBase>& value, float zeroThreshold) const ov… in IsNearEqual() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_color.cpp49 bool RSColor::IsNearEqual(const RSColor& other, int16_t threshold) const in IsNearEqual() function in OHOS::Rosen::RSColor