Searched refs:nstrips (Results 1 - 4 of 4) sorted by relevance
/third_party/libinput/test/ |
H A D | test-pad.c | 493 int nstrips; in START_TEST() local 495 nstrips = libinput_device_tablet_pad_get_num_strips(device); in START_TEST() 496 ck_assert_int_ge(nstrips, 1); in START_TEST() 788 int ngroups, nbuttons, nrings, nstrips; in START_TEST() local 796 nstrips = libinput_device_tablet_pad_get_num_strips(device); in START_TEST() 812 for (s = 0; s < nstrips; s++) { in START_TEST() 847 int ngroups, nbuttons, nrings, nstrips; in START_TEST() local 856 nstrips = libinput_device_tablet_pad_get_num_strips(device); in START_TEST() 874 nstrips); in START_TEST() 877 nstrips in START_TEST() [all...] |
/third_party/libinput/tools/ |
H A D | libinput-list-devices.c | 262 int nbuttons, nrings, nstrips, ngroups, nmodes; in print_pad_info() local 267 nstrips = libinput_device_tablet_pad_get_num_strips(device); in print_pad_info() 275 printf(" Strips: %d\n", nstrips); in print_pad_info()
|
H A D | libinput-debug-events.c | 239 int nbuttons, nstrips, nrings, ngroups; in print_device_options() local 242 nstrips = libinput_device_tablet_pad_get_num_strips(dev); in print_device_options() 248 nstrips, in print_device_options()
|
/third_party/libinput/src/ |
H A D | evdev-tablet-pad.c | 807 int nstrips = 0; in evdev_device_tablet_pad_get_num_strips() local 813 nstrips++; in evdev_device_tablet_pad_get_num_strips() 817 nstrips++; in evdev_device_tablet_pad_get_num_strips() 820 return nstrips; in evdev_device_tablet_pad_get_num_strips()
|
Completed in 5 milliseconds