summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-03-13 19:01:58 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-04-01 20:42:09 +0300
commit872789945743f61fc56ca5495e291a2b0651799f (patch)
tree2a7f0c1c811b4522261877acd818af46ed9552d0
parentff074c579a6412484dfe69421dd97c323bc89eee (diff)
downloadqtlocation-mapboxgl-872789945743f61fc56ca5495e291a2b0651799f.tar.gz
Export hideGlyphs and addDynamicAttributes symbols
-rw-r--r--src/mbgl/layout/symbol_projection.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mbgl/layout/symbol_projection.hpp b/src/mbgl/layout/symbol_projection.hpp
index 03e660b474..3699eee290 100644
--- a/src/mbgl/layout/symbol_projection.hpp
+++ b/src/mbgl/layout/symbol_projection.hpp
@@ -60,4 +60,9 @@ namespace mbgl {
const mat4& labelPlaneMatrix,
const bool returnTileDistance);
+ void hideGlyphs(std::size_t numGlyphs, gfx::VertexVector<gfx::Vertex<SymbolDynamicLayoutAttributes>>& dynamicVertices);
+ void addDynamicAttributes(const Point<float>& anchorPoint,
+ const float angle,
+ gfx::VertexVector<gfx::Vertex<SymbolDynamicLayoutAttributes>>& dynamicVertices);
+
} // end namespace mbgl