Home
last modified time | relevance | path

Searched refs:GetDynamicLightUpRate (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp516 ASSERT_TRUE(properties.GetDynamicLightUpRate().has_value());
517 EXPECT_EQ(properties.GetDynamicLightUpRate().value(), rate.value());
H A Drs_properties_test.cpp1376 ASSERT_TRUE(properties.GetDynamicLightUpRate().has_value());
1377 EXPECT_EQ(properties.GetDynamicLightUpRate().value(), rate.value());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp733 properties.GetDynamicLightUpRate().value(), properties.GetDynamicLightUpDegree().value()); in OnGenerate()
743 stagingDynamicLightUpRate_ = properties.GetDynamicLightUpRate().value(); in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp396 auto dynamicLightUpRate = properties.GetDynamicLightUpRate(); in DumpNodePropertiesEffects()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h388 const std::optional<float>& GetDynamicLightUpRate() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1778 properties.GetDynamicLightUpRate().value(), properties.GetDynamicLightUpDegree().value(), in DrawDynamicLightUp()
1786 …auto blender = MakeDynamicLightUpBlender(properties.GetDynamicLightUpRate().value() * canvas.GetAl… in DrawDynamicLightUp()
H A Drs_properties.cpp1829 const std::optional<float>& RSProperties::GetDynamicLightUpRate() const in GetDynamicLightUpRate() function in OHOS::Rosen::RSProperties
4109 auto dynamicLightUpRate = GetDynamicLightUpRate(); in Dump()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5606 if (GetDynamicLightUpRate().has_value()) {
5607 …DumpLog::GetInstance().AddDesc("DynamicLightUpRate:" + std::to_string(GetDynamicLightUpRate().valu…