Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h266 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
Dhwc_utils.cpp1120 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off) in moveRect() argument
1127 res.left = rect.left + x_off; in moveRect()
1129 res.right = rect.right + x_off; in moveRect()
Dhwc_mdpcomp.cpp426 int x_off = dst.left - src.left; in calculateDirtyRect() local
436 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off); in calculateDirtyRect()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.cpp518 int x_off = dst.left - src.left; in generateROI() local
520 updatingRect = moveRect(layer->dirtyRect, x_off, y_off); in generateROI()
633 int x_off = dst.left - src.left; in generateROI() local
635 updatingRect = moveRect(layer->dirtyRect, x_off, y_off); in generateROI()
Dhwc_utils.h290 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
Dhwc_utils.cpp1108 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off) in moveRect() argument
1115 res.left = rect.left + x_off; in moveRect()
1117 res.right = rect.right + x_off; in moveRect()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h345 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
Dhwc_utils.cpp1332 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off) in moveRect() argument
1339 res.left = rect.left + x_off; in moveRect()
1341 res.right = rect.right + x_off; in moveRect()
Dhwc_mdpcomp.cpp526 int x_off = dst.left - src.left; in calculateDirtyRect() local
536 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off); in calculateDirtyRect()