From 872789945743f61fc56ca5495e291a2b0651799f Mon Sep 17 00:00:00 2001 From: Alexander Shalamov Date: Wed, 13 Mar 2019 19:01:58 +0200 Subject: Export hideGlyphs and addDynamicAttributes symbols --- src/mbgl/layout/symbol_projection.hpp | 5 +++++ 1 file changed, 5 insertions(+) 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>& dynamicVertices); + void addDynamicAttributes(const Point& anchorPoint, + const float angle, + gfx::VertexVector>& dynamicVertices); + } // end namespace mbgl -- cgit v1.2.1