Searched refs:end_x (Results 1 – 3 of 3) 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 | ring_util.hpp | 165 T end_x, in hot_pixel_set_left_to_right() argument 174 x_max = std::min(x_max, end_x); in hot_pixel_set_left_to_right() 182 if (!add_end_point && itr->x == end_x) { in hot_pixel_set_left_to_right() 202 T end_x, in hot_pixel_set_right_to_left() argument 209 x_min = std::max(x_min, end_x); in hot_pixel_set_right_to_left() 219 if (!add_end_point && itr->x == end_x) { in hot_pixel_set_right_to_left() 255 T end_x = end_pt.x; in insert_hot_pixels_in_path() local 261 if (start_x > end_x) { in insert_hot_pixels_in_path() 277 hot_pixel_set_right_to_left(y, start_x, end_x, bnd, rings, first_itr, last_itr, in insert_hot_pixels_in_path() 296 hot_pixel_set_left_to_right(y, start_x, end_x, bnd, rings, first_itr, last_itr, in insert_hot_pixels_in_path()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_largepixmap.c | 40 int start_x, start_y, end_x, end_y; in __glamor_compute_clipped_regions() local 56 end_x = MIN(x + w, extent->x2); in __glamor_compute_clipped_regions() 65 end_x, end_y); in __glamor_compute_clipped_regions() 67 if (start_x >= end_x || start_y >= end_y) { in __glamor_compute_clipped_regions() 74 end_block_x = (end_x - x) / block_w; in __glamor_compute_clipped_regions() 82 start_x, start_y, end_x, end_y); in __glamor_compute_clipped_regions() 120 temp_box.x2 = MIN(temp_box.x1 + block_w, end_x); in __glamor_compute_clipped_regions()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | usbtouchscreen.c | 1052 int x, y, begin_x, begin_y, end_x, end_y, w, h, ret; in nexio_read_data() local 1081 begin_x = end_x = begin_y = end_y = -1; in nexio_read_data() 1087 if (end_x == -1 && begin_x != -1 && packet->data[x] < NEXIO_THRESHOLD) { in nexio_read_data() 1088 end_x = x - 1; in nexio_read_data() 1097 w = end_x - begin_x; in nexio_read_data() 1121 begin_x = end_x = -1; in nexio_read_data()
|