Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:hwc_rect

1375 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2)
1381 bool isValidRect(const hwc_rect& rect)
1406 hwc_rect dirtyRect = (hwc_rect){0, 0, 0, 0};
1461 hwc_rect_t getUnion(const hwc_rect &rect1, const hwc_rect &rect2)
2704 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2705 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2707 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};
2708 ctx->listStats[dpy].rRoi = (struct hwc_rect){0, 0, 0, 0};
2712 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary)
2717 struct hwc_rect t_roi = roi;