Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:hwc_rect

573     struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0};
574 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres,
581 hwc_rect_t dirtyRect = (struct hwc_rect){0, 0, 0, 0};;
609 hwc_rect l_roi = ctx->listStats[mDpy].lRoi;
610 hwc_rect r_roi = ctx->listStats[mDpy].rRoi;
680 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
681 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
683 struct hwc_rect l_roi = (struct hwc_rect){0, 0, 0, 0};
684 struct hwc_rect r_roi = (struct hwc_rect){0, 0, 0, 0};
690 hwc_rect_t l_dirtyRect = (struct hwc_rect){0, 0, 0, 0};
691 hwc_rect_t r_dirtyRect = (struct hwc_rect){0, 0, 0, 0};
1750 hwc_rect_t fbRect = (struct hwc_rect){0, 0, 0, 0};