Home
last modified time | relevance | path

Searched refs:bndMaxPair (Results 1 – 1 of 1) 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 Dprocess_maxima.hpp21 active_bound_list_itr<T>& bndMaxPair, in do_maxima() argument
30 while (bnd_next != active_bounds.end() && bnd_next != bndMaxPair) { in do_maxima()
43 if ((*bnd)->ring && (*bndMaxPair)->ring) { in do_maxima()
44 add_local_maximum_point(*(*bnd), *(*bndMaxPair), (*bnd)->current_edge->top, manager, in do_maxima()
46 } else if ((*bnd)->ring || (*bndMaxPair)->ring) { in do_maxima()
49 *bndMaxPair = nullptr; in do_maxima()