Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:lSplit

726     const int lSplit = getLeftSplit(ctx, dpy);
733 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h };
739 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h };
1805 const int lSplit = getLeftSplit(ctx, dpy);
1808 if(dst.left < lSplit) {
1811 hwc_rect_t scissor = {0, 0, lSplit, hw_h };
1817 if(dst.right > lSplit) {
1820 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h };
1830 if((orient & OVERLAY_TRANSFORM_FLIP_H) && (dst.left < lSplit) &&
1831 (dst.right > lSplit) && (*rot) == NULL) {
1871 tmp_dstR.right = tmp_dstR.right - lSplit;
1872 tmp_dstR.left = tmp_dstR.left - lSplit;
1933 int lSplit = dst.left + (dst.right - dst.left)/2;
1941 hwc_rect_t scissor = {dst.left, dst.top, lSplit, dst.bottom };
1947 hwc_rect_t scissor = {lSplit, dst.top, dst.right, dst.bottom };
2024 int lSplit = ctx->dpyAttr[dpy].xres / 2;
2028 lSplit = qdutils::MDPVersion::getInstance().getLeftSplit();
2030 return lSplit;
2233 const int lSplit = getLeftSplit(ctx, dpy);
2234 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2235 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};