Searched refs:GetDynamicLightUpDegree (Results 1 – 8 of 8) sorted by relevance
537 ASSERT_TRUE(properties.GetDynamicLightUpDegree().has_value());538 EXPECT_EQ(properties.GetDynamicLightUpDegree().value(), lightUpDegree.value());
1393 ASSERT_TRUE(properties.GetDynamicLightUpDegree().has_value());1394 EXPECT_EQ(properties.GetDynamicLightUpDegree().value(), lightUpDegree.value());
733 properties.GetDynamicLightUpRate().value(), properties.GetDynamicLightUpDegree().value()); in OnGenerate()744 stagingDynamicLightUpDeg_ = properties.GetDynamicLightUpDegree().value(); in OnUpdate()
400 auto dynamicLightUpDegree = properties.GetDynamicLightUpDegree(); in DumpNodePropertiesEffects()
389 const std::optional<float>& GetDynamicLightUpDegree() const;
1778 properties.GetDynamicLightUpRate().value(), properties.GetDynamicLightUpDegree().value(), in DrawDynamicLightUp()1787 properties.GetDynamicLightUpDegree().value() * canvas.GetAlpha()); in DrawDynamicLightUp()
1834 const std::optional<float>& RSProperties::GetDynamicLightUpDegree() const in GetDynamicLightUpDegree() function in OHOS::Rosen::RSProperties4120 auto dynamicLightUpDegree = GetDynamicLightUpDegree(); in Dump()
5609 if (GetDynamicLightUpDegree().has_value()) {5610 …::GetInstance().AddDesc("DynamicLightUpDegree:" + std::to_string(GetDynamicLightUpDegree().value()…