Home
last modified time | relevance | path

Searched refs:screenBorder (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp46 BRect screenBorder = screen.Frame(); in cascade() local
48 if (left + sWindowRect.Width() > screenBorder.right) in cascade()
52 if (top + sWindowRect.Height() > screenBorder.bottom) in cascade()
63 BRect screenBorder = screen.Frame(); in uncascade() local
67 left = screenBorder.right - sWindowRect.Width() - sTopLeft.x; in uncascade()
73 top = screenBorder.bottom - sWindowRect.Height() - sTopLeft.y; in uncascade()
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp339 BRect screenBorder = screen.Frame(); in Probe() local
342 if (left + rect.Width() > screenBorder.right) in Probe()
346 if (top + rect.Height() > screenBorder.bottom) in Probe()
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp459 BRect screenBorder = screen.Frame(); in _AppTypeCascade() local
463 if (left + lastFrame.Width() > screenBorder.right) { in _AppTypeCascade()
471 if (top + lastFrame.Height() > screenBorder.bottom) { in _AppTypeCascade()