summaryrefslogtreecommitdiff
path: root/src/mbgl/text/get_anchors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/text/get_anchors.hpp')
-rw-r--r--src/mbgl/text/get_anchors.hpp31
1 files changed, 15 insertions, 16 deletions
diff --git a/src/mbgl/text/get_anchors.hpp b/src/mbgl/text/get_anchors.hpp
index 8fd22051a4..19938b666b 100644
--- a/src/mbgl/text/get_anchors.hpp
+++ b/src/mbgl/text/get_anchors.hpp
@@ -8,23 +8,22 @@ namespace mbgl {
Anchors getAnchors(const GeometryCoordinates& line,
float spacing,
- const float maxAngle,
- const float textLeft,
- const float textRight,
- const float iconLeft,
- const float iconRight,
- const float glyphSize,
- const float boxScale,
- const float overscaling);
+ float maxAngle,
+ float textLeft,
+ float textRight,
+ float iconLeft,
+ float iconRight,
+ float glyphSize,
+ float boxScale,
+ float overscaling);
optional<Anchor> getCenterAnchor(const GeometryCoordinates& line,
- const float maxAngle,
- const float textLeft,
- const float textRight,
- const float iconLeft,
- const float iconRight,
- const float glyphSize,
- const float boxScale);
-
+ float maxAngle,
+ float textLeft,
+ float textRight,
+ float iconLeft,
+ float iconRight,
+ float glyphSize,
+ float boxScale);
} // namespace mbgl