Lines Matching refs:hwc_rect
1308 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2) in isSameRect()
1314 bool isValidRect(const hwc_rect& rect) in isValidRect()
1369 hwc_rect_t getUnion(const hwc_rect &rect1, const hwc_rect &rect2) in getUnion()
2626 hwc_rect expandROIFromMidPoint(hwc_rect roi, hwc_rect fullFrame) { in expandROIFromMidPoint()
2630 hwc_rect lFrame = fullFrame; in expandROIFromMidPoint()
2631 hwc_rect rFrame = fullFrame; in expandROIFromMidPoint()
2635 hwc_rect lRoi = getIntersection(roi, lFrame); in expandROIFromMidPoint()
2636 hwc_rect rRoi = getIntersection(roi, rFrame); in expandROIFromMidPoint()
2661 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes}; in resetROI()
2662 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes}; in resetROI()
2664 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes}; in resetROI()
2665 ctx->listStats[dpy].rRoi = (struct hwc_rect){0, 0, 0, 0}; in resetROI()
2669 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) in getSanitizeROI()
2674 struct hwc_rect t_roi = roi; in getSanitizeROI()