Home
last modified time | relevance | path

Searched refs:next_edge_is_horizontal (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 Dlocal_minimum_util.hpp78 bool next_edge_is_horizontal; in create_bound_towards_minimum() local
82 next_edge_is_horizontal = is_horizontal(*next_edge); in create_bound_towards_minimum()
83 if ((!next_edge_is_horizontal && !edge_is_horizontal && edge->bot == next_edge->bot)) { in create_bound_towards_minimum()
86 if (!next_edge_is_horizontal && edge_is_horizontal) { in create_bound_towards_minimum()
92 next_edge_is_horizontal && in create_bound_towards_minimum()
96 edge_is_horizontal = next_edge_is_horizontal; in create_bound_towards_minimum()
126 bool next_edge_is_horizontal; in create_bound_towards_maximum() local
130 next_edge_is_horizontal = is_horizontal(*next_edge); in create_bound_towards_maximum()
131 if ((!next_edge_is_horizontal && !edge_is_horizontal && edge->top == next_edge->top)) { in create_bound_towards_maximum()
134 if (!next_edge_is_horizontal && edge_is_horizontal) { in create_bound_towards_maximum()
[all …]
H A Dprocess_maxima.hpp91 if (is_intermediate(bnd, top_y) && next_edge_is_horizontal<T>(bnd)) { in process_edges_at_top_of_scanbeam()
H A Dactive_bound_list.hpp144 inline bool next_edge_is_horizontal(active_bound_list_itr<T>& bnd) { in next_edge_is_horizontal() function