MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / applyBoundsOffset

Function applyBoundsOffset

src/core/map_coord.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143MapCoord::BoundsOffset bounds_offset;
144
145inline
146void applyBoundsOffset(qint64& x64, qint64& y64)
147{
148 x64 -= bounds_offset.x;
149 y64 -= bounds_offset.y;
150}
151
152inline
153void handleBoundsOffset(qint64& x64, qint64& y64)

Callers 2

handleBoundsOffsetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected