Home
last modified time | relevance | path

Searched defs:lightColor (Results 1 – 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
Drs_properties_def.h217 void SetLightColor(Color lightColor) in SetLightColor()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
Drs_property_drawable_foreground.cpp547 auto lightColor = iter->first->GetLightColor(); in DrawLight() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
Drs_properties_test.cpp2770 Color lightColor; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_properties_painter.cpp1232 auto lightColor = iter->first->GetLightColor(); in DrawLightInner() local
Drs_properties.cpp3163 void RSProperties::SetLightColor(Color lightColor) in SetLightColor()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_node.cpp2362 auto lightColor = Color::FromArgbInt(lightColorValue); in SetLightColor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp5046 void RosenRenderContext::OnLightColorUpdate(const Color& lightColor)
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_abstract.cpp8461 Color lightColor; in ParseJSLightSource() local