diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-03-13 19:01:58 +0200 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-03-29 16:18:41 +0200 |
commit | dbbfc4a494c78124ce218a6624ede795456e9ff5 (patch) | |
tree | b563bf207e4d73fd976bb60fd9074b787f7579eb /src | |
parent | b39c71eea805d0551608f97ad1f35525d0586b14 (diff) | |
download | qtlocation-mapboxgl-dbbfc4a494c78124ce218a6624ede795456e9ff5.tar.gz |
Export hideGlyphs and addDynamicAttributes symbols
Diffstat (limited to 'src')
-rw-r--r-- | src/mbgl/layout/symbol_projection.hpp | 5 |
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 |