Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:lSplit

602     int lSplit = getLeftSplit(ctx, mDpy);
607 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
608 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
643 * them across lSplit for MDP mixer use. The ROI's will be merged again
1965 const int lSplit = getLeftSplit(ctx, mDpy);
1978 if((dst.left > lSplit) || (dst.right < lSplit)) {
1993 const int lSplit = getLeftSplit(ctx, mDpy);
2011 if (dst.left < lSplit && isValidRect(getIntersection(dst, l_roi))) {
2017 if(dst.right > lSplit && isValidRect(getIntersection(dst, r_roi))) {
2036 const int lSplit = getLeftSplit(ctx, mDpy);
2038 if((dst.left > lSplit)||(dst.right < lSplit)){
2061 const int lSplit = getLeftSplit(ctx, mDpy);
2063 if((dst.left > lSplit)||(dst.right < lSplit)){
2264 int lSplit = getLeftSplit(ctx, mDpy);
2270 (primarySplitAlways and (cropWidth > lSplit))) {