Home
last modified time | relevance | path

Searched refs:onResizeWindow (Results 1 – 8 of 8) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/window/
H A DWindow.cpp30 void Window::Listener::onResizeWindow( const Window & /*window*/ ) {} in onResizeWindow() function in Window::Listener
93 listener->onResizeWindow(*this); in onResize()
H A DWindow.h65 virtual void onResizeWindow(const Window & window);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/android/activity/
H A DIActivityHandler.h39 virtual void onResizeWindow() {} in onResizeWindow() function
H A DEventLoop.cpp78 m_activityHandler->onResizeWindow(); in processActivity()
H A DXBMCApp.h131 void onResizeWindow() override;
H A DXBMCApp.cpp346 void CXBMCApp::onResizeWindow() in onResizeWindow() function in CXBMCApp
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/core/
H A DArxGame.h103 virtual void onResizeWindow(const Window & window);
H A DArxGame.cpp545 void ArxGame::onResizeWindow(const Window & window) { in onResizeWindow() function in ArxGame