Home
last modified time | relevance | path

Searched refs:DEFAULT_SPOT_COLOR (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_shadow.h35 const uint32_t DEFAULT_SPOT_COLOR = 0x00000000; variable
72 Color color_ = Color::FromArgbInt(DEFAULT_SPOT_COLOR);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.cpp275 …GET_PROPERTY_FROM_MODIFIERS_EQRETURN(Color, SHADOW_COLOR, Color::FromArgbInt(DEFAULT_SPOT_COLOR), … in GetShadowColor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp340 if (!ROSEN_EQ(properties.GetShadowColor(), Color(DEFAULT_SPOT_COLOR))) { in DumpNodePropertiesShadow()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp2026 static const auto DEFAULT_SPOT_COLOR_VALUE = Color::FromArgbInt(DEFAULT_SPOT_COLOR); in GetShadowColor()
4008 if (!ROSEN_EQ(GetShadowColor(), Color(DEFAULT_SPOT_COLOR)) && in Dump()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_test.cpp1582 auto value = Color::FromArgbInt(DEFAULT_SPOT_COLOR);