Home
last modified time | relevance | path

Searched refs:current_x (Results 1 – 10 of 10) 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.hpp56 (*bnd_curr)->current_x = static_cast<double>(current_edge->top.x); in horizontals_at_top_scanbeam()
61 (*bnd_next == nullptr || (*bnd_next)->current_x < (*bnd_curr)->current_x)) { in horizontals_at_top_scanbeam()
64 mapbox::geometry::point<T> pt(wround<T>((*bnd_next)->current_x), top_y); in horizontals_at_top_scanbeam()
77 (*bnd_prev == nullptr || (*bnd_prev)->current_x > (*bnd_curr)->current_x)) { in horizontals_at_top_scanbeam()
80 mapbox::geometry::point<T> pt(wround<T>((*bnd_prev)->current_x), top_y); in horizontals_at_top_scanbeam()
141 left_bound.current_x = static_cast<double>(left_bound.current_edge->bot.x); in insert_local_minima_into_ABL_hot_pixel()
144 right_bound.current_x = static_cast<double>(right_bound.current_edge->bot.x); in insert_local_minima_into_ABL_hot_pixel()
H A Dprocess_horizontal.hpp51 hp_itr->x < wround<T>((*bnd)->current_x) && in process_horizontal_left_to_right()
59 if ((*bnd)->current_x > static_cast<double>((*horz_bound)->current_edge->top.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()
169 if ((*bnd)->current_x < static_cast<double>((*horz_bound)->current_edge->top.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 Dbound.hpp28 double current_x; member
43 current_x(0.0),
59 current_x(std::move(b.current_x)), in bound()
79 out << " current_x: " << bnd.current_x << std::endl; in operator <<()
H A Dactive_bound_list.hpp95 if (values_are_equal(bound2.current_x, bound1.current_x)) { in operator ()()
104 return bound2.current_x < bound1.current_x; in operator ()()
154 bnd.current_x = static_cast<double>(current_edge->bot.x); in next_edge_in_bound()
H A Dintersect_util.hpp82 return !(b1->current_x > b2->current_x && in operator ()()
337 bnd->current_x = get_current_x(*bnd->current_edge, top_y); in update_current_x()
H A Dlocal_minimum_util.hpp305 (*lm)->left_bound.current_x = static_cast<double>((*lm)->left_bound.current_edge->bot.x); in initialize_lm()
314 (*lm)->right_bound.current_x = static_cast<double>((*lm)->right_bound.current_edge->bot.x); in initialize_lm()
H A Dprocess_maxima.hpp100 (*bnd)->current_x = get_current_x(*((*bnd)->current_edge), top_y); in process_edges_at_top_of_scanbeam()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxibarriers.c388 int current_x, int current_y, in input_constrain_cursor() argument
408 .dx = dest_x - current_x, in input_constrain_cursor()
435 dir = barrier_get_direction(current_x, current_y, x, y); in input_constrain_cursor()
441 c = barrier_find_nearest(cs, master, dir, current_x, current_y, x, y); in input_constrain_cursor()
461 current_x = x; in input_constrain_cursor()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmipointer.c627 int current_x, current_y; /* current position in per-screen coord */ in miPointerSetPosition() local
629 current_x = MIPOINTER(pDev)->x - pScreen->x; in miPointerSetPosition()
633 current_x, current_y, x, y, in miPointerSetPosition()
/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h717 int current_x, int current_y,