Home
last modified time | relevance | path

Searched refs:touch_type (Results 1 – 8 of 8) sorted by relevance

/third_party/weston/libweston/
Dbackend.h219 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);
Dtouch-calibration.c92 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()
Dlibinput-device.c432 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()
Dbindings.c384 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()
Dlibweston-internal.h130 int touch_type);
Dinput.c2375 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/
Dtouch-test.c62 uint32_t touch_type) in send_touch() argument
68 tv_nsec, 1, 1, 1, touch_type); in send_touch()
Dweston-test.c588 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()