Searched refs:edge_is_horizontal (Results 1 – 1 of 1) sorted by relevance
36 bool edge_is_horizontal; in start_list_on_local_maximum() local40 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() local75 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 …]