Home
last modified time | relevance | path

Searched refs:IsLightSourceValid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h243 bool IsLightSourceValid() const in IsLightSourceValid() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test.cpp1136 EXPECT_TRUE(properties.lightSourcePtr_->IsLightSourceValid());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp4228 if (properties.lightSourcePtr_ && properties.lightSourcePtr_->IsLightSourceValid()) { in ValidateLightResources()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp485 if (lightSourcePtr_ && lightSourcePtr_->IsLightSourceValid()) { in UpdateGeometry()