Home
last modified time | relevance | path

Searched refs:DEFAULT_NEAR_ZERO_THRESHOLD (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_property_test.cpp404 EXPECT_TRUE(res == DEFAULT_NEAR_ZERO_THRESHOLD);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.cpp84 return DEFAULT_NEAR_ZERO_THRESHOLD; in GetThresholdByThresholdType()
H A Drs_property.h75 constexpr float DEFAULT_NEAR_ZERO_THRESHOLD = 1.0f / 256.0f; variable