Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/linear/
H A Dredistribute_elements.hpp116 … coordinate_type min_coord = geometry::get<min_corner, DimensionIndex>(bounded_indexable); in apply() local
125 if ( min_coord < lowest_low ) in apply()
126 lowest_low = min_coord; in apply()
139 … coordinate_type min_coord = geometry::get<min_corner, DimensionIndex>(bounded_indexable); in apply() local
140 if ( highest_low < min_coord && in apply()
143 highest_low = min_coord; in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp301 …static const float min_coord = static_cast<float>(std::numeric_limits<typename GeometryCollectionT… in getGeometries() local
304 px < min_coord || in getGeometries()
306 py < min_coord in getGeometries()