Home
last modified time | relevance | path

Searched refs:next_edge_is_horizontal (Results 1 – 9 of 9) sorted by relevance

/dports/databases/postgis30/postgis-3.0.4/deps/wagyu/include/mapbox/geometry/wagyu/
H A Dlocal_minimum_util.hpp77 bool next_edge_is_horizontal; in create_bound_towards_minimum() local
81 next_edge_is_horizontal = is_horizontal(*next_edge); in create_bound_towards_minimum()
82 if ((!next_edge_is_horizontal && !edge_is_horizontal && edge->bot == next_edge->bot)) { in create_bound_towards_minimum()
85 if (!next_edge_is_horizontal && edge_is_horizontal) { in create_bound_towards_minimum()
89 … else if (!y_increasing_before_last_horizontal && !edge_is_horizontal && next_edge_is_horizontal && in create_bound_towards_minimum()
93 edge_is_horizontal = next_edge_is_horizontal; in create_bound_towards_minimum()
123 bool next_edge_is_horizontal; in create_bound_towards_maximum() local
127 next_edge_is_horizontal = is_horizontal(*next_edge); in create_bound_towards_maximum()
128 if ((!next_edge_is_horizontal && !edge_is_horizontal && edge->top == next_edge->top)) { in create_bound_towards_maximum()
131 if (!next_edge_is_horizontal && edge_is_horizontal) { in create_bound_towards_maximum()
[all …]
H A Dprocess_maxima.hpp90 if (is_intermediate(bnd, top_y) && next_edge_is_horizontal<T>(bnd)) { in process_edges_at_top_of_scanbeam()
H A Dactive_bound_list.hpp143 inline bool next_edge_is_horizontal(active_bound_list_itr<T> const& bnd) { in next_edge_is_horizontal() function
/dports/databases/postgis31/postgis-3.1.4/deps/wagyu/include/mapbox/geometry/wagyu/
H A Dlocal_minimum_util.hpp77 bool next_edge_is_horizontal; in create_bound_towards_minimum() local
81 next_edge_is_horizontal = is_horizontal(*next_edge); in create_bound_towards_minimum()
82 if ((!next_edge_is_horizontal && !edge_is_horizontal && edge->bot == next_edge->bot)) { in create_bound_towards_minimum()
85 if (!next_edge_is_horizontal && edge_is_horizontal) { in create_bound_towards_minimum()
89 … else if (!y_increasing_before_last_horizontal && !edge_is_horizontal && next_edge_is_horizontal && in create_bound_towards_minimum()
93 edge_is_horizontal = next_edge_is_horizontal; in create_bound_towards_minimum()
123 bool next_edge_is_horizontal; in create_bound_towards_maximum() local
127 next_edge_is_horizontal = is_horizontal(*next_edge); in create_bound_towards_maximum()
128 if ((!next_edge_is_horizontal && !edge_is_horizontal && edge->top == next_edge->top)) { in create_bound_towards_maximum()
131 if (!next_edge_is_horizontal && edge_is_horizontal) { in create_bound_towards_maximum()
[all …]
H A Dprocess_maxima.hpp90 if (is_intermediate(bnd, top_y) && next_edge_is_horizontal<T>(bnd)) { in process_edges_at_top_of_scanbeam()
H A Dactive_bound_list.hpp143 inline bool next_edge_is_horizontal(active_bound_list_itr<T> const& bnd) { in next_edge_is_horizontal() function
/dports/databases/postgis32/postgis-3.2.0/deps/wagyu/include/mapbox/geometry/wagyu/
H A Dlocal_minimum_util.hpp77 bool next_edge_is_horizontal; in create_bound_towards_minimum() local
81 next_edge_is_horizontal = is_horizontal(*next_edge); in create_bound_towards_minimum()
82 if ((!next_edge_is_horizontal && !edge_is_horizontal && edge->bot == next_edge->bot)) { in create_bound_towards_minimum()
85 if (!next_edge_is_horizontal && edge_is_horizontal) { in create_bound_towards_minimum()
89 … else if (!y_increasing_before_last_horizontal && !edge_is_horizontal && next_edge_is_horizontal && in create_bound_towards_minimum()
93 edge_is_horizontal = next_edge_is_horizontal; in create_bound_towards_minimum()
123 bool next_edge_is_horizontal; in create_bound_towards_maximum() local
127 next_edge_is_horizontal = is_horizontal(*next_edge); in create_bound_towards_maximum()
128 if ((!next_edge_is_horizontal && !edge_is_horizontal && edge->top == next_edge->top)) { in create_bound_towards_maximum()
131 if (!next_edge_is_horizontal && edge_is_horizontal) { in create_bound_towards_maximum()
[all …]
H A Dprocess_maxima.hpp90 if (is_intermediate(bnd, top_y) && next_edge_is_horizontal<T>(bnd)) { in process_edges_at_top_of_scanbeam()
H A Dactive_bound_list.hpp143 inline bool next_edge_is_horizontal(active_bound_list_itr<T> const& bnd) { in next_edge_is_horizontal() function