Home
last modified time | relevance | path

Searched refs:edge_is_horizontal (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 Dlocal_minimum_util.hpp36 bool edge_is_horizontal; in start_list_on_local_maximum() local
40 edge_is_horizontal = is_horizontal(*edge); in start_list_on_local_maximum()
41 if ((!prev_edge_is_horizontal && !edge_is_horizontal && edge->top == prev_edge->top)) { in start_list_on_local_maximum()
44 if (!edge_is_horizontal && prev_edge_is_horizontal) { in start_list_on_local_maximum()
50 edge_is_horizontal && in start_list_on_local_maximum()
54 prev_edge_is_horizontal = edge_is_horizontal; in start_list_on_local_maximum()
74 bool edge_is_horizontal = is_horizontal(*edge); in create_bound_towards_minimum() local
75 if (edge_is_horizontal) { 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()
[all …]