Lines Matching refs:r_roi
721 struct hwc_rect r_roi = (struct hwc_rect){0, 0, 0, 0};
741 r_roi = getUnion(r_roi, r_dirtyRect);
751 hwc_rect_t temp_roi = getUnion(l_roi, r_roi);
753 r_roi = getIntersection(temp_roi, r_frame);
757 if(!isValidRect(l_roi) && !isValidRect(r_roi))
761 r_roi = getSanitizeROI(r_roi, r_frame);
764 ctx->listStats[mDpy].rRoi = r_roi;
770 "R_ROI: [%d, %d, %d, %d]", __FUNCTION__,
2415 hwc_rect_t r_roi = ctx->listStats[mDpy].rRoi;
2423 if(dst.right > lSplit && isValidRect(getIntersection(dst, r_roi))) {