Home
last modified time | relevance | path

Searched refs:bound_max_pair (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_horizontal.hpp28 auto bound_max_pair = active_bounds.end(); in process_horizontal_left_to_right() local
30 bound_max_pair = get_maxima_pair<T>(horz_bound, active_bounds); in process_horizontal_left_to_right()
80 if (is_maxima_edge && bnd == bound_max_pair) { in process_horizontal_left_to_right()
82 add_local_maximum_point(*(*horz_bound), *(*bound_max_pair), in process_horizontal_left_to_right()
85 *bound_max_pair = nullptr; in process_horizontal_left_to_right()
136 auto bound_max_pair = active_bounds.rend(); in process_horizontal_right_to_left() local
138 bound_max_pair = in process_horizontal_right_to_left()
140 --bound_max_pair; in process_horizontal_right_to_left()
190 if (is_maxima_edge && bnd == bound_max_pair) { in process_horizontal_right_to_left()
192 add_local_maximum_point(*(*horz_bound), *(*bound_max_pair), in process_horizontal_right_to_left()
[all …]