Searched refs:libinput_device_get_size (Results 1 - 13 of 13) sorted by relevance
/third_party/libinput/tools/ |
H A D | libinput-list-devices.c | 316 if (libinput_device_get_size(dev, &w, &h) == 0) in print_device_notify()
|
H A D | libinput-debug-tablet.c | 167 libinput_device_get_size(ctx->device, &w, &h); in print_state()
|
H A D | libinput-debug-events.c | 300 if (libinput_device_get_size(dev, &w, &h) == 0) in print_device_notify()
|
H A D | libinput-record.c | 1859 if (libinput_device_get_size(device, &w, &h) == 0) in print_libinput_description()
|
/third_party/libinput/test/ |
H A D | test-gestures.c | 323 libinput_device_get_size(dev->libinput_device, &w, &h); in test_gesture_pinch_2fg() 683 libinput_device_get_size(dev->libinput_device, &w, &h); in test_gesture_spread()
|
H A D | litest.h | 1312 rc = libinput_device_get_size(dev->libinput_device, &width, &height); in litest_has_palm_detect_size()
|
H A D | test-device.c | 1623 rc = libinput_device_get_size(device, &w, &h); in START_TEST() 1639 rc = libinput_device_get_size(device, &w, &h); in START_TEST()
|
H A D | test-touchpad-buttons.c | 423 if (libinput_device_get_size(dev->libinput_device, &w, &h) == 0 && in START_TEST() 1126 if (libinput_device_get_size(dev->libinput_device, &w, &h) != 0) in START_TEST()
|
H A D | test-touchpad.c | 192 ck_assert_int_eq(libinput_device_get_size(dev->libinput_device, &w, &h), 0); in START_TEST() 420 ck_assert_int_eq(libinput_device_get_size(dev->libinput_device, in START_TEST() 751 rc = libinput_device_get_size(dev->libinput_device, &width, &height); in touchpad_has_horiz_edge_scroll_size() 905 ck_assert_int_eq(libinput_device_get_size(dev->libinput_device, in START_TEST() 1242 rc = libinput_device_get_size(dev->libinput_device, &width, &height); in touchpad_has_top_palm_detect_size() 5335 if (libinput_device_get_size(dev->libinput_device, &w, &h) != 0) in has_thumb_detect()
|
H A D | test-tablet.c | 1836 libinput_device_get_size (dev->libinput_device, in START_TEST()
|
/third_party/libinput/src/ |
H A D | libinput.h | 4294 libinput_device_get_size(struct libinput_device *device,
|
H A D | libinput.c | 3331 libinput_device_get_size(struct libinput_device *device, in libinput_device_get_size() function
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 4294 libinput_device_get_size(struct libinput_device *device,
|
Completed in 41 milliseconds