Home
last modified time | relevance | path

Searched refs:wround (Results 1 – 4 of 4) 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 Dprocess_horizontal.hpp51 hp_itr->x < wround<T>((*bnd)->current_x) && in process_horizontal_left_to_right()
65 if (wround<T>((*bnd)->current_x) == (*horz_bound)->current_edge->top.x && in process_horizontal_left_to_right()
74 mapbox::geometry::point<T>(wround<T>((*bnd)->current_x), scanline_y), in process_horizontal_left_to_right()
94 mapbox::geometry::point<T>(wround<T>((*bnd)->current_x), scanline_y), in process_horizontal_left_to_right()
161 hp_itr->x > wround<T>((*bnd)->current_x) && in process_horizontal_right_to_left()
175 if (wround<T>((*bnd)->current_x) == (*horz_bound)->current_edge->top.x && in process_horizontal_right_to_left()
184 mapbox::geometry::point<T>(wround<T>((*bnd)->current_x), scanline_y), in process_horizontal_right_to_left()
201 mapbox::geometry::point<T>(wround<T>((*bnd)->current_x), scanline_y), in process_horizontal_right_to_left()
H A Dquick_clip.hpp21 …mapbox::geometry::wagyu::wround<T>(static_cast<double>(a.x) + static_cast<double>(b.x - a.x) * sta… in intersect()
27 …mapbox::geometry::wagyu::wround<T>(static_cast<double>(a.y) + static_cast<double>(b.y - a.y) * sta… in intersect()
31 …mapbox::geometry::wagyu::wround<T>(static_cast<double>(a.x) + static_cast<double>(b.x - a.x) * sta… in intersect()
37 …mapbox::geometry::wagyu::wround<T>(static_cast<double>(a.y) + static_cast<double>(b.y - a.y) * sta… in intersect()
H A Dutil.hpp75 inline T wround(double value) { in wround() function
80 inline std::int64_t wround<std::int64_t>(double value) { in wround() function
H A Dsnap_rounding.hpp64 mapbox::geometry::point<T> pt(wround<T>((*bnd_next)->current_x), 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()