Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:outRect

466                             hwc_rect_t& inRect, hwc_rect_t& outRect) {
487 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left,
488 outRect.bottom - outRect.top);
570 outRect.left = outPos.x;
571 outRect.top = outPos.y;
572 outRect.right = outPos.x + outPos.w;
573 outRect.bottom = outPos.y + outPos.h;
838 hwc_rect outRect = {0, 0, dstWidth, dstHeight};
846 srcHeight, outRect);
849 __FUNCTION__, dpy, outRect.left, outRect.top,
850 outRect.right, outRect.bottom);
851 return outRect;