Home
last modified time | relevance | path

Searched refs:lightSourcesAndPosMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp493 const auto& lightSourcesAndPosMap = properties_.GetIlluminated()->GetLightSourcesAndPosMap(); in OnSync() local
494 for (auto &pair : lightSourcesAndPosMap) { in OnSync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1205 const auto& lightSourcesAndPosMap = properties.GetIlluminated()->GetLightSourcesAndPosMap(); in DrawLight() local
1206 if (lightSourcesAndPosMap.empty()) { in DrawLight()
1211 lightSourcesAndPosMap.begin(), lightSourcesAndPosMap.end()); in DrawLight()