Home
last modified time | relevance | path

Searched refs:SetLightColor (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h217 void SetLightColor(Color lightColor) in SetLightColor() function
H A Drs_properties.h507 void SetLightColor(Color lightColor);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h452 static void SetLightColor(const Color& value);
459 static void SetLightColor(FrameNode* frameNode, const Color& value);
H A Dview_abstract_model_ng.h1412 void SetLightColor(const Color& value) override in SetLightColor() function
1414 ViewAbstract::SetLightColor(value); in SetLightColor()
H A Dview_abstract_model.h413 virtual void SetLightColor(const Color& value) = 0;
H A Dview_abstract.cpp3231 void ViewAbstract::SetLightColor(const Color& value) in SetLightColor() function in OHOS::Ace::NG::ViewAbstract
3276 void ViewAbstract::SetLightColor(FrameNode* frameNode, const Color& value) in SetLightColor() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h325 void SetLightColor(const Color& value) override {}; in SetLightColor() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h415 void SetLightColor(uint32_t lightColorValue);
H A Drs_node.cpp2410 void RSNode::SetLightColor(uint32_t lightColorValue) in SetLightColor() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp2844 properties.SetLightColor(lightColor);
2848 properties.SetLightColor(lightColor);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp177 [](RSProperties* prop) { prop->SetLightColor({}); }, // LIGHT_COLOR in __anonf204f7ba6102()
3278 void RSProperties::SetLightColor(Color lightColor) in SetLightColor() function in OHOS::Rosen::RSProperties
3283 lightSourcePtr_->SetLightColor(lightColor); in SetLightColor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp6399 rsNode->SetLightColor(1.0f);
6594 HWTEST_F(RSNodeTest, SetLightColor, TestSize.Level1)
6598 rsNode->SetLightColor(lightColorValue);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3844 ViewAbstract::SetLightColor(frameNode, colorValue); in SetPointLightColor()
3853 ViewAbstract::SetLightColor(frameNode, Color::WHITE); in ResetPointLightColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5168 rsNode_->SetLightColor(lightColor.GetValue());
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp8605 ViewAbstractModel::GetInstance()->SetLightColor(lightColor); in ParseJSLightSource()