Home
last modified time | relevance | path

Searched refs:otherScreen (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/latte-dock/latte-dock-0.10.6/app/view/
H A Dvisibilitymanager.cpp461 const QRect otherScreen = screen->geometry(); in canSetStrut() local
465 if (otherScreen.bottom() <= thisScreen.top()) { in canSetStrut()
470 if (otherScreen.top() >= thisScreen.bottom()) { in canSetStrut()
475 if (otherScreen.left() >= thisScreen.right()) { in canSetStrut()
480 if (otherScreen.right() <= thisScreen.left()) { in canSetStrut()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/shell/
H A Dpanelview.cpp1116 const QRect otherScreen = corona()->screenGeometry(id); in canSetStrut() local
1117 if (!otherScreen.isValid()) { in canSetStrut()
1123 if (otherScreen.bottom() <= thisScreen.top()) { in canSetStrut()
1128 if (otherScreen.top() >= thisScreen.bottom()) { in canSetStrut()
1133 if (otherScreen.left() >= thisScreen.right()) { in canSetStrut()
1138 if (otherScreen.right() <= thisScreen.left()) { in canSetStrut()