Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:updatingRect

504             hwc_rect_t updatingRect = dst;
512 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
516 roi = getUnion(roi, updatingRect);
619 hwc_rect_t updatingRect = dst;
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);