Home
last modified time | relevance | path

Searched refs:glk_window_get_size (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/scummvm/scummvm-2.5.1/engines/glk/hugo/
H A Dheglk.cpp339 glk_window_get_size(secondwin, &width, nullptr); in heglk_get_linelength()
341 glk_window_get_size(auxwin, &width, nullptr); in heglk_get_linelength()
345 glk_window_get_size(mainwin, &width, nullptr); in heglk_get_linelength()
355 glk_window_get_size(secondwin, nullptr, &height); in heglk_get_screenheight()
357 glk_window_get_size(auxwin, nullptr, &height); in heglk_get_screenheight()
359 glk_window_get_size(mainwin, nullptr, &mainheight); in heglk_get_screenheight()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/hugo/
H A Dheglk.cpp338 glk_window_get_size(secondwin, &width, nullptr); in heglk_get_linelength()
340 glk_window_get_size(auxwin, &width, nullptr); in heglk_get_linelength()
344 glk_window_get_size(mainwin, &width, nullptr); in heglk_get_linelength()
354 glk_window_get_size(secondwin, nullptr, &height); in heglk_get_screenheight()
356 glk_window_get_size(auxwin, nullptr, &height); in heglk_get_screenheight()
358 glk_window_get_size(mainwin, nullptr, &mainheight); in heglk_get_screenheight()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dglk_interface.cpp357 glk_window_get_size(_wp._upper, &width, nullptr); in gos_update_width()
371 glk_window_get_size(_wp._upper, nullptr, &height_upper); in gos_update_height()
372 glk_window_get_size(_wp._lower, nullptr, &height_lower); in gos_update_height()
381 glk_window_get_size(_wp._upper, nullptr, &height); in reset_status_ht()
414 glk_window_get_size(_wp._upper, nullptr, &height); in split_window()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dglk_interface.cpp357 glk_window_get_size(_wp._upper, &width, nullptr); in gos_update_width()
371 glk_window_get_size(_wp._upper, nullptr, &height_upper); in gos_update_height()
372 glk_window_get_size(_wp._lower, nullptr, &height_lower); in gos_update_height()
381 glk_window_get_size(_wp._upper, nullptr, &height); in reset_status_ht()
414 glk_window_get_size(_wp._upper, nullptr, &height); in split_window()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/
H A Dos_banners.cpp594 g_vm->glk_window_get_size(banner->win, &(banner->cwidth), &(banner->cheight)); in os_banner_getinfo()
613 g_vm->glk_window_get_size(banner->win, &(banner->cwidth), &(banner->cheight)); in os_banner_get_charwidth()
624 g_vm->glk_window_get_size(banner->win, &(banner->cwidth), &(banner->cheight)); in os_banner_get_charheight()
H A Dos_glk.cpp369 g_vm->glk_window_get_size(statuswin, &wid, NULL); in os_status_redraw()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/
H A Dos_banners.cpp594 g_vm->glk_window_get_size(banner->win, &(banner->cwidth), &(banner->cheight)); in os_banner_getinfo()
613 g_vm->glk_window_get_size(banner->win, &(banner->cwidth), &(banner->cheight)); in os_banner_get_charwidth()
624 g_vm->glk_window_get_size(banner->win, &(banner->cwidth), &(banner->cheight)); in os_banner_get_charheight()
H A Dos_glk.cpp369 g_vm->glk_window_get_size(statuswin, &wid, NULL); in os_status_redraw()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dglkio.cpp139 glk_window_get_size(glkStatusWin, &glkWidth, NULL); in statusLine()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dglkio.cpp137 glk_window_get_size(glkStatusWin, &glkWidth, NULL); in statusLine()
/dports/games/xglk/xglk/
H A Dgi_dispa.c161 { 0x0025, glk_window_get_size, "window_get_size" },
560 glk_window_get_size(arglist[0].opaqueref, ptr1, ptr2); in gidispatch_call()
H A Dglk.h188 extern void glk_window_get_size(winid_t win, glui32 *widthptr,
/dports/games/scummvm/scummvm-2.5.1/engines/glk/quest/
H A Dgeas_glk.cpp53 g_vm->glk_window_get_size(bannerwin, &width, NULL); in draw_banner()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/comprehend/
H A Dcomprehend.cpp153 glk_window_get_size(_roomDescWindow, &width, nullptr); in printRoomDesc()
/dports/games/tads/tads-3.0.8/tads2/glk/
H A Doss_glk.c277 glk_window_get_size(status_win, &width, &height); in oss_draw_status_line()
/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Dosdepend.c124 glk_window_get_size(statuswin, &width, NULL); in redraw_statusline()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/jacl/
H A Dresolvers.cpp299 g_vm->glk_window_get_size(statuswin, &status_width, &status_height); in value_of()
302 g_vm->glk_window_get_size(statuswin, &status_width, &status_height); in value_of()
H A Djacl_main.cpp773 g_vm->glk_window_get_size(statuswin, &status_width, &status_height); in status_line()
778 g_vm->glk_window_get_size(statuswin, &status_width, &status_height); in status_line()
/dports/games/dungeon/dungeon-3.2_1/glkterm/
H A Dgi_dispa.c191 { 0x0025, glk_window_get_size, "window_get_size" },
746 glk_window_get_size(arglist[0].opaqueref, ptr1, ptr2); in gidispatch_call()
H A Dglk.h223 extern void glk_window_get_size(winid_t win, glui32 *widthptr,
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Dglk_api.h84 void glk_window_get_size(winid_t win, uint *width, uint *height);
/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Dglk_api.h84 void glk_window_get_size(winid_t win, uint *width, uint *height);
/dports/games/scummvm/scummvm-2.5.1/engines/glk/level9/
H A Dos_glk.cpp677 g_vm->glk_window_get_size(glk_window, &window_width, &window_height); in gln_graphics_position_picture()
995 g_vm->glk_window_get_size(glk_window, &winWidth, &winHeight); in gln_graphics_paint_everything()
2301 g_vm->glk_window_get_size(gln_status_window, &width, &height); in gln_status_update()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/magnetic/
H A Dglk.cpp739 glk_window_get_size(glk_window, &window_width, &window_height); in gms_graphics_position_picture()
1634 glk_window_get_size(gms_status_window, &width, &height); in gms_status_update()
2200 glk_window_get_size(gms_hint_menu_window, &width_temp, &height_temp); in gms_hint_arrange_windows()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Dos_glk.cpp702 g_vm->glk_window_get_size(g_vm->gagt_status_window, &width, &height); in gagt_status_update_extended()
754 g_vm->glk_window_get_size(g_vm->gagt_status_window, &width, &height); in gagt_status_update()
878 g_vm->glk_window_get_size(g_vm->gagt_status_window, &width, &height); in gagt_status_redraw()

12