Searched refs:screenHeight (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/preferences/screen/
H A DMonitorView.h21 int32 screenWidth, int32 screenHeight);
/haiku-fatelf/src/apps/workspaces/
H A DWorkspaces.cpp225 float screenHeight = screen.Frame().Height(); local
226 float aspectRatio = screenWidth / screenHeight;
243 || height + 2 * kScreenBorderOffset + tabHeight > screenHeight) {
708 float screenHeight = screen.Frame().Height(); local
711 = (columns * screenWidth) / (rows * screenHeight);
727 float screenHeight = screen.Frame().Height(); local
728 float aspectRatio = screenWidth / screenHeight;
742 || height + 2 * kScreenBorderOffset + tabHeight > screenHeight) {
981 float screenHeight = screen.Frame().Height(); local
982 float aspectRatio = screenWidth / screenHeight;
[all...]
/haiku-fatelf/src/add-ons/screen_savers/ifs/
H A DIFS.cpp492 int32 screenHeight = info->bounds.bottom - top; local
510 && p.y >= 0 && p.y < F->Height && p.y < screenHeight) {
544 && p.y >= 0 && p.y < F->Height && p.y < screenHeight) {
/haiku-fatelf/src/kits/interface/
H A DWindow.cpp1748 float screenHeight = screen.Frame().Height() - (2 * borderWidth + tabHeight); local
1751 if (screenHeight < zoomedHeight)
1752 zoomedHeight = screenHeight;
1759 if (screenHeight > zoomedHeight)
1760 zoomedLeftTop.y += (screenHeight - zoomedHeight) / 2;

Completed in 56 milliseconds