Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp510 properties.SetDynamicLightUpRate(rate);
514 properties.SetDynamicLightUpRate(rate);
531 properties.SetDynamicLightUpRate(lightUpDegree);
H A Drs_properties_painter_test.cpp1611 properties.SetDynamicLightUpRate(0.5);
1658 properties.SetDynamicLightUpRate(0.3);
H A Drs_property_drawable_bounds_geometry_test.cpp864 properties.SetDynamicLightUpRate(rate);
H A Drs_properties_test.cpp1374 properties.SetDynamicLightUpRate(rate);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_background_test.cpp563 node.renderContent_->GetMutableRenderProperties().SetDynamicLightUpRate(rate);
571 node.renderContent_->GetMutableRenderProperties().SetDynamicLightUpRate(lightUpDegree);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h253 void SetDynamicLightUpRate(const std::optional<float>& rate);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h305 void SetDynamicLightUpRate(const float rate);
H A Drs_node.cpp1613 void RSNode::SetDynamicLightUpRate(const float rate) in SetDynamicLightUpRate() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp114 [](RSProperties* prop) { prop->SetDynamicLightUpRate({}); }, // DYNAMIC_LIGHT_UP_RATE in __anonf204f7ba2502()
1370 void RSProperties::SetDynamicLightUpRate(const std::optional<float>& rate) in SetDynamicLightUpRate() 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.cpp5406 HWTEST_F(RSNodeTest, SetDynamicLightUpRate, TestSize.Level1)
5410 rsNode->SetDynamicLightUpRate(rate);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp4414 rsNode_->SetDynamicLightUpRate(rate);