mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 06:33:42 +00:00
Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -68,17 +68,15 @@ private:
|
||||
// Do screen rotates during the two fingers scaling.
|
||||
bool m_IsRotatingDuringScale = false;
|
||||
// Used in DoScale and ScaleByPoint
|
||||
bool ScaleImpl(m2::PointD const & newPt1, m2::PointD const & newPt2,
|
||||
m2::PointD const & oldPt1, m2::PointD const & oldPt2,
|
||||
bool skipMinScaleAndBordersCheck, bool doRotateScreen,
|
||||
ScreenBase & screen);
|
||||
bool ScaleImpl(m2::PointD const & newPt1, m2::PointD const & newPt2, m2::PointD const & oldPt1,
|
||||
m2::PointD const & oldPt2, bool skipMinScaleAndBordersCheck, bool doRotateScreen, ScreenBase & screen);
|
||||
};
|
||||
|
||||
m2::AnyRectD ToRotated(Navigator const & navigator, m2::RectD const & rect);
|
||||
void CheckMinGlobalRect(m2::RectD & rect, uint32_t tileSize, double visualScale, double scale3d = kDefault3dScale);
|
||||
void CheckMinGlobalRect(m2::RectD & rect, double scale3d = kDefault3dScale);
|
||||
|
||||
void CheckMinMaxVisibleScale(m2::RectD & rect, int maxScale/* = -1 */, uint32_t tileSize, double visualScale,
|
||||
void CheckMinMaxVisibleScale(m2::RectD & rect, int maxScale /* = -1 */, uint32_t tileSize, double visualScale,
|
||||
double scale3d = kDefault3dScale);
|
||||
void CheckMinMaxVisibleScale(m2::RectD & rect, int maxScale/* = -1 */, double scale3d = kDefault3dScale);
|
||||
void CheckMinMaxVisibleScale(m2::RectD & rect, int maxScale /* = -1 */, double scale3d = kDefault3dScale);
|
||||
} // namespace df
|
||||
|
||||
Reference in New Issue
Block a user