Searched refs:prev_edge (Results 1 – 1 of 1) sorted by relevance
32 auto prev_edge = edges.end(); in start_list_on_local_maximum() local33 --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()