Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:lSplit

739     const int lSplit = getLeftSplit(ctx, dpy);
746 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h };
752 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h };
1796 const int lSplit = getLeftSplit(ctx, dpy);
1799 if(dst.left < lSplit) {
1802 hwc_rect_t scissor = {0, 0, lSplit, hw_h };
1808 if(dst.right > lSplit) {
1811 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h };
1821 if((orient & OVERLAY_TRANSFORM_FLIP_H) && (dst.left < lSplit) &&
1822 (dst.right > lSplit) && (*rot) == NULL) {
1862 tmp_dstR.right = tmp_dstR.right - lSplit;
1863 tmp_dstR.left = tmp_dstR.left - lSplit;
1924 int lSplit = dst.left + (dst.right - dst.left)/2;
1932 hwc_rect_t scissor = {dst.left, dst.top, lSplit, dst.bottom };
1938 hwc_rect_t scissor = {lSplit, dst.top, dst.right, dst.bottom };
2015 int lSplit = ctx->dpyAttr[dpy].xres / 2;
2019 lSplit = qdutils::MDPVersion::getInstance().getLeftSplit();
2021 return lSplit;
2217 const int lSplit = getLeftSplit(ctx, dpy);
2218 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2219 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};