Home
last modified time | relevance | path

Searched refs:y_decreasing_before_last_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.hpp37 bool y_decreasing_before_last_horizontal = false; // assume false at start in start_list_on_local_maximum() local
45 if (y_decreasing_before_last_horizontal && in start_list_on_local_maximum()
49 } else if (!y_decreasing_before_last_horizontal && !prev_edge_is_horizontal && in start_list_on_local_maximum()
52 y_decreasing_before_last_horizontal = true; in start_list_on_local_maximum()
127 bool y_decreasing_before_last_horizontal = false; // assume false at start in create_bound_towards_maximum() local
135 if (y_decreasing_before_last_horizontal && in create_bound_towards_maximum()
139 } else if (!y_decreasing_before_last_horizontal && !edge_is_horizontal && in create_bound_towards_maximum()
142 y_decreasing_before_last_horizontal = true; in create_bound_towards_maximum()