Home
last modified time | relevance | path

Searched refs:_hotspotY (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dmouse.cpp49 _hotspotY = 0; in Mouse()
77 _hotspotY = 0; in setCursor()
82 _hotspotY = 0; in setCursor()
87 _hotspotY = 0; in setCursor()
92 _hotspotY = 12; in setCursor()
97 _hotspotY = 23; in setCursor()
102 _hotspotY = 12; in setCursor()
107 _hotspotY = 19; in setCursor()
112 _hotspotY = 19; in setCursor()
117 _hotspotY = 19; in setCursor()
[all …]
H A Dmouse.h42 int _hotspotY; variable
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dmouse.cpp49 _hotspotY = 0; in Mouse()
77 _hotspotY = 0; in setCursor()
82 _hotspotY = 0; in setCursor()
87 _hotspotY = 0; in setCursor()
92 _hotspotY = 12; in setCursor()
97 _hotspotY = 23; in setCursor()
102 _hotspotY = 12; in setCursor()
107 _hotspotY = 19; in setCursor()
112 _hotspotY = 19; in setCursor()
117 _hotspotY = 19; in setCursor()
[all …]
H A Dmouse.h42 int _hotspotY; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/graphics/cursors/
H A Dcursor.cpp36 _hotspotY(0) { in ZorkCursor()
43 _hotspotY(0) { in ZorkCursor()
55 _hotspotY = file.readUint16LE(); in ZorkCursor()
75 _hotspotY = other._hotspotY; in ZorkCursor()
84 _hotspotY = other._hotspotY; in operator =()
H A Dcursor.h50 uint16 _hotspotY; variable
66 return _hotspotY; in getHotspotY()
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/graphics/cursors/
H A Dcursor.cpp36 _hotspotY(0) { in ZorkCursor()
43 _hotspotY(0) { in ZorkCursor()
55 _hotspotY = file.readUint16LE(); in ZorkCursor()
75 _hotspotY = other._hotspotY; in ZorkCursor()
84 _hotspotY = other._hotspotY; in operator =()
H A Dcursor.h50 uint16 _hotspotY; variable
66 return _hotspotY; in getHotspotY()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/
H A Dbase_sub_frame.cpp51 _hotspotY = Graphics::kDefaultHotspotY; in IMPLEMENT_PERSISTENT()
145 parser.scanStr(params, "%d,%d", &_hotspotX, &_hotspotY); in TOKEN_DEF()
273 …rm = Graphics::TransformStruct(zoomX, zoomY, (uint32)rotate, _hotspotX, _hotspotY, blendMode, alph… in draw()
279 …res = _surface->displayTrans(x - _hotspotX, y - _hotspotY, getRect(), alpha, blendMode, _mirrorX, … in draw()
299 (int)(y - _hotspotY * ratioY), in getBoundingRect()
301 (int)(y - _hotspotY * ratioY + (getRect().bottom - getRect().top) * ratioY)); in getBoundingRect()
329 if (_hotspotX != 0 || _hotspotY != 0) { in saveAsText()
330 buffer->putTextIndent(indent + 2, "HOTSPOT {%d, %d}\n", _hotspotX, _hotspotY); in saveAsText()
395 persistMgr->transferSint32(TMEMBER(_hotspotY)); in persist()
549 _scValue->setInt(_hotspotY); in scGetProperty()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/
H A Dbase_sub_frame.cpp49 _hotspotY = Graphics::kDefaultHotspotY; 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()
291 (int)(y - _hotspotY * ratioY), in getBoundingRect()
293 (int)(y - _hotspotY * ratioY + (getRect().bottom - getRect().top) * ratioY)); in getBoundingRect()
321 if (_hotspotX != 0 || _hotspotY != 0) { in saveAsText()
322 buffer->putTextIndent(indent + 2, "HOTSPOT {%d, %d}\n", _hotspotX, _hotspotY); in saveAsText()
387 persistMgr->transferSint32(TMEMBER(_hotspotY)); in persist()
592 _scValue->setInt(_hotspotY); in scGetProperty()
[all …]
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dmaccursor.h55 uint16 getHotspotY() const { return _hotspotY; } in getHotspotY()
76 uint16 _hotspotY; ///< The cursor's hotspot's y coordinate. variable
H A Dwincursor.cpp66 uint16 _hotspotY; ///< The cursor's hotspot's y coordinate. member in Graphics::WinCursor
77 _hotspotY = 0; in WinCursor()
100 return _hotspotY; in getHotspotY()
111 _hotspotY = stream.readUint16LE(); in readFromStream()
H A Dmaccursor.cpp34 _hotspotY = 0; in MacCursor()
74 _hotspotY = stream.readUint16BE(); in readFromCURS()
H A Dcursorman.cpp82 …g_system->setMouseCursor(cur->_data, cur->_width, cur->_height, cur->_hotspotX, cur->_hotspotY, cu… in popCursor()
136 cur->_hotspotY = hotspotY; in replaceCursor()
255 _hotspotY = hotspotY; in Cursor()
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dmaccursor.h55 uint16 getHotspotY() const { return _hotspotY; } in getHotspotY()
76 uint16 _hotspotY; ///< The cursor's hotspot's y coordinate. variable
H A Dwincursor.cpp66 uint16 _hotspotY; ///< The cursor's hotspot's y coordinate. member in Graphics::WinCursor
77 _hotspotY = 0; in WinCursor()
100 return _hotspotY; in getHotspotY()
111 _hotspotY = stream.readUint16LE(); in readFromStream()
H A Dmaccursor.cpp34 _hotspotY = 0; in MacCursor()
80 _hotspotY = stream.readUint16BE(); in readFromCURS()
H A Dcursorman.cpp80 …g_system->setMouseCursor(cur->_data, cur->_width, cur->_height, cur->_hotspotX, cur->_hotspotY, cu… in popCursor()
137 cur->_hotspotY = hotspotY; in replaceCursor()
264 _hotspotY = hotspotY; in Cursor()
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dmaccursor.h61 uint16 getHotspotY() const { return _hotspotY; } in getHotspotY()
82 uint16 _hotspotY; ///< The cursor's hotspot's y coordinate. variable
H A Dwincursor.cpp64 uint16 _hotspotY; ///< The cursor's hotspot's y coordinate. member in Graphics::WinCursor
75 _hotspotY = 0; in WinCursor()
98 return _hotspotY; in getHotspotY()
109 _hotspotY = stream.readUint16LE(); in readFromStream()
H A Dcursorman.h219 int _hotspotY; member
227 …Cursor() : _data(0), _visible(false), _width(0), _height(0), _hotspotX(0), _hotspotY(0), _keycolor… in Cursor()
H A Dmaccursor.cpp34 _hotspotY = 0; in MacCursor()
80 _hotspotY = stream.readUint16BE(); in readFromCURS()
H A Dcursorman.cpp80 …g_system->setMouseCursor(cur->_data, cur->_width, cur->_height, cur->_hotspotX, cur->_hotspotY, cu… in popCursor()
137 cur->_hotspotY = hotspotY; in replaceCursor()
264 _hotspotY = hotspotY; 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