Home
last modified time | relevance | path

Searched refs:mapPos (Results 51 – 75 of 97) sorted by relevance

1234

/dports/games/ufoai/ufoai-2.5-source/src/client/ui/node/
H A Dui_node_geoscape.h83 vec2_t mapPos; member
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DMap.h271 int32_t map_get_tile_side(const CoordsXY& mapPos);
272 int32_t map_get_tile_quadrant(const CoordsXY& mapPos);
/dports/games/stratagus/stratagus-3.2.0/src/map/
H A Dmap.cpp172 Vec2i CMap::MapPixelPosToTilePos(const PixelPos &mapPos) const in MapPixelPosToTilePos()
174 const Vec2i tilePos(mapPos.x / PixelTileSize.x, mapPos.y / PixelTileSize.y); in MapPixelPosToTilePos()
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/Viewer/
H A DImageDisplay.cpp120 …QMouseEvent e(event->type(), mapPos(event->pos()), event->button(), event->buttons(), event->modif… in mousePressEvent()
133 …QMouseEvent e(event->type(), mapPos(event->pos()), event->button(), event->buttons(), event->modif… in mouseMoveEvent()
148 …QMouseEvent e(event->type(), mapPos(event->pos()), event->button(), event->buttons(), event->modif… in mouseReleaseEvent()
244 QPoint Viewer::ImageDisplay::mapPos(QPoint p) in mapPos() function in Viewer::ImageDisplay
H A DImageDisplay.h88 QPoint mapPos(QPoint);
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DJPEG_Handler.cpp480 TIFF_MemoryReader::TagInfoMap::const_iterator mapPos = tagMap.begin(); in TrimFullExifAPP1() local
483 for ( ; mapPos != mapEnd; ++mapPos ) { in TrimFullExifAPP1()
484 const TIFF_MemoryReader::TagInfo & value = mapPos->second; in TrimFullExifAPP1()
/dports/biology/bamutil/bamUtil-1.0.15/src/
H A DRecab.cpp470 genomeIndex_t mapPos = in processReadBuildTable() local
474 if(mapPos==INVALID_GENOME_INDEX) in processReadBuildTable()
585 refPos = mapPos + refOffset; in processReadBuildTable()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DDecompilerWidget.cpp592 auto mapPos = [&](size_t pos) { in remapAnnotationOffsetsToQString() local
603 annotation->start = mapPos(annotation->start); in remapAnnotationOffsetsToQString()
604 annotation->end = mapPos(annotation->end); in remapAnnotationOffsetsToQString()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dmap.cpp1244 Common::Point mapPos(pt.x & 15, pt.y & 15); in setCellSurfaceFlags() local
1245 MazeCell &cell = _mazeData[_mazeDataIndex]._cells[mapPos.y][mapPos.x]; in setCellSurfaceFlags()
1253 Common::Point mapPos(pt.x & 15, pt.y & 15); in setWall() local
1254 MazeWallLayers &wallLayer = _mazeData[_mazeDataIndex]._wallData[mapPos.y][mapPos.x]; in setWall()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/goccy/go-json/internal/encoder/
H A Dopcode.go489 `[%d]%s%s ([idx:%d][mapPos:%d][length:%d])`,
732 mapPos := opcodeOffset(ctx.ptrIndex)
741 MapPos: mapPos,
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/goccy/go-json/internal/encoder/
H A Dopcode.go489 `[%d]%s%s ([idx:%d][mapPos:%d][length:%d])`,
732 mapPos := opcodeOffset(ctx.ptrIndex)
741 MapPos: mapPos,
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DRagTime5Document.cxx2066 size_t mapPos=0; in unpackZone() local
2072 if (static_cast<int>(mapPos)==(1<<szField)-0x102) in unpackZone()
2091 if (mapPos>= mapToString.size()) in unpackZone()
2092 mapToString.resize(mapPos+1); in unpackZone()
2093 mapToString[mapPos++]=std::vector<unsigned char>(1,c); in unpackZone()
2099 mapPos=0; in unpackZone()
2124 if (mapPos>= mapToString.size()) in unpackZone()
2125 mapToString.resize(mapPos+1); in unpackZone()
2126 mapToString[mapPos++]=final; in unpackZone()
2134 …ocument::unpackZone: stop with mapPos=%ld and totalSize=%ld/%ld\n", long(mapPos), long(data.size()… in unpackZone()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/tattoo/
H A Dtattoo_map.cpp320 Common::Point mapPos = events.mousePos(); in checkMapNames() local
332 if (r.contains(mapPos)) { in checkMapNames()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/tattoo/
H A Dtattoo_map.cpp317 Common::Point mapPos = events.mousePos(); in checkMapNames() local
329 if (r.contains(mapPos)) { in checkMapNames()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dmap.cpp1263 Common::Point mapPos(pt.x & 15, pt.y & 15); in setCellSurfaceFlags() local
1264 MazeCell &cell = _mazeData[_mazeDataIndex]._cells[mapPos.y][mapPos.x]; in setCellSurfaceFlags()
1272 Common::Point mapPos(pt.x & 15, pt.y & 15); in setWall() local
1273 MazeWallLayers &wallLayer = _mazeData[_mazeDataIndex]._wallData[mapPos.y][mapPos.x]; in setWall()
/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dmap.h196 Vec2i MapPixelPosToTilePos(const PixelPos &mapPos) const;
/dports/games/spring/spring_98.0/rts/Sim/Objects/
H A DSolidObject.h286 int2 mapPos; ///< current position on GroundBlockingObjectMap variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java510 int mapPos = endPosTable.getEndPos(tree); in getEndPos() local
511 if (mapPos != Position.NOPOS) in getEndPos()
512 return mapPos; in getEndPos()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java513 int mapPos = endPosTable.getEndPos(tree); in getEndPos() local
514 if (mapPos != Position.NOPOS) in getEndPos()
515 return mapPos; in getEndPos()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java510 int mapPos = endPosTable.getEndPos(tree); in getEndPos() local
511 if (mapPos != Position.NOPOS) in getEndPos()
512 return mapPos; in getEndPos()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java513 int mapPos = endPosTable.getEndPos(tree); in getEndPos() local
514 if (mapPos != Position.NOPOS) in getEndPos()
515 return mapPos; in getEndPos()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java518 int mapPos = endPosTable.getEndPos(tree); in getEndPos() local
519 if (mapPos != Position.NOPOS) in getEndPos()
520 return mapPos; in getEndPos()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java518 int mapPos = endPosTable.getEndPos(tree); in getEndPos() local
519 if (mapPos != Position.NOPOS) in getEndPos()
520 return mapPos; in getEndPos()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java560 int mapPos = endPosTable.getEndPos(tree); in getEndPos() local
561 if (mapPos != Position.NOPOS) in getEndPos()
562 return mapPos; in getEndPos()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java561 int mapPos = endPosTable.getEndPos(tree); in getEndPos() local
562 if (mapPos != Position.NOPOS) in getEndPos()
563 return mapPos; in getEndPos()

1234