Home
last modified time | relevance | path

Searched refs:rotateMap (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/kxstitch/kxstitch-2.2.0/src/
H A DStitchData.cpp560 if (rotateMap.isEmpty()) { in rotateQueue()
561 rotateMap[Rotate90][Stitch::TLQtr] = Stitch::BLQtr; in rotateQueue()
562 rotateMap[Rotate90][Stitch::TRQtr] = Stitch::TLQtr; in rotateQueue()
563 rotateMap[Rotate90][Stitch::BLQtr] = Stitch::BRQtr; in rotateQueue()
564 rotateMap[Rotate90][Stitch::BRQtr] = Stitch::TRQtr; in rotateQueue()
579 rotateMap[Rotate90][Stitch::Full] = Stitch::Full; in rotateQueue()
581 rotateMap[Rotate180][Stitch::TLQtr] = Stitch::BRQtr; in rotateQueue()
582 rotateMap[Rotate180][Stitch::TRQtr] = Stitch::BLQtr; in rotateQueue()
599 rotateMap[Rotate180][Stitch::Full] = Stitch::Full; in rotateQueue()
619 rotateMap[Rotate270][Stitch::Full] = Stitch::Full; in rotateQueue()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/resource/
H A Dm_decomp64.cpp46 static short rotateMap(int a, int b, int c) in rotateMap() function
164 result = rotateMap(a, b, c); in M_Decompress64()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/map/
H A Dmap_dialog_rotate.cpp170 …map->rotateMap(rotation, center, adjust_georeferencing_check->isChecked(), adjust_declination_chec… in okClicked()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/
H A Dmap.h1168 void rotateMap(double rotation, const MapCoord& center,
H A Dmap.cpp569 void Map::rotateMap(double rotation, const MapCoord& center, bool adjust_georeferencing, bool adjus… in rotateMap() function in OpenOrienteering::Map
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/util/
H A DossimChipperUtil.cpp2529 bool rotateMap=false; in createOutputProjection() local
2530 m_kwl->getBoolKeywordValue(rotateMap, ROTATE_TO_INPUT.c_str()); in createOutputProjection()
2531 if (rotateMap) in createOutputProjection()