Searched refs:libinput_device_config_rotation_set_angle (Results 1 – 6 of 6) sorted by relevance
/third_party/libinput/test/ |
D | test-trackball.c | 56 status = libinput_device_config_rotation_set_angle(device, 360); in START_TEST() 58 status = libinput_device_config_rotation_set_angle(device, 361); in START_TEST() 60 status = libinput_device_config_rotation_set_angle(device, -1); in START_TEST() 80 status = libinput_device_config_rotation_set_angle(device, 0); in START_TEST() 86 status = libinput_device_config_rotation_set_angle(device, in START_TEST() 103 status = libinput_device_config_rotation_set_angle(device, in START_TEST() 122 status = libinput_device_config_rotation_set_angle(device, in START_TEST() 142 libinput_device_config_rotation_set_angle(device, angle); in START_TEST() 192 libinput_device_config_rotation_set_angle(device, angle); in START_TEST() 243 libinput_device_config_rotation_set_angle(device, 90); in START_TEST()
|
/third_party/libinput/src/ |
D | libinput.sym | 260 libinput_device_config_rotation_set_angle;
|
D | libinput.h | 5890 libinput_device_config_rotation_set_angle(struct libinput_device *device,
|
D | libinput.c | 4314 libinput_device_config_rotation_set_angle(struct libinput_device *device, in libinput_device_config_rotation_set_angle() function
|
/third_party/libinput/export_include/ |
D | libinput.h | 5890 libinput_device_config_rotation_set_angle(struct libinput_device *device,
|
/third_party/weston/compositor/ |
D | main.c | 1709 libinput_device_config_rotation_set_angle(device, rotation); in configure_input_device()
|