Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dlight.h80 bool GetLightShadow() const in GetLightShadow() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_light.h100 bool GetLightShadow() const in GetLightShadow() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.cpp530 light->SetLightShadow(newLights.at(index)->GetLightShadow());
551 || light->GetLightShadow() != newLights.at(index)->GetLightShadow()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1470 oldLC->shadowEnabled = light->GetLightShadow(); in UpdateLights()
1483 lc.shadowEnabled = light->GetLightShadow(); in UpdateLights()