Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:lSplit

601     int lSplit = getLeftSplit(ctx, mDpy);
606 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
607 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
633 * them across lSplit for MDP mixer use. The ROI's will be merged again
1748 const int lSplit = getLeftSplit(ctx, mDpy);
1761 if((dst.left > lSplit) || (dst.right < lSplit)) {
1776 const int lSplit = getLeftSplit(ctx, mDpy);
1794 if (dst.left < lSplit && isValidRect(getIntersection(dst, l_roi))) {
1800 if(dst.right > lSplit && isValidRect(getIntersection(dst, r_roi))) {
1819 const int lSplit = getLeftSplit(ctx, mDpy);
1821 if((dst.left > lSplit)||(dst.right < lSplit)){
1844 const int lSplit = getLeftSplit(ctx, mDpy);
1846 if((dst.left > lSplit)||(dst.right < lSplit)){
2053 int lSplit = getLeftSplit(ctx, mDpy);
2060 (primarySplitAlways and (cropWidth > lSplit))) {