Home
last modified time | relevance | path

Searched refs:BoundsMap (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.cpp101 void build_bounds_map(PointList& points, uint32_t maxTile, BoundsMap& et, bool closed = false) { in build_bounds_map()
189 …void buildTable(const std::vector<Point<double>>& points, BoundsMap& et, bool closed = false) cons… in buildTable()
203 void buildPolygonTable(const Polygon<double>& polygon, BoundsMap& et) const { in buildPolygonTable()
208 BoundsMap operator()(const Point<double>&p) const { in operator ()()
216 BoundsMap et; in operator ()()
222 BoundsMap operator()(const MultiPoint<double>& points) const { in operator ()()
223 BoundsMap et; in operator ()()
238 BoundsMap operator()(const LineString<double>& lines) const { in operator ()()
239 BoundsMap et; in operator ()()
244 BoundsMap operator()(const MultiLineString<double>& lines) const { in operator ()()
[all …]
H A Dtile_cover_impl.hpp21 using BoundsMap = std::map<uint32_t, Bounds>; typedef
95 BoundsMap boundsMap;
96 BoundsMap::iterator currentBounds;