Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:mRegion

42         mRegion = region;
58 rect->l = me->mRegion.rects[me->r.current].left;
59 rect->t = me->mRegion.rects[me->r.current].top;
60 rect->r = me->mRegion.rects[me->r.current].right;
61 rect->b = me->mRegion.rects[me->r.current].bottom;
68 hwc_region_t mRegion;