Home
last modified time | relevance | path

Searched refs:_hotspotX (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dmouse.cpp48 _hotspotX = 0; in Mouse()
76 _hotspotX = 0; in setCursor()
81 _hotspotX = 0; in setCursor()
86 _hotspotX = 12; in setCursor()
91 _hotspotX = 23; in setCursor()
96 _hotspotX = 12; in setCursor()
101 _hotspotX = 0; in setCursor()
106 _hotspotX = 19; in setCursor()
111 _hotspotX = 19; in setCursor()
116 _hotspotX = 19; in setCursor()
[all …]
H A Dmouse.h41 int _hotspotX; variable
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dmouse.cpp48 _hotspotX = 0; in Mouse()
76 _hotspotX = 0; in setCursor()
81 _hotspotX = 0; in setCursor()
86 _hotspotX = 12; in setCursor()
91 _hotspotX = 23; in setCursor()
96 _hotspotX = 12; in setCursor()
101 _hotspotX = 0; in setCursor()
106 _hotspotX = 19; in setCursor()
111 _hotspotX = 19; in setCursor()
116 _hotspotX = 19; in setCursor()
[all …]
H A Dmouse.h41 int _hotspotX; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/graphics/cursors/
H A Dcursor.cpp35 _hotspotX(0), in ZorkCursor()
42 _hotspotX(0), in ZorkCursor()
54 _hotspotX = file.readUint16LE(); in ZorkCursor()
74 _hotspotX = other._hotspotX; in ZorkCursor()
83 _hotspotX = other._hotspotX; in operator =()
H A Dcursor.h49 uint16 _hotspotX; variable
63 return _hotspotX; in getHotspotX()
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/graphics/cursors/
H A Dcursor.cpp35 _hotspotX(0), in ZorkCursor()
42 _hotspotX(0), in ZorkCursor()
54 _hotspotX = file.readUint16LE(); in ZorkCursor()
74 _hotspotX = other._hotspotX; in ZorkCursor()
83 _hotspotX = other._hotspotX; in operator =()
H A Dcursor.h49 uint16 _hotspotX; variable
63 return _hotspotX; in getHotspotX()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/
H A Dbase_sub_frame.cpp50 _hotspotX = Graphics::kDefaultHotspotX; in IMPLEMENT_PERSISTENT()
145 parser.scanStr(params, "%d,%d", &_hotspotX, &_hotspotY); in TOKEN_DEF()
273 …uct transform = Graphics::TransformStruct(zoomX, zoomY, (uint32)rotate, _hotspotX, _hotspotY, blen… in draw()
279 …res = _surface->displayTrans(x - _hotspotX, y - _hotspotY, getRect(), alpha, blendMode, _mirrorX, … in draw()
298 rect->setRect((int)(x - _hotspotX * ratioX), in getBoundingRect()
300 (int)(x - _hotspotX * ratioX + (getRect().right - getRect().left) * ratioX), in getBoundingRect()
329 if (_hotspotX != 0 || _hotspotY != 0) { in saveAsText()
330 buffer->putTextIndent(indent + 2, "HOTSPOT {%d, %d}\n", _hotspotX, _hotspotY); in saveAsText()
394 persistMgr->transferSint32(TMEMBER(_hotspotX)); in persist()
541 _scValue->setInt(_hotspotX); in scGetProperty()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/
H A Dbase_sub_frame.cpp48 _hotspotX = Graphics::kDefaultHotspotX; in IMPLEMENT_PERSISTENT()
143 parser.scanStr(params, "%d,%d", &_hotspotX, &_hotspotY); in TOKEN_DEF()
268 …res = _surface->displayTransRotate(x, y, (uint32)rotate, _hotspotX, _hotspotY, getRect(), zoomX, z… in draw()
271 …res = _surface->displayTrans(x - _hotspotX, y - _hotspotY, getRect(), alpha, blendMode, _mirrorX, … in draw()
290 rect->setRect((int)(x - _hotspotX * ratioX), in getBoundingRect()
292 (int)(x - _hotspotX * ratioX + (getRect().right - getRect().left) * ratioX), in getBoundingRect()
321 if (_hotspotX != 0 || _hotspotY != 0) { in saveAsText()
322 buffer->putTextIndent(indent + 2, "HOTSPOT {%d, %d}\n", _hotspotX, _hotspotY); in saveAsText()
386 persistMgr->transferSint32(TMEMBER(_hotspotX)); in persist()
584 _scValue->setInt(_hotspotX); in scGetProperty()
[all …]
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dmaccursor.h53 uint16 getHotspotX() const { return _hotspotX; } in getHotspotX()
75 uint16 _hotspotX; ///< The cursor's hotspot's x coordinate. variable
H A Dwincursor.cpp65 uint16 _hotspotX; ///< The cursor's hotspot's x coordinate. member in Graphics::WinCursor
76 _hotspotX = 0; in WinCursor()
96 return _hotspotX; in getHotspotX()
110 _hotspotX = stream.readUint16LE(); in readFromStream()
H A Dmaccursor.cpp33 _hotspotX = 0; in MacCursor()
75 _hotspotX = stream.readUint16BE(); in readFromCURS()
H A Dcursorman.cpp82 …g_system->setMouseCursor(cur->_data, cur->_width, cur->_height, cur->_hotspotX, cur->_hotspotY, cu… in popCursor()
135 cur->_hotspotX = hotspotX; in replaceCursor()
254 _hotspotX = hotspotX; in Cursor()
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dmaccursor.h53 uint16 getHotspotX() const { return _hotspotX; } in getHotspotX()
75 uint16 _hotspotX; ///< The cursor's hotspot's x coordinate. variable
H A Dwincursor.cpp65 uint16 _hotspotX; ///< The cursor's hotspot's x coordinate. member in Graphics::WinCursor
76 _hotspotX = 0; in WinCursor()
96 return _hotspotX; in getHotspotX()
110 _hotspotX = stream.readUint16LE(); in readFromStream()
H A Dmaccursor.cpp33 _hotspotX = 0; in MacCursor()
81 _hotspotX = stream.readUint16BE(); in readFromCURS()
H A Dcursorman.cpp80 …g_system->setMouseCursor(cur->_data, cur->_width, cur->_height, cur->_hotspotX, cur->_hotspotY, cu… in popCursor()
136 cur->_hotspotX = hotspotX; in replaceCursor()
263 _hotspotX = hotspotX; in Cursor()
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dmaccursor.h59 uint16 getHotspotX() const { return _hotspotX; } in getHotspotX()
81 uint16 _hotspotX; ///< The cursor's hotspot's x coordinate. variable
H A Dwincursor.cpp63 uint16 _hotspotX; ///< The cursor's hotspot's x coordinate. member in Graphics::WinCursor
74 _hotspotX = 0; in WinCursor()
94 return _hotspotX; in getHotspotX()
108 _hotspotX = stream.readUint16LE(); in readFromStream()
H A Dcursorman.h218 int _hotspotX; member
227 …Cursor() : _data(0), _visible(false), _width(0), _height(0), _hotspotX(0), _hotspotY(0), _keycolor… in Cursor()
H A Dmaccursor.cpp33 _hotspotX = 0; in MacCursor()
81 _hotspotX = stream.readUint16BE(); in readFromCURS()
H A Dcursorman.cpp80 …g_system->setMouseCursor(cur->_data, cur->_width, cur->_height, cur->_hotspotX, cur->_hotspotY, cu… in popCursor()
136 cur->_hotspotX = hotspotX; in replaceCursor()
263 _hotspotX = hotspotX; in Cursor()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/psp/
H A Dcursor.h30 int _hotspotX, _hotspotY;
43 Cursor() : _hotspotX(0), _hotspotY(0), _keyColor(0), _cursorTargetScale(0), in Cursor()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/psp/
H A Dcursor.h30 int _hotspotX, _hotspotY;
44 Cursor() : _hotspotX(0), _hotspotY(0), _keyColor(0), _cursorTargetScale(0), in Cursor()

12