Home
last modified time | relevance | path

Searched refs:SetLightIntensity (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h210 void SetLightIntensity(float lightIntensity) in SetLightIntensity() function
H A Drs_properties.h506 void SetLightIntensity(float lightIntensity);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng_for_property_config.cpp1143 ViewAbstract::SetLightIntensity(RATIO);
1144 ViewAbstract::SetLightIntensity(nullptr, RATIO);
H A Dview_abstract_test_ng.cpp198 ViewAbstract::SetLightIntensity(RATIO);
290 ViewAbstract::SetLightIntensity(RATIO);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp2821 properties.SetLightIntensity(-1.f);
2826 properties.SetLightIntensity(1.f);
2829 properties.lightSourcePtr_->SetLightIntensity(1.f);
2830 properties.SetLightIntensity(0.f);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h451 static void SetLightIntensity(float value);
458 static void SetLightIntensity(FrameNode* frameNode, float value);
H A Dview_abstract_model_ng.h1407 void SetLightIntensity(const float value) override in SetLightIntensity() function
1409 ViewAbstract::SetLightIntensity(value); in SetLightIntensity()
H A Dview_abstract_model.h412 virtual void SetLightIntensity(const float value) = 0;
H A Dview_abstract.cpp3223 void ViewAbstract::SetLightIntensity(const float value) in SetLightIntensity() function in OHOS::Ace::NG::ViewAbstract
3270 void ViewAbstract::SetLightIntensity(FrameNode* frameNode, const float value) in SetLightIntensity() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h324 void SetLightIntensity(const float value) override {}; in SetLightIntensity() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h413 void SetLightIntensity(float lightIntensity);
H A Drs_node.cpp2405 void RSNode::SetLightIntensity(float lightIntensity) in SetLightIntensity() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp176 [](RSProperties* prop) { prop->SetLightIntensity(-1.f); }, // LIGHT_INTENSITY in __anonf204f7ba6002()
3255 void RSProperties::SetLightIntensity(float lightIntensity) in SetLightIntensity() function in OHOS::Rosen::RSProperties
3260 lightSourcePtr_->SetLightIntensity(lightIntensity); in SetLightIntensity()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp6580 HWTEST_F(RSNodeTest, SetLightIntensity, TestSize.Level1)
6584 rsNode->SetLightIntensity(lightIntensity);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3825 ViewAbstract::SetLightIntensity(frameNode, static_cast<float>(intensity)); in SetPointLightIntensity()
3834 ViewAbstract::SetLightIntensity(frameNode, 0.0f); in ResetPointLightIntensity()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5161 rsNode_->SetLightIntensity(lightIntensity);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp8600 ViewAbstractModel::GetInstance()->SetLightIntensity(intensityValue); in ParseJSLightSource()