Home
last modified time | relevance | path

Searched refs:prev_edge (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.hpp32 auto prev_edge = edges.end(); in start_list_on_local_maximum() local
33 --prev_edge; in start_list_on_local_maximum()
34 bool prev_edge_is_horizontal = is_horizontal(*prev_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()
46 (edge->top == prev_edge->bot || edge->top == prev_edge->top)) { in start_list_on_local_maximum()
51 (prev_edge->top == edge->top || prev_edge->top == edge->bot)) { in start_list_on_local_maximum()
55 prev_edge = edge; in start_list_on_local_maximum()