Home
last modified time | relevance | path

Searched refs:LAYOUT_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.cpp386 EXPECT_TRUE(res == LAYOUT_NEAR_ZERO_THRESHOLD);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.cpp72 return LAYOUT_NEAR_ZERO_THRESHOLD; in GetThresholdByThresholdType()
H A Drs_property.h80 constexpr float LAYOUT_NEAR_ZERO_THRESHOLD = 0.5f; variable