Home
last modified time | relevance | path

Searched defs:anchorPos (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.cpp113 bool isVisible(const vec4& anchorPos, const std::array<double, 2>& clippingBuffer) { in isVisible()
395 vec4 anchorPos = {{ placedSymbol.anchorPoint.x, placedSymbol.anchorPoint.y, 0, 1 }}; in reprojectLineLabels() local