Searched refs:x_off (Results 1 - 11 of 11) sorted by relevance

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

Completed in 97 milliseconds