Searched refs:bnd_prev (Results 1 – 1 of 1) sorted by relevance
75 auto bnd_prev = std::prev(bnd_curr); in horizontals_at_top_scanbeam() local77 (*bnd_prev == nullptr || (*bnd_prev)->current_x > (*bnd_curr)->current_x)) { in horizontals_at_top_scanbeam()78 if (*bnd_prev != nullptr && (*bnd_prev)->current_edge->top.y != top_y && in horizontals_at_top_scanbeam()79 (*bnd_prev)->current_edge->bot.y != top_y) { in horizontals_at_top_scanbeam()80 mapbox::geometry::point<T> pt(wround<T>((*bnd_prev)->current_x), top_y); in horizontals_at_top_scanbeam()83 std::iter_swap(bnd_curr, bnd_prev); in horizontals_at_top_scanbeam()86 --bnd_prev; in horizontals_at_top_scanbeam()