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-03-29 16:18:41 +0200
commitdbbfc4a494c78124ce218a6624ede795456e9ff5 (patch)
treeb563bf207e4d73fd976bb60fd9074b787f7579eb
parentb39c71eea805d0551608f97ad1f35525d0586b14 (diff)
downloadqtlocation-mapboxgl-dbbfc4a494c78124ce218a6624ede795456e9ff5.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