Searched refs:bnd_curr (Results 1 – 1 of 1) sorted by relevance
51 active_bound_list_itr<T>& bnd_curr, in horizontals_at_top_scanbeam() argument55 auto& current_edge = (*bnd_curr)->current_edge; in horizontals_at_top_scanbeam()56 (*bnd_curr)->current_x = static_cast<double>(current_edge->top.x); in horizontals_at_top_scanbeam()59 auto bnd_next = std::next(bnd_curr); in horizontals_at_top_scanbeam()61 (*bnd_next == nullptr || (*bnd_next)->current_x < (*bnd_curr)->current_x)) { in horizontals_at_top_scanbeam()67 std::iter_swap(bnd_curr, bnd_next); in horizontals_at_top_scanbeam()68 ++bnd_curr; in horizontals_at_top_scanbeam()74 if (bnd_curr != active_bounds.begin()) { in horizontals_at_top_scanbeam()75 auto bnd_prev = std::prev(bnd_curr); in horizontals_at_top_scanbeam()76 while (bnd_curr != active_bounds.begin() && in horizontals_at_top_scanbeam()[all …]