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-21 15:15:01 +0200
commit9711b9d0f8497e6dd42eb7f20587c9851eb71bc8 (patch)
treeee5537122fee07a3175ef334473df6ff3e4a6a81
parent8fd67179a8656a81069d56ea870ba5b5e5892c83 (diff)
downloadqtlocation-mapboxgl-9711b9d0f8497e6dd42eb7f20587c9851eb71bc8.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