Searched refs:touch_type (Results 1 – 8 of 8) sorted by relevance
/third_party/weston/libweston/ |
D | backend.h | 219 int touch_type); 227 int touch_id, double x, double y, int touch_type) in notify_touch() argument 229 notify_touch_normalized(device, time, touch_id, x, y, NULL, touch_type); in notify_touch() 242 int touch_type);
|
D | touch-calibration.c | 92 int touch_type) in notify_touch_calibrator() argument 108 if (touch_type == WL_TOUCH_DOWN) in notify_touch_calibrator() 118 assert(touch_type == WL_TOUCH_UP); in notify_touch_calibrator() 125 if (touch_type != WL_TOUCH_UP) { in notify_touch_calibrator() 131 if (touch_type == WL_TOUCH_MOTION) { in notify_touch_calibrator() 140 switch (touch_type) { in notify_touch_calibrator()
|
D | libinput-device.c | 432 int touch_type) in handle_touch_with_coords() argument 462 x, y, &norm, touch_type); in handle_touch_with_coords() 464 notify_touch(device->touch_device, &time, slot, x, y, touch_type); in handle_touch_with_coords()
|
D | bindings.c | 384 int touch_type) in weston_compositor_run_touch_binding() argument 388 if (touch->num_tp != 1 || touch_type != WL_TOUCH_DOWN) in weston_compositor_run_touch_binding()
|
D | libweston-internal.h | 130 int touch_type);
|
D | input.c | 2375 double double_x, double double_y, int touch_type) in process_touch_normal() argument 2386 if (touch_id == touch->grab_touch_id && touch_type != WL_TOUCH_UP) { in process_touch_normal() 2391 switch (touch_type) { in process_touch_normal() 2409 time, touch_type); in process_touch_normal() 2566 int touch_type) in notify_touch_normalized() argument 2571 if (touch_type != WL_TOUCH_UP) { in notify_touch_normalized() 2579 switch (touch_type) { in notify_touch_normalized() 2607 process_touch_normal(device, time, touch_id, x, y, touch_type); in notify_touch_normalized() 2612 norm, touch_type); in notify_touch_normalized()
|
/third_party/weston/tests/ |
D | touch-test.c | 62 uint32_t touch_type) in send_touch() argument 68 tv_nsec, 1, 1, 1, touch_type); in send_touch()
|
D | weston-test.c | 588 int32_t touch_id, wl_fixed_t x, wl_fixed_t y, uint32_t touch_type) in send_touch() argument 599 wl_fixed_to_double(y), touch_type); in send_touch()
|