Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dlocal_minimum_util.hpp62 bound<T> create_bound_towards_minimum(edge_list<T>& edges) { in create_bound_towards_minimum() function
219 auto to_minimum = create_bound_towards_minimum(edges); in add_ring_to_local_minima_list()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.cpp74 Bound create_bound_towards_minimum(PointList& points, PointList::iterator& pt) { in create_bound_towards_minimum() function
112 Bound to_min = create_bound_towards_minimum(points, pointsIter); in build_bounds_map()