Searched defs:calibration (Results 1 – 12 of 12) sorted by relevance
/third_party/libinput/doc/user/ |
D | absolute-axes.rst | 61 .. _calibration: target in Devices without x/y resolution
|
/third_party/libinput/tools/ |
D | libinput-list-devices.c | 115 float calibration[6]; in calibration_default() local
|
/third_party/libinput/src/ |
D | util-prop-parsers.c | 181 float calibration[6]; in parse_calibration_property() local
|
D | evdev-tablet.h | 91 struct libinput_device_config_calibration calibration; member
|
D | evdev-fallback.h | 75 struct libinput_device_config_calibration calibration; member
|
D | evdev.c | 897 struct libinput_device_config_calibration *calibration) in evdev_init_calibration() 2519 float calibration[6]; in evdev_read_calibration_prop() local
|
D | evdev.h | 194 struct matrix calibration; member
|
D | libinput-private.h | 325 struct libinput_device_config_calibration *calibration; member
|
/third_party/libinput/test/ |
D | test-tablet.c | 3635 float calibration[6] = {1, 0, 0, 0, 1, 0}; in START_TEST() local 3663 float calibration[6] = {0.5, 0, 0, 0, 0.5, 0}; in START_TEST() local 3748 float calibration[6] = {0.5, 0, 0, 0, 1, 0}; in START_TEST() local 4691 float calibration[] = { -1, 0, 1, 0, -1, 1 }; in START_TEST() local
|
D | test-touch.c | 319 float calibration; in START_TEST() local
|
D | test-utils.c | 404 float calibration[6]; in START_TEST() local
|
D | test-pointer.c | 1067 float calibration[6] = {0}; in START_TEST() local
|