Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:lSplit

1110     const int lSplit = getLeftSplit(ctx, mDpy);
1116 if(mixer == Overlay::MIXER_LEFT && dst.left < lSplit) {
1118 } else if(mixer == Overlay::MIXER_RIGHT && dst.right > lSplit) {
1152 const int lSplit = getLeftSplit(ctx, mDpy);
1158 if (dst.left < lSplit) {
1164 if(dst.right > lSplit) {