Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:hwc_rect

528   hwc_rect dirtyRect = (hwc_rect){0, 0, 0, 0};
547 void MDPCompNonSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect &crop,
548 hwc_rect &dst) {
605 struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0};
606 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres,
639 void MDPCompSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect &crop,
640 hwc_rect &dst) {
641 hwc_rect roi = getUnion(ctx->listStats[mDpy].lRoi,
643 hwc_rect tmpDst = getIntersection(dst, roi);
717 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
718 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
720 struct hwc_rect l_roi = (struct hwc_rect){0, 0, 0, 0};
721 struct hwc_rect r_roi = (struct hwc_rect){0, 0, 0, 0};
1775 hwc_rect_t fbRect = (struct hwc_rect){0, 0, 0, 0};
2684 struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0};
2685 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres,
2711 hwc_rect lFrame = fullFrame;
2715 hwc_rect lRoi = getIntersection(roi, lFrame);
2719 hwc_rect rFrame = fullFrame;
2721 hwc_rect rRoi = getIntersection(roi, rFrame);
2729 hwc_rect lRoi = getIntersection(roi, fullFrame);