Home
last modified time | relevance | path

Searched defs:layerLinearMatrix (Results 1 – 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/render_thread/
Drs_base_render_util.h55 std::vector<float> layerLinearMatrix; member
99 std::vector<float> layerLinearMatrix; member
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/feature/hdr/
Drs_hdr_util.cpp199 std::vector<float> layerLinearMatrix = RSColorTemperature::Get().GetLayerLinearCct(screenId, in UpdateSurfaceNodeLayerLinearMatrix() local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
Dhdi_layer_info.h440 void SetLayerLinearMatrix(const std::vector<float>& layerLinearMatrix) in SetLayerLinearMatrix()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
Drs_surface_render_params.h531 void SetLayerLinearMatrix(const std::vector<float>& layerLinearMatrix) in SetLayerLinearMatrix()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_surface_render_node.cpp3197 void RSSurfaceRenderNode::SetLayerLinearMatrix(const std::vector<float>& layerLinearMatrix) in SetLayerLinearMatrix()