Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.hpp34 std::vector<float> tileDistances; member in mbgl::PlacedSymbol
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.cpp159 …uint16_t anchorSegment, const GeometryCoordinates& line, const std::vector<float>& tileDistances, … in placeGlyphAlongLine()
H A Dsymbol_layout.cpp393 std::vector<float> tileDistances(line.size()); in CalculateTileDistances() local