Home
last modified time | relevance | path

Searched refs:_screenWidth (Results 176 – 200 of 201) sorted by relevance

123456789

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DGraphicsWindowWin32.cpp1260 _screenWidth(0), in GraphicsWindowWin32()
1646 …windowManager->getScreenPosition(screenId, _screenOriginX, _screenOriginY, _screenWidth, _screenHe… in determineWindowPositionAndStyle()
1647 if (_screenWidth==0 || _screenHeight==0) return false; in determineWindowPositionAndStyle()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DGraphicsWindowWin32.cpp1162 _screenWidth(0), in GraphicsWindowWin32()
1548 …windowManager->getScreenPosition(screenId, _screenOriginX, _screenOriginY, _screenWidth, _screenHe… in determineWindowPositionAndStyle()
1549 if (_screenWidth==0 || _screenHeight==0) return false; in determineWindowPositionAndStyle()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/
H A Dscript_v0.cpp400 _string[textSlot].right = _screenWidth - 1; in decodeParseString()
H A Dscumm.h929 int _screenHeight, _screenWidth; variable
H A Dactor.cpp2725 int x = _actors[i]->getPos().x - (camera._cur.x - (_screenWidth >> 1)); in setTalkingActor()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Dlivingbooks.h801 uint16 _screenWidth; variable
H A Dlivingbooks.cpp138 _screenWidth = _screenHeight = 0; in MohawkEngine_LivingBooks()
189 if (!_screenWidth || !_screenHeight) in run()
192 _gfx = new LBGraphics(this, _screenWidth, _screenHeight); in run()
317 _screenWidth = getIntFromConfig("BookInfo", "xRes"); in loadBookInfo()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/
H A Dscript_v0.cpp400 _string[textSlot].right = _screenWidth - 1; in decodeParseString()
H A Dgfx_towns.cpp170 towns_waitForScroll(dir, (lw - _screenWidth - 8) * dir); in requestScroll()
H A Dscript_v8.cpp982 vs->curRect.right = _screenWidth - 1 - pop(); in o8_verbOps()
H A Dscumm.h843 int _screenHeight, _screenWidth; variable
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Dlivingbooks.cpp138 _screenWidth = _screenHeight = 0; in MohawkEngine_LivingBooks()
188 if (!_screenWidth || !_screenHeight) in run()
191 _gfx = new LBGraphics(this, _screenWidth, _screenHeight); in run()
310 _screenWidth = getIntFromConfig("BookInfo", "xRes"); in loadBookInfo()
H A Dlivingbooks.h799 uint16 _screenWidth; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Dgfx.h687 uint16 _screenWidth;
/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Dgfx.h687 uint16 _screenWidth;
/dports/games/scummvm/scummvm-2.5.1/engines/hopkins/
H A Dgraphics.cpp43 _screenWidth = _screenHeight = 0; in GraphicsManager()
117 _screenWidth = width; in setGraphicalMode()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hopkins/
H A Dgraphics.cpp43 _screenWidth = _screenHeight = 0; in GraphicsManager()
117 _screenWidth = width; in setGraphicalMode()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/parallaction/
H A Ddisk_ns.cpp456 info.width = _vm->_screenWidth; // 320 in loadBackground()
/dports/games/scummvm/scummvm-2.5.1/engines/parallaction/
H A Ddisk_ns.cpp459 info.width = _vm->_screenWidth; // 320 in loadBackground()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cine/
H A Dgfx.cpp1255 int mainShift = _bgShift * _screenWidth; in drawBackground()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/he/
H A Dsprite_he.cpp1100 _vm->restoreBackgroundHE(Common::Rect(_vm->_screenWidth, _vm->_screenHeight)); in resetTables()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/he/
H A Dsprite_he.cpp1100 _vm->restoreBackgroundHE(Common::Rect(_vm->_screenWidth, _vm->_screenHeight)); in resetTables()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agos/
H A Dagos.h459 uint16 _screenWidth, _screenHeight; variable
/dports/games/scummvm/scummvm-2.5.1/engines/cine/
H A Dgfx.cpp1528 int mainShift = rowShift * _screenWidth; in drawBackground()
/dports/games/scummvm/scummvm-2.5.1/engines/agos/
H A Dagos.h449 uint16 _screenWidth, _screenHeight; variable

123456789