Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp728 if (!properties.IsDynamicLightUpValid()) { in OnGenerate()
739 if (!properties.IsDynamicLightUpValid()) { in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp861 EXPECT_EQ(properties.IsDynamicLightUpValid(), false);
868 EXPECT_EQ(properties.IsDynamicLightUpValid(), true);
H A Drs_properties_test2.cpp518 EXPECT_FALSE(properties.IsDynamicLightUpValid());
H A Drs_properties_test.cpp1378 EXPECT_FALSE(properties.IsDynamicLightUpValid());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp591 if (!properties.IsDynamicLightUpValid()) { in Generate()
599 return content.GetRenderProperties().IsDynamicLightUpValid(); in Update()
H A Drs_properties.cpp1865 bool RSProperties::IsDynamicLightUpValid() const in IsDynamicLightUpValid() function in OHOS::Rosen::RSProperties
4324IsDynamicLightUpValid() || greyCoef_.has_value() || linearGradientBlurPara_ != nullptr || in UpdateFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h470 bool IsDynamicLightUpValid() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_background_test.cpp566 ASSERT_TRUE(node.renderContent_->GetMutableRenderProperties().IsDynamicLightUpValid());