Home
last modified time | relevance | path

Searched refs:get_current_x (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 Dactive_bound_list.hpp98 get_current_x(*(bound1.current_edge), bound2.current_edge->top.y); in operator ()()
101 get_current_x(*(bound2.current_edge), bound1.current_edge->top.y); in operator ()()
H A Dprocess_maxima.hpp100 (*bnd)->current_x = get_current_x(*((*bnd)->current_edge), top_y); in process_edges_at_top_of_scanbeam()
H A Dedge.hpp82 inline double get_current_x(edge<T> const& edge, const T current_y) { in get_current_x() function
H A Dintersect_util.hpp337 bnd->current_x = get_current_x(*bnd->current_edge, top_y); in update_current_x()