Home
last modified time | relevance | path

Searched refs:SetRect (Results 1 – 14 of 14) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.cpp119 SetRect(damage.rects[j], &damage_rect); in SetLayerSurfaceDamage()
130 SetRect(damage.rects[i], &rect); in SetLayerSurfaceDamage()
198 SetRect(frame, &dst_rect); in SetLayerDisplayFrame()
219 SetRect(crop, &src_rect); in SetLayerSourceCrop()
273 SetRect(visible.rects[i], &rect); in SetLayerVisibleRegion()
288 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect() function in sdm::HWCLayer
295 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect() function in sdm::HWCLayer
Dhwc_layers.h104 void SetRect(const hwc_rect_t &source, LayerRect *target);
105 void SetRect(const hwc_frect_t &source, LayerRect *target);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.cpp166 SetRect(damage.rects[i], &rect); in SetLayerBuffer()
232 SetRect(frame, &dst_rect); in SetLayerBuffer()
253 SetRect(crop, &src_rect); in SetLayerBuffer()
307 SetRect(visible.rects[i], &rect); in SetLayerBuffer()
322 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetLayerBuffer() function in sdm::HWCLayer
329 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetLayerBuffer() function in sdm::HWCLayer
Dhwc_layers.h102 void SetRect(const hwc_rect_t &source, LayerRect *target);
103 void SetRect(const hwc_frect_t &source, LayerRect *target);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display.h148 inline void SetRect(const hwc_rect_t &source, LayerRect *target);
149 inline void SetRect(const hwc_frect_t &source, LayerRect *target);
Dhwc_display.cpp458 SetRect(scaled_display_frame, &layer->dst_rect); in PrePrepareLayerStack()
459 SetRect(hwc_layer.sourceCropf, &layer->src_rect); in PrePrepareLayerStack()
467 SetRect(hwc_layer.visibleRegionScreen.rects[j], &visible_rect); in PrePrepareLayerStack()
473 SetRect(hwc_layer.surfaceDamage.rects[j], &dirty_rect); in PrePrepareLayerStack()
745 void HWCDisplay::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect() function in sdm::HWCDisplay
752 void HWCDisplay::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect() function in sdm::HWCDisplay
/hardware/qcom/display/msm8998/sdm/libs/hwc/
Dhwc_display.h187 inline void SetRect(const hwc_rect_t &source, LayerRect *target);
188 inline void SetRect(const hwc_frect_t &source, LayerRect *target);
Dhwc_display.cpp566 SetRect(scaled_display_frame, &layer->dst_rect); in PrePrepareLayerStack()
576 SetRect(hwc_layer.sourceCropf, &layer->src_rect); in PrePrepareLayerStack()
584 SetRect(hwc_layer.visibleRegionScreen.rects[j], &visible_rect); in PrePrepareLayerStack()
590 SetRect(hwc_layer.surfaceDamage.rects[j], &dirty_rect); in PrePrepareLayerStack()
929 void HWCDisplay::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect() function in sdm::HWCDisplay
936 void HWCDisplay::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect() function in sdm::HWCDisplay
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_device_drm.h112 void SetRect(const LayerRect &source, sde_drm::DRMRect *target);
Dhw_device_drm.cpp398 SetRect(pipe_info->src_roi, &src); in SetupAtomic()
401 SetRect(pipe_info->dst_roi, &dst); in SetupAtomic()
550 void HWDeviceDRM::SetRect(const LayerRect &source, DRMRect *target) { in SetRect() function in sdm::HWDeviceDRM
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_device.h116 void SetRect(const LayerRect &source, mdp_rect *target);
Dhw_device.cpp246 SetRect(pipe_info->src_roi, &mdp_layer.src_rect); in Validate()
247 SetRect(pipe_info->dst_roi, &mdp_layer.dst_rect); in Validate()
673 void HWDevice::SetRect(const LayerRect &source, mdp_rect *target) { in SetRect() function in sdm::HWDevice
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_device.h109 void SetRect(const LayerRect &source, mdp_rect *target);
Dhw_device.cpp227 SetRect(pipe_info->src_roi, &mdp_layer.src_rect); in Validate()
228 SetRect(pipe_info->dst_roi, &mdp_layer.dst_rect); in Validate()
647 void HWDevice::SetRect(const LayerRect &source, mdp_rect *target) { in SetRect() function in sdm::HWDevice