Searched defs:x_off (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp499 int x_off = dst.left - src.left; local
501 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
613 int x_off = dst.left - src.left; local
615 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
H A Dhwc_utils.cpp1114 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off) argument
1121 res.left = rect.left + x_off;
1123 res.right = rect.right + x_off;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp510 int x_off = dst.left - src.left; local
512 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
625 int x_off = dst.left - src.left; local
627 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
H A Dhwc_utils.cpp1107 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off) argument
1114 res.left = rect.left + x_off;
1116 res.right = rect.right + x_off;

Completed in 119 milliseconds