Home
last modified time | relevance | path

Searched refs:FLOAT_NEAR_ZERO_MEDIUM_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.cpp392 EXPECT_TRUE(res == FLOAT_NEAR_ZERO_MEDIUM_THRESHOLD);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.cpp76 return FLOAT_NEAR_ZERO_MEDIUM_THRESHOLD; in GetThresholdByThresholdType()
H A Drs_property.h77 constexpr float FLOAT_NEAR_ZERO_MEDIUM_THRESHOLD = 1.0f / 1000.0f; variable