| 42 | } |
| 43 | |
| 44 | void DrapeGui::SetSurfaceSize(m2::PointF const & size) |
| 45 | { |
| 46 | std::lock_guard<std::mutex> lock(m_surfaceSizeMutex); |
| 47 | m_surfaceSize = size; |
| 48 | } |
| 49 | |
| 50 | m2::PointF DrapeGui::GetSurfaceSize() const |
| 51 | { |
no outgoing calls
no test coverage detected