Searched refs:x_off (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 510 int x_off = dst.left - src.left; in generateROI() local 512 updatingRect = moveRect(layer->dirtyRect, x_off, y_off); in generateROI() 625 int x_off = dst.left - src.left; in generateROI() local 627 updatingRect = moveRect(layer->dirtyRect, x_off, y_off); in generateROI()
|
D | hwc_utils.h | 290 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
|
D | hwc_utils.cpp | 1107 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off) in moveRect() argument 1114 res.left = rect.left + x_off; in moveRect() 1116 res.right = rect.right + x_off; in moveRect()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.h | 266 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
|
D | hwc_utils.cpp | 1120 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()
|
D | hwc_mdpcomp.cpp | 426 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/msm8994/libhwcomposer/ |
D | hwc_utils.h | 343 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
|
D | hwc_utils.cpp | 1330 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off) in moveRect() argument 1337 res.left = rect.left + x_off; in moveRect() 1339 res.right = rect.right + x_off; in moveRect()
|
D | hwc_mdpcomp.cpp | 526 int x_off = dst.left - src.left; in calculateDirtyRect() local 536 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off); in calculateDirtyRect()
|