Lines Matching refs:hwc_rect
1308 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2)
1314 bool isValidRect(const hwc_rect& rect)
1369 hwc_rect_t getUnion(const hwc_rect &rect1, const hwc_rect &rect2)
2624 hwc_rect expandROIFromMidPoint(hwc_rect roi, hwc_rect fullFrame) {
2628 hwc_rect lFrame = fullFrame;
2629 hwc_rect rFrame = fullFrame;
2633 hwc_rect lRoi = getIntersection(roi, lFrame);
2634 hwc_rect rRoi = getIntersection(roi, rFrame);
2659 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2660 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2662 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};
2663 ctx->listStats[dpy].rRoi = (struct hwc_rect){0, 0, 0, 0};
2667 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary)
2672 struct hwc_rect t_roi = roi;