Home
last modified time | relevance | path

Searched refs:SetDynamicLightUpDegree (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h254 void SetDynamicLightUpDegree(const std::optional<float>& lightUpDegree);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h306 void SetDynamicLightUpDegree(const float lightUpDegree);
H A Drs_node.cpp1618 void RSNode::SetDynamicLightUpDegree(const float lightUpDegree) in SetDynamicLightUpDegree() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp1612 properties.SetDynamicLightUpDegree(0.5);
1659 properties.SetDynamicLightUpDegree(0.8);
H A Drs_properties_test2.cpp535 properties.SetDynamicLightUpDegree(lightUpDegree);
H A Drs_property_drawable_bounds_geometry_test.cpp866 properties.SetDynamicLightUpDegree(lightUpDegree);
H A Drs_properties_test.cpp1391 properties.SetDynamicLightUpDegree(lightUpDegree);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_background_test.cpp565 node.renderContent_->GetMutableRenderProperties().SetDynamicLightUpDegree(lightUpDegree);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp115 [](RSProperties* prop) { prop->SetDynamicLightUpDegree({}); }, // DYNAMIC_LIGHT_UP_DEGREE in __anonf204f7ba2602()
1381 void RSProperties::SetDynamicLightUpDegree(const std::optional<float>& lightUpDegree) in SetDynamicLightUpDegree() function in OHOS::Rosen::RSProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp5420 HWTEST_F(RSNodeTest, SetDynamicLightUpDegree, TestSize.Level1)
5424 rsNode->SetDynamicLightUpDegree(lightUpDegree);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp4421 rsNode_->SetDynamicLightUpDegree(degree);