Home
last modified time | relevance | path

Searched refs:is_maxima (Results 1 – 3 of 3) 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()
82 is_maxima(bnd_max_pair, top_y)); in process_edges_at_top_of_scanbeam()
H A Dactive_bound_list.hpp119 inline bool is_maxima(bound<T>& bnd, T y) { in is_maxima() function
124 inline bool is_maxima(active_bound_list_itr<T>& bnd, T y) { in is_maxima() function
125 return is_maxima(*(*bnd), y); in is_maxima()
H A Dprocess_horizontal.hpp27 bool is_maxima_edge = is_maxima(horz_bound, scanline_y); in process_horizontal_left_to_right()
135 bool is_maxima_edge = is_maxima(horz_bound_fwd, scanline_y); in process_horizontal_right_to_left()