Home
last modified time | relevance | path

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

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Dtimeline.cpp206 …if ((event->_mapTime == curEvent->_mapTime) && (event->getMapXY() == curEvent->getMapXY()) && ((cu… in addEventGetEventIndex()
211 …ation) && (event->_mapTime == curEvent->_mapTime) && (event->getMapXY() == curEvent->getMapXY())) { in addEventGetEventIndex()
222 if ((event->_mapTime == curEvent->_mapTime) && (event->getMapXY() == curEvent->getMapXY())) { in addEventGetEventIndex()
238 …if ((event->getMapXY() == curEvent->getMapXY()) && (_vm->getMap(event->_mapTime) == _vm->getMap(cu… in addEventGetEventIndex()
H A Dtimeline.h123 int16 getMapXY() { return (_Bu._location._mapX << 8) + _Bu._location._mapY; } in getMapXY() function
/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Dtimeline.cpp206 …if ((event->_mapTime == curEvent->_mapTime) && (event->getMapXY() == curEvent->getMapXY()) && ((cu… in addEventGetEventIndex()
211 …ation) && (event->_mapTime == curEvent->_mapTime) && (event->getMapXY() == curEvent->getMapXY())) { in addEventGetEventIndex()
222 if ((event->_mapTime == curEvent->_mapTime) && (event->getMapXY() == curEvent->getMapXY())) { in addEventGetEventIndex()
238 …if ((event->getMapXY() == curEvent->getMapXY()) && (_vm->getMap(event->_mapTime) == _vm->getMap(cu… in addEventGetEventIndex()
H A Dtimeline.h123 int16 getMapXY() { return (_Bu._location._mapX << 8) + _Bu._location._mapY; } in getMapXY() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hdb/
H A Dmap.h108 void getMapXY(int *x, int *y);
H A Dinput.cpp353 g_hdb->_map->getMapXY(&mx, &my); in stylusDown()
365 g_hdb->_map->getMapXY(&worldX, &worldY); in stylusDown()
H A Dai-waypoint.cpp428 g_hdb->_map->getMapXY(&mapX, &mapY); in drawWayPoints()
H A Dhdb.cpp548 g_hdb->_map->getMapXY(&ox, &oy); in moveMap()
H A Dai-lists.cpp93 g_hdb->_map->getMapXY(&mx, &my); in animateTargets()
H A Dmap.cpp1151 void Map::getMapXY(int *x, int *y) { in getMapXY() function in HDB::Map
/dports/games/scummvm/scummvm-2.5.1/engines/hdb/
H A Dmap.h108 void getMapXY(int *x, int *y);
H A Dinput.cpp338 g_hdb->_map->getMapXY(&mx, &my); in stylusDown()
350 g_hdb->_map->getMapXY(&worldX, &worldY); in stylusDown()
H A Dai-waypoint.cpp429 g_hdb->_map->getMapXY(&mapX, &mapY); in drawWayPoints()
H A Dhdb.cpp554 g_hdb->_map->getMapXY(&ox, &oy); in moveMap()
H A Dai-lists.cpp94 g_hdb->_map->getMapXY(&mx, &my); in animateTargets()
H A Dmap.cpp1152 void Map::getMapXY(int *x, int *y) { in getMapXY() function in HDB::Map
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dmap.c108 if (!getMapXY(buf, a_img, &px, &py)) in searchMapArea()
166 getMapXY(Buffer *buf, Anchor *a, int *x, int *y) in getMapXY() function
H A Dproto.h448 extern int getMapXY(Buffer *buf, Anchor *a, int *x, int *y);
/dports/japanese/w3m/w3m-2b59b9e/
H A Dmap.c108 if (!getMapXY(buf, a_img, &px, &py)) in searchMapArea()
166 getMapXY(Buffer *buf, Anchor *a, int *x, int *y) in getMapXY() function
H A Dproto.h448 extern int getMapXY(Buffer *buf, Anchor *a, int *x, int *y);
H A Dmain.c3128 getMapXY(Currentbuf, a, &x, &y);
3363 getMapXY(Currentbuf, retrieveCurrentImg(Currentbuf), &x, &y); in query_from_followform()
3395 getMapXY(Currentbuf, retrieveCurrentImg(Currentbuf), &x, &y); in query_from_followform()
/dports/www/w3m-img/w3m-2b59b9e/
H A Dmap.c108 if (!getMapXY(buf, a_img, &px, &py)) in searchMapArea()
166 getMapXY(Buffer *buf, Anchor *a, int *x, int *y) in getMapXY() function
H A Dproto.h448 extern int getMapXY(Buffer *buf, Anchor *a, int *x, int *y);
/dports/www/w3m/w3m-2b59b9e/
H A Dmap.c108 if (!getMapXY(buf, a_img, &px, &py)) in searchMapArea()
166 getMapXY(Buffer *buf, Anchor *a, int *x, int *y) in getMapXY() function
H A Dproto.h448 extern int getMapXY(Buffer *buf, Anchor *a, int *x, int *y);

12