Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:lSplit

1108     const int lSplit = getLeftSplit(ctx, mDpy);
1114 if(mixer == Overlay::MIXER_LEFT && dst.left < lSplit) {
1116 } else if(mixer == Overlay::MIXER_RIGHT && dst.right > lSplit) {
1150 const int lSplit = getLeftSplit(ctx, mDpy);
1156 if (dst.left < lSplit) {
1162 if(dst.right > lSplit) {