Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.cpp184 struct BuildBoundsMap { struct
185 int32_t zoom;
186 bool project = false;
187 BuildBoundsMap(int32_t z, bool p): zoom(z), project(p) {} in BuildBoundsMap() argument
189 …id buildTable(const std::vector<Point<double>>& points, BoundsMap& et, bool closed = false) const { in buildTable()
203 void buildPolygonTable(const Polygon<double>& polygon, BoundsMap& et) const { in buildPolygonTable()
208 BoundsMap operator()(const Point<double>&p) const { in operator ()()
222 BoundsMap operator()(const MultiPoint<double>& points) const { in operator ()()
238 BoundsMap operator()(const LineString<double>& lines) const { in operator ()()
244 BoundsMap operator()(const MultiLineString<double>& lines) const { in operator ()()
[all …]