Home
last modified time | relevance | path

Searched refs:bound_ptr (Results 1 – 8 of 8) 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 Dintersect_util.hpp81 bool operator()(bound_ptr<T> const& b1, bound_ptr<T> const& b2) { in operator ()()
95 void operator()(bound_ptr<T> const& b1, bound_ptr<T> const& b2) { in operator ()()
279 bool bounds_adjacent(intersect_node<T> const& inode, bound_ptr<T> next) { in bounds_adjacent()
285 bound_ptr<T> b1;
286 bound_ptr<T> b2;
291 bool operator()(bound_ptr<T> const& b) { in operator ()()
362 [](bound_ptr<T> const& b1, bound_ptr<T> const& b2) { return b1->pos < b2->pos; }); in process_intersections()
H A Dintersect.hpp20 bound_ptr<T> bound1;
21 bound_ptr<T> bound2;
35 intersect_node(bound_ptr<T> const& bound1_, in intersect_node()
36 bound_ptr<T> const& bound2_, in intersect_node()
H A Dactive_bound_list.hpp22 using active_bound_list = std::vector<bound_ptr<T>>;
93 bool operator()(bound_ptr<T> const& b) { in operator ()()
164 bound_ptr<T> maximum = (*bnd)->maximum_bound; in get_maxima_pair()
H A Dsnap_rounding.hpp26 void operator()(bound_ptr<T> const& b1, bound_ptr<T> const& b2) { in operator ()()
H A Dlocal_minimum_util.hpp215 bound_ptr<T> first_minimum = nullptr; in add_ring_to_local_minima_list()
216 bound_ptr<T> last_maximum = nullptr; in add_ring_to_local_minima_list()
H A Dbound.hpp27 bound_ptr<T> maximum_bound; // the bound who's maximum connects with this bound
H A Dedge.hpp23 using bound_ptr = bound<T>*; typedef
H A Dring_util.hpp36 bound_ptr<T> bndTmp = nullptr; in set_hole_state()
518 bound_ptr<T> keep_bound; in append_ring()
520 bound_ptr<T> remove_bound; in append_ring()