Searched refs:SetDynamicLightUpDegree (Results 1 – 11 of 11) sorted by relevance
254 void SetDynamicLightUpDegree(const std::optional<float>& lightUpDegree);
306 void SetDynamicLightUpDegree(const float lightUpDegree);
1618 void RSNode::SetDynamicLightUpDegree(const float lightUpDegree) in SetDynamicLightUpDegree() function in OHOS::Rosen::RSNode
1612 properties.SetDynamicLightUpDegree(0.5);1659 properties.SetDynamicLightUpDegree(0.8);
535 properties.SetDynamicLightUpDegree(lightUpDegree);
866 properties.SetDynamicLightUpDegree(lightUpDegree);
1391 properties.SetDynamicLightUpDegree(lightUpDegree);
565 node.renderContent_->GetMutableRenderProperties().SetDynamicLightUpDegree(lightUpDegree);
115 [](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
5420 HWTEST_F(RSNodeTest, SetDynamicLightUpDegree, TestSize.Level1)5424 rsNode->SetDynamicLightUpDegree(lightUpDegree);
4421 rsNode_->SetDynamicLightUpDegree(degree);