Home
last modified time | relevance | path

Searched refs:gms_graphics_new_picture (Results 1 – 3 of 3) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/magnetic/
H A Dmagnetic.cpp42 gms_graphics_picture(0), gms_graphics_new_picture(false), in Magnetic()
H A Dglk.cpp401 gms_graphics_new_picture = true; in gms_graphics_restart()
1166 if (gms_graphics_new_picture) { in gms_graphics_timeout()
1218 if (gms_graphics_new_picture || deferred_repaint) { in gms_graphics_timeout()
1268 gms_graphics_new_picture = false; in gms_graphics_timeout()
1538 gms_graphics_new_picture = true; in ms_showpic()
H A Dmagnetic.h113 bool gms_graphics_new_picture, gms_graphics_repaint; variable