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