Home
last modified time | relevance | path

Searched refs:COLOR_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.cpp398 EXPECT_TRUE(res == COLOR_NEAR_ZERO_THRESHOLD);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.cpp80 return COLOR_NEAR_ZERO_THRESHOLD; in GetThresholdByThresholdType()
H A Drs_property.h79 constexpr float COLOR_NEAR_ZERO_THRESHOLD = 0.0f; variable