Home
last modified time | relevance | path

Searched refs:glk_window_get_root (Results 1 – 14 of 14) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dwindows.cpp91 const PairWindow *pairWin = dynamic_cast<const PairWindow *>(g_vm->glk_window_get_root()); in showTextWindows()
386 _win = g_vm->glk_window_open(g_vm->glk_window_get_root(), in createGlkWindow()
390 _win = g_vm->glk_window_open(g_vm->glk_window_get_root(), in createGlkWindow()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dwindows.cpp91 const PairWindow *pairWin = dynamic_cast<const PairWindow *>(g_vm->glk_window_get_root()); in showTextWindows()
386 _win = g_vm->glk_window_open(g_vm->glk_window_get_root(), in createGlkWindow()
390 _win = g_vm->glk_window_open(g_vm->glk_window_get_root(), in createGlkWindow()
/dports/games/xglk/xglk/
H A Dgi_dispa.c158 { 0x0022, glk_window_get_root, "window_get_root" },
523 arglist[1].opaqueref = glk_window_get_root(); in gidispatch_call()
H A Dglk.h184 extern winid_t glk_window_get_root(void);
H A Dxg_window.c184 winid_t glk_window_get_root() in glk_window_get_root() function
/dports/games/dungeon/dungeon-3.2_1/glkterm/
H A Dgi_dispa.c188 { 0x0022, glk_window_get_root, "window_get_root" },
709 arglist[1].opaqueref = glk_window_get_root(); in gidispatch_call()
H A Dglk.h219 extern winid_t glk_window_get_root(void);
H A Dgtwindow.c705 winid_t glk_window_get_root() in glk_window_get_root() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Dglk_api.h75 winid_t glk_window_get_root(void) const;
H A Dglk_api.cpp168 winid_t GlkAPI::glk_window_get_root(void) const { in glk_window_get_root() function in Glk::GlkAPI
H A Dglk_dispa.cpp566 arglist[1]._opaqueref = glk_window_get_root(); in gidispatch_call()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Dglk_api.h75 winid_t glk_window_get_root(void) const;
H A Dglk_dispa.cpp566 arglist[1]._opaqueref = glk_window_get_root(); in gidispatch_call()
H A Dglk_api.cpp168 winid_t GlkAPI::glk_window_get_root(void) const { in glk_window_get_root() function in Glk::GlkAPI