Searched refs:BWindowScreen (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/game/
H A DWindowScreen.cpp191 BWindowScreen::BWindowScreen(const char *title, uint32 space, status_t *error, function in class:BWindowScreen
210 BWindowScreen::BWindowScreen(const char *title, uint32 space, function in class:BWindowScreen
225 BWindowScreen::~BWindowScreen()
233 BWindowScreen::Quit(void)
242 BWindowScreen::ScreenConnected(bool active)
249 BWindowScreen::Disconnect()
263 BWindowScreen
[all...]
/haiku/headers/os/game/
H A DWindowScreen.h24 class BWindowScreen : public BWindow { class in inherits:BWindow
26 BWindowScreen(const char* title, uint32 space,
28 BWindowScreen(const char* title, uint32 space,
30 virtual ~BWindowScreen();
/haiku/src/tests/kits/game/page_flipper/
H A Dpage_flip.cpp24 class NWindowScreen:public BWindowScreen {
82 BWindowScreen("Example", B_8_BIT_640x480, ret),
/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp30 class NWindowScreen : public BWindowScreen {
117 : BWindowScreen("Example", B_8_BIT_640x480, ret), width(639), height(479), COLORS(256)
144 PRINT(("BWindowScreen base class ctor returned failure\n"));
/haiku/headers/os/interface/
H A DWindow.h300 friend class BWindowScreen;

Completed in 51 milliseconds