Searched defs:updatingRect (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp493 hwc_rect_t updatingRect = dst; local
501 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
505 roi = getUnion(roi, updatingRect);
607 hwc_rect_t updatingRect = dst; local
615 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
619 hwc_rect_t l_dst = getIntersection(l_frame, updatingRect);
623 hwc_rect_t r_dst = getIntersection(r_frame, updatingRect);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp504 hwc_rect_t updatingRect = dst; local
512 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
516 roi = getUnion(roi, updatingRect);
619 hwc_rect_t updatingRect = dst; local
627 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
631 hwc_rect_t l_dst = getIntersection(l_frame, updatingRect);
635 hwc_rect_t r_dst = getIntersection(r_frame, updatingRect);

Completed in 59 milliseconds