Home
last modified time | relevance | path

Searched refs:GetDisplayNit (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h402 float GetDisplayNit() const in GetDisplayNit() function
494 displayNit_ = layerInfo->GetDisplayNit(); in CopyLayerInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp794 if (layerInfo_->GetDisplayNit() == prevLayerInfo_->GetDisplayNit()) { in SetPerFrameParameterDisplayNit()
800 *reinterpret_cast<int32_t*>(valueBlob.data()) = layerInfo_->GetDisplayNit(); in SetPerFrameParameterDisplayNit()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_processor.cpp117 layer->SetDisplayNit(params.GetDisplayNit()); in CreateLayer()
162 layer->SetDisplayNit(renderParams.GetDisplayNit()); in CreateLayerForRenderThread()
H A Drs_uni_render_engine.cpp109 params.tmoNits = layer->GetDisplayNit(); in DrawLayers()
H A Drs_render_engine.cpp112 params.tmoNits = layer->GetDisplayNit(); in DrawLayers()
H A Drs_uni_render_composer_adapter.cpp732 info.displayNit = renderParam->GetDisplayNit(); in BuildComposeInfo()
785 info.displayNit = curRenderParam->GetDisplayNit(); in BuildComposeInfo()
H A Drs_uni_render_util.cpp531 params.tmoNits = renderParams.GetDisplayNit(); in CreateBufferDrawParamForRotationFixed()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h476 float GetDisplayNit() const in GetDisplayNit() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp807 params.tmoNits = surfaceParams.GetDisplayNit(); in DealWithSelfDrawingNodeBuffer()