Home
last modified time | relevance | path

Searched refs:is_maxima_edge (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 Dprocess_maxima.hpp76 bool is_maxima_edge = is_maxima(bnd, top_y); in process_edges_at_top_of_scanbeam() local
78 if (is_maxima_edge) { in process_edges_at_top_of_scanbeam()
80 is_maxima_edge = ((bnd_max_pair == active_bounds.end() || in process_edges_at_top_of_scanbeam()
83 if (is_maxima_edge) { in process_edges_at_top_of_scanbeam()
H A Dprocess_horizontal.hpp27 bool is_maxima_edge = is_maxima(horz_bound, scanline_y); in process_horizontal_left_to_right() local
29 if (is_maxima_edge) { in process_horizontal_left_to_right()
80 if (is_maxima_edge && bnd == bound_max_pair) { in process_horizontal_left_to_right()
135 bool is_maxima_edge = is_maxima(horz_bound_fwd, scanline_y); in process_horizontal_right_to_left() local
137 if (is_maxima_edge) { in process_horizontal_right_to_left()
190 if (is_maxima_edge && bnd == bound_max_pair) { in process_horizontal_right_to_left()