Searched refs:end_y (Results 1 – 3 of 3) sorted by relevance
| /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 57 end_y = MIN(y + h, extent->y2); 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() 75 end_block_y = (end_y - y) / block_h; in __glamor_compute_clipped_regions() 82 start_x, start_y, end_x, end_y); in __glamor_compute_clipped_regions() 121 temp_box.y2 = MIN(temp_box.y1 + block_h, end_y); 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() 1094 if (end_y == -1 && in nexio_read_data() 1096 end_y = y - 1 - x_len; in nexio_read_data() 1098 h = end_y - begin_y; in nexio_read_data() 1117 begin_y = end_y = -1; in nexio_read_data()
|
| /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 | 254 T end_y = end_pt.y; in insert_hot_pixels_in_path() local 267 if (itr->y < end_y) { in insert_hot_pixels_in_path() 286 if (itr->y < end_y) { in insert_hot_pixels_in_path()
|