Home
last modified time | relevance | path

Searched refs:create_bound_towards_maximum (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.hpp116 bound<T> create_bound_towards_maximum(edge_list<T>& edges) { in create_bound_towards_maximum() function
223 auto to_maximum = create_bound_towards_maximum(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.cpp48 Bound create_bound_towards_maximum(PointList& points, PointList::iterator& pt) { in create_bound_towards_maximum() function
111 Bound to_max = create_bound_towards_maximum(points, pointsIter); in build_bounds_map()