Home
last modified time | relevance | path

Searched refs:bnd_prev (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dsnap_rounding.hpp75 auto bnd_prev = std::prev(bnd_curr); in horizontals_at_top_scanbeam() local
77 (*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()