Searched refs:GetDynamicLightUpRate (Results 1 – 8 of 8) sorted by relevance
516 ASSERT_TRUE(properties.GetDynamicLightUpRate().has_value());517 EXPECT_EQ(properties.GetDynamicLightUpRate().value(), rate.value());
1376 ASSERT_TRUE(properties.GetDynamicLightUpRate().has_value());1377 EXPECT_EQ(properties.GetDynamicLightUpRate().value(), rate.value());
733 properties.GetDynamicLightUpRate().value(), properties.GetDynamicLightUpDegree().value()); in OnGenerate()743 stagingDynamicLightUpRate_ = properties.GetDynamicLightUpRate().value(); in OnUpdate()
396 auto dynamicLightUpRate = properties.GetDynamicLightUpRate(); in DumpNodePropertiesEffects()
388 const std::optional<float>& GetDynamicLightUpRate() const;
1778 properties.GetDynamicLightUpRate().value(), properties.GetDynamicLightUpDegree().value(), in DrawDynamicLightUp()1786 …auto blender = MakeDynamicLightUpBlender(properties.GetDynamicLightUpRate().value() * canvas.GetAl… in DrawDynamicLightUp()
1829 const std::optional<float>& RSProperties::GetDynamicLightUpRate() const in GetDynamicLightUpRate() function in OHOS::Rosen::RSProperties4109 auto dynamicLightUpRate = GetDynamicLightUpRate(); in Dump()
5606 if (GetDynamicLightUpRate().has_value()) {5607 …DumpLog::GetInstance().AddDesc("DynamicLightUpRate:" + std::to_string(GetDynamicLightUpRate().valu…