Searched refs:current_y (Results 1 – 6 of 6) 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 D | edge.hpp | 82 inline double get_current_x(edge<T> const& edge, const T current_y) { in get_current_x() argument 83 if (current_y == edge.top.y) { in get_current_x() 87 edge.dx * static_cast<double>(current_y - edge.bot.y); in get_current_x()
|
| H A D | ring_util.hpp | 103 inline T get_edge_min_x(edge<T> const& edge, const T current_y) { in get_edge_min_x() argument 111 if (current_y == edge.top.y) { in get_edge_min_x() 114 double lower_range_y = static_cast<double>(current_y - edge.bot.y) - 0.5; in get_edge_min_x() 120 if (current_y == edge.bot.y) { in get_edge_min_x() 125 edge.dx * (static_cast<double>(current_y - edge.bot.y) + 0.5 - rounding_offset_y); in get_edge_min_x() 133 inline T get_edge_max_x(edge<T> const& edge, const T current_y) { in get_edge_max_x() argument 141 if (current_y == edge.top.y) { in get_edge_max_x() 144 double lower_range_y = static_cast<double>(current_y - edge.bot.y) - 0.5; in get_edge_max_x() 150 if (current_y == edge.bot.y) { in get_edge_max_x() 155 edge.dx * (static_cast<double>(current_y - edge.bot.y) + 0.5 - rounding_offset_y); in get_edge_max_x()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mizerline.c | 80 if ( !new_span && yy == current_y)\ 94 current_y = yy;\ 104 int Nspans, current_y = 0; in miZeroLine() local
|
| H A D | mipointer.c | 627 int current_x, current_y; /* current position in per-screen coord */ in miPointerSetPosition() local 630 current_y = MIPOINTER(pDev)->y - pScreen->y; in miPointerSetPosition() 633 current_x, current_y, x, y, in miPointerSetPosition()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xibarriers.c | 388 int current_x, int current_y, in input_constrain_cursor() argument 409 .dy = dest_y - current_y, 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() 465 current_y = y; in input_constrain_cursor()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | input.h | 717 int current_x, int current_y,
|