Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:hwc_rect

503     struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0};
504 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres,
545 hwc_rect l_roi = ctx->listStats[mDpy].lRoi;
546 hwc_rect r_roi = ctx->listStats[mDpy].rRoi;
615 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
616 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
618 struct hwc_rect l_roi = (struct hwc_rect){0, 0, 0, 0};
619 struct hwc_rect r_roi = (struct hwc_rect){0, 0, 0, 0};
1453 hwc_rect_t fbRect = (struct hwc_rect){0, 0, 0, 0};