Home
last modified time | relevance | path

Searched refs:nrings (Results 1 - 4 of 4) sorted by relevance

/third_party/libinput/test/
H A Dtest-pad.c393 int nrings; in START_TEST() local
395 nrings = libinput_device_tablet_pad_get_num_rings(device); in START_TEST()
396 ck_assert_int_ge(nrings, 1); in START_TEST()
788 int ngroups, nbuttons, nrings, nstrips; in START_TEST() local
795 nrings = libinput_device_tablet_pad_get_num_rings(device); in START_TEST()
826 for (r = 0; r < nrings; r++) { in START_TEST()
847 int ngroups, nbuttons, nrings, nstrips; in START_TEST() local
855 nrings = libinput_device_tablet_pad_get_num_rings(device); in START_TEST()
887 nrings); in START_TEST()
890 nrings in START_TEST()
[all...]
/third_party/libinput/tools/
H A Dlibinput-list-devices.c262 int nbuttons, nrings, nstrips, ngroups, nmodes; in print_pad_info() local
266 nrings = libinput_device_tablet_pad_get_num_rings(device); in print_pad_info()
274 printf(" Rings: %d\n", nrings); in print_pad_info()
H A Dlibinput-debug-events.c239 int nbuttons, nstrips, nrings, ngroups; in print_device_options() local
243 nrings = libinput_device_tablet_pad_get_num_rings(dev); in print_device_options()
249 nrings, in print_device_options()
/third_party/libinput/src/
H A Devdev-tablet-pad.c788 int nrings = 0; in evdev_device_tablet_pad_get_num_rings() local
794 nrings++; in evdev_device_tablet_pad_get_num_rings()
798 nrings++; in evdev_device_tablet_pad_get_num_rings()
801 return nrings; in evdev_device_tablet_pad_get_num_rings()

Completed in 4 milliseconds