Searched refs:labelAnchor (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_layout.cpp | 497 const Anchor& labelAnchor, in addSymbol() argument 518 …buffer.vertices.emplace_back(SymbolLayoutAttributes::vertex(labelAnchor.point, tl, symbol.glyphOff… in addSymbol() 519 …buffer.vertices.emplace_back(SymbolLayoutAttributes::vertex(labelAnchor.point, tr, symbol.glyphOff… in addSymbol() 520 …buffer.vertices.emplace_back(SymbolLayoutAttributes::vertex(labelAnchor.point, bl, symbol.glyphOff… in addSymbol() 521 …buffer.vertices.emplace_back(SymbolLayoutAttributes::vertex(labelAnchor.point, br, symbol.glyphOff… in addSymbol() 525 auto dynamicVertex = SymbolDynamicLayoutAttributes::vertex(labelAnchor.point, 0); in addSymbol()
|
| H A D | symbol_layout.hpp | 66 const Anchor& labelAnchor,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | symbol_program.hpp | 52 static Vertex vertex(Point<float> labelAnchor, in vertex() 61 static_cast<int16_t>(labelAnchor.x), in vertex() 62 static_cast<int16_t>(labelAnchor.y), in vertex()
|