Searched refs:boundRect (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_surface_render_params.h | 38 GraphicIRect boundRect; member 51 …(boundRect == layerInfo.boundRect) && (matrix == layerInfo.matrix) && (gravity == layerInfo.gravit…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer_info.h | 162 void SetBoundSize(const GraphicIRect &boundRect) in SetBoundSize() argument 164 boundRect_ = boundRect; in SetBoundSize()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.h | 39 GraphicIRect boundRect; member
|
H A D | rs_uni_render_composer_adapter.cpp | 115 info.boundRect = {0, 0, in BuildComposeInfo() 167 info.boundRect = info.dstRect; in BuildComposeInfo() 202 layer->SetBoundSize(info.boundRect); in SetComposeInfoToLayer() 724 info.boundRect = { 0, 0, in BuildComposeInfo() 777 info.boundRect = { 0, 0, in BuildComposeInfo()
|
H A D | rs_uni_render_util.cpp | 650 auto boundRect = layer->GetBoundSize(); in CreateLayerBufferDrawParam() local 651 params.dstRect = Drawing::Rect(0, 0, boundRect.w, boundRect.h); in CreateLayerBufferDrawParam() 677 rotationFixed ? static_cast<float>(dstRect.w) : static_cast<float>(boundRect.w), in CreateLayerBufferDrawParam() 678 rotationFixed ? static_cast<float>(dstRect.h) : static_cast<float>(boundRect.h) }; in CreateLayerBufferDrawParam()
|
H A D | rs_uni_render_processor.cpp | 269 layer->SetBoundSize(layerInfo.boundRect); in GetLayerInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_render_node.cpp | 1519 layer.boundRect = {0, 0, in UpdateHwcNodeLayerInfo() 1538 layer.boundRect.w, layer.boundRect.h, in UpdateHwcNodeLayerInfo() 1546 layer.boundRect.w, layer.boundRect.h, in UpdateHwcNodeLayerInfo()
|