Searched refs:IsFullScreen (Results 1 - 6 of 6) sorted by relevance

/haiku/src/servers/app/
H A DDirectWindowInfo.h38 bool IsFullScreen() const { return fFullScreen; } function in class:DirectWindowInfo
H A DServerWindow.cpp352 if (fDirectWindowInfo.IsSet() && fDirectWindowInfo->IsFullScreen())
4310 if (fDirectWindowInfo.IsSet() && fDirectWindowInfo->IsFullScreen())
/haiku/headers/os/game/
H A DDirectWindow.h113 bool IsFullScreen() const;
/haiku/src/libs/glut/
H A DglutWindow.cpp386 if (win->IsFullScreen())
410 if (win->IsFullScreen())
/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp251 SetFullScreen(!IsFullScreen());
254 if (!IsFullScreen())
/haiku/src/kits/game/
H A DDirectWindow.cpp434 BDirectWindow::IsFullScreen() const function in class:BDirectWindow

Completed in 105 milliseconds