Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:hwc_rect

838     hwc_rect outRect = {0, 0, dstWidth, dstHeight};
1103 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2)
1109 bool isValidRect(const hwc_rect& rect)
1157 hwc_rect_t getUnion(const hwc_rect &rect1, const hwc_rect &rect2)
2226 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2227 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2229 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};
2230 ctx->listStats[dpy].rRoi = (struct hwc_rect){0, 0, 0, 0};
2234 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary)
2239 struct hwc_rect t_roi = roi;