Home
last modified time | relevance | path

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 Dsymbol_layout.cpp497 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 Dsymbol_layout.hpp66 const Anchor& labelAnchor,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.hpp52 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()