Home
last modified time | relevance | path

Searched refs:window_resize_gui (Results 1 – 5 of 5) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/title/
H A DTitleScreen.cpp222 window_resize_gui(context_get_width(), context_get_height()); in CreateWindows()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DGame.cpp124 window_resize_gui(context_get_width(), context_get_height()); in game_create_windows()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/interface/
H A DWindow.h778 void window_resize_gui(int32_t width, int32_t height);
H A DWindow.cpp1680 void window_resize_gui(int32_t width, int32_t height) in window_resize_gui() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/
H A DUiContext.cpp772 window_resize_gui(_width, _height); in OnResize()