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 };
1804 const int lSplit = getLeftSplit(ctx, dpy);
1807 if(dst.left < lSplit) {
1810 hwc_rect_t scissor = {0, 0, lSplit, hw_h };
1816 if(dst.right > lSplit) {
1819 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h };
1829 if((orient & OVERLAY_TRANSFORM_FLIP_H) && (dst.left < lSplit) &&
1830 (dst.right > lSplit) && (*rot) == NULL) {
1870 tmp_dstR.right = tmp_dstR.right - lSplit;
1871 tmp_dstR.left = tmp_dstR.left - lSplit;
1932 int lSplit = dst.left + (dst.right - dst.left)/2;
1940 hwc_rect_t scissor = {dst.left, dst.top, lSplit, dst.bottom };
1946 hwc_rect_t scissor = {lSplit, dst.top, dst.right, dst.bottom };
2023 int lSplit = ctx->dpyAttr[dpy].xres / 2;
2027 lSplit = qdutils::MDPVersion::getInstance().getLeftSplit();
2029 return lSplit;
2225 const int lSplit = getLeftSplit(ctx, dpy);
2226 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2227 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};