Searched refs:next_edge_is_horizontal (Results 1 – 3 of 3) sorted by relevance
78 bool next_edge_is_horizontal; in create_bound_towards_minimum() local82 next_edge_is_horizontal = is_horizontal(*next_edge); 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()92 next_edge_is_horizontal && in create_bound_towards_minimum()96 edge_is_horizontal = next_edge_is_horizontal; in create_bound_towards_minimum()126 bool next_edge_is_horizontal; in create_bound_towards_maximum() local130 next_edge_is_horizontal = is_horizontal(*next_edge); in create_bound_towards_maximum()131 if ((!next_edge_is_horizontal && !edge_is_horizontal && edge->top == next_edge->top)) { in create_bound_towards_maximum()134 if (!next_edge_is_horizontal && edge_is_horizontal) { in create_bound_towards_maximum()[all …]
91 if (is_intermediate(bnd, top_y) && next_edge_is_horizontal<T>(bnd)) { in process_edges_at_top_of_scanbeam()
144 inline bool next_edge_is_horizontal(active_bound_list_itr<T>& bnd) { in next_edge_is_horizontal() function