Home
last modified time | relevance | path

Searched refs:displayParams (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_display_render_node.cpp181 if (displayParams == nullptr) { in OnSync()
191 displayParams->SetNeedSync(true); in OnSync()
217 if (displayParams == nullptr) { in UpdateRenderParams()
237 if (displayParams == nullptr) { in UpdateScreenRenderParams()
257 if (displayParams == nullptr) { in UpdateOffscreenRenderParams()
267 if (displayParams == nullptr) { in UpdatePartialRenderParams()
312 if (displayParams == nullptr) { in SetDisplayGlobalZOrder()
345 if (displayParams == nullptr) { in UpdateRotation()
377 if (displayParams == nullptr) { in SetMainAndLeashSurfaceDirty()
390 if (displayParams == nullptr) { in SetHDRPresent()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_processor.cpp133 auto displayParams = static_cast<RSDisplayRenderParams*>(params.get()); in InitForRenderThread() local
134 offsetX_ = displayParams->GetDisplayOffsetX(); in InitForRenderThread()
135 offsetY_ = displayParams->GetDisplayOffsetY(); in InitForRenderThread()
138 screenInfo_ = displayParams->GetScreenInfo(); in InitForRenderThread()
139 screenInfo_.rotation = displayParams->GetNodeRotation(); in InitForRenderThread()
142 auto mirroredNodeDrawable = displayParams->GetMirrorSourceDrawable().lock(); in InitForRenderThread()
144 screenTransformMatrix_ = displayParams->GetMatrix(); in InitForRenderThread()
H A Drs_uni_render_processor.cpp245 …auto displayParams = static_cast<RSDisplayRenderParams*>(ancestorDisplayDrawable->GetRenderParams(… in GetForceClientForDRM() local
246 … forceClientForDRM = displayParams->IsRotationChanged() || uniParam->GetCacheEnabledForRotation(); in GetForceClientForDRM()
416 auto displayParams = static_cast<RSDisplayRenderParams*>(params.get()); in ProcessDisplaySurfaceForRenderThread() local
417 for (const auto& drawable : displayParams->GetAllMainAndLeashSurfaceDrawables()) { in ProcessDisplaySurfaceForRenderThread()
H A Drs_uifirst_manager.cpp345 auto displayParams = static_cast<RSDisplayRenderParams*>(ancestor->GetRenderParams().get()); in SyncHDRDisplayParam() local
346 if (!displayParams) { in SyncHDRDisplayParam()
349 bool isHdrOn = displayParams->GetHDRPresent(); in SyncHDRDisplayParam()
350 ScreenId id = displayParams->GetScreenId(); in SyncHDRDisplayParam()
354 drawable->SetTargetColorGamut(displayParams->GetNewColorSpace()); in SyncHDRDisplayParam()
H A Drs_uni_render_composer_adapter.cpp129 auto displayParams = static_cast<RSDisplayRenderParams*>(params.get()); in BuildComposeInfo() local
130 info.zOrder = static_cast<int32_t>(displayParams->GetGlobalZOrder()); in BuildComposeInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp1410 auto displayParams = static_cast<RSDisplayRenderParams*>(renderParams_.get()); in DrawHardwareEnabledNodes() local
1412 DrawHardwareEnabledNodes(canvas, *displayParams); in DrawHardwareEnabledNodes()