Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:hwc_rect

1090 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2)
1096 bool isValidRect(const hwc_rect& rect)
1145 hwc_rect_t getUnion(const hwc_rect &rect1, const hwc_rect &rect2)
2237 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2238 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2240 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};
2241 ctx->listStats[dpy].rRoi = (struct hwc_rect){0, 0, 0, 0};
2245 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary)
2250 struct hwc_rect t_roi = roi;