/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 210 void SetLightIntensity(float lightIntensity) in SetLightIntensity() function
|
H A D | rs_properties.h | 506 void SetLightIntensity(float lightIntensity);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng_for_property_config.cpp | 1143 ViewAbstract::SetLightIntensity(RATIO); 1144 ViewAbstract::SetLightIntensity(nullptr, RATIO);
|
H A D | view_abstract_test_ng.cpp | 198 ViewAbstract::SetLightIntensity(RATIO); 290 ViewAbstract::SetLightIntensity(RATIO);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 2821 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 D | view_abstract.h | 451 static void SetLightIntensity(float value); 458 static void SetLightIntensity(FrameNode* frameNode, float value);
|
H A D | view_abstract_model_ng.h | 1407 void SetLightIntensity(const float value) override in SetLightIntensity() function 1409 ViewAbstract::SetLightIntensity(value); in SetLightIntensity()
|
H A D | view_abstract_model.h | 412 virtual void SetLightIntensity(const float value) = 0;
|
H A D | view_abstract.cpp | 3223 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 D | view_abstract_model_impl.h | 324 void SetLightIntensity(const float value) override {}; in SetLightIntensity() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 413 void SetLightIntensity(float lightIntensity);
|
H A D | rs_node.cpp | 2405 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 D | rs_properties.cpp | 176 [](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 D | rs_node_test.cpp | 6580 HWTEST_F(RSNodeTest, SetLightIntensity, TestSize.Level1) 6584 rsNode->SetLightIntensity(lightIntensity);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 3825 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 D | rosen_render_context.cpp | 5161 rsNode_->SetLightIntensity(lightIntensity);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 8600 ViewAbstractModel::GetInstance()->SetLightIntensity(intensityValue); in ParseJSLightSource()
|