Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dscroll.cpp79 _imageW = 0; in Scroll()
274 if (Loffset > _imageW - SCREEN_WIDTH) in ScrollImage()
275 Loffset = _imageW - SCREEN_WIDTH;// Now at extreme right in ScrollImage()
364 if (newx > Loffset+SCREEN_WIDTH - RLDISTANCE && Loffset < _imageW - SCREEN_WIDTH) { in MonitorScroll()
493 _imageW = width; // of this scene. in InitScroll()
H A Dscroll.h94 int _imageW, _imageH; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Dconf.h99 int _imageW, _imageH; variable
H A Dwindows.cpp280 if (desired_width > g_conf->_imageW) in rearrange()
283 g_conf->_wMarginX = (g_conf->_imageW - cell.x * g_conf->_cols) / 2; in rearrange()
296 box.right = g_conf->_imageW - g_conf->_wMarginX; in rearrange()
429 repaint(Rect(0, 0, g_conf->_imageW, g_conf->_imageH)); in redraw()
H A Dconf.cpp68 _imageW = g_system->getWidth(); in Conf()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Dconf.h108 int _imageW, _imageH; variable
H A Dwindows.cpp273 if (desired_width > g_conf->_imageW) in rearrange()
276 g_conf->_wMarginX = (g_conf->_imageW - cell.x * g_conf->_cols) / 2; in rearrange()
289 box.right = g_conf->_imageW - g_conf->_wMarginX; in rearrange()
422 repaint(Rect(0, 0, g_conf->_imageW, g_conf->_imageH)); in redraw()
H A Dconf.cpp75 _imageW = _width; in Conf()
141 _imageW = _width; in synchronize()