Home
last modified time | relevance | path

Searched defs:PlacedGlyph (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.hpp25 struct PlacedGlyph { struct
28 PlacedGlyph(Point<float> point_, float angle_, optional<TileDistance> tileDistance_) in PlacedGlyph() argument
31 PlacedGlyph(PlacedGlyph&& other) noexcept in PlacedGlyph() function
34 PlacedGlyph(const PlacedGlyph& other) in PlacedGlyph() function
37 Point<float> point;
38 float angle;
39 optional<TileDistance> tileDistance;