Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full: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)
2626 hwc_rect expandROIFromMidPoint(hwc_rect roi, hwc_rect fullFrame) {
2630 hwc_rect lFrame = fullFrame;
2631 hwc_rect rFrame = fullFrame;
2635 hwc_rect lRoi = getIntersection(roi, lFrame);
2636 hwc_rect rRoi = getIntersection(roi, rFrame);
2661 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2662 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2664 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};
2665 ctx->listStats[dpy].rRoi = (struct hwc_rect){0, 0, 0, 0};
2669 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary)
2674 struct hwc_rect t_roi = roi;