Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:updatingRect

593             hwc_rect_t updatingRect = dst;
601 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
605 roi = getUnion(roi, updatingRect);
709 hwc_rect_t updatingRect = dst;
717 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
721 hwc_rect_t l_dst = getIntersection(l_frame, updatingRect);
725 hwc_rect_t r_dst = getIntersection(r_frame, updatingRect);