Searched refs:phys_rect (Results 1 - 6 of 6) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-fallback.c | 1175 const struct phys_rect *phys_rect, in fallback_interface_update_rect() 1181 assert(phys_rect); in fallback_interface_update_rect() 1186 rect = evdev_phys_rect_to_units(device, phys_rect); in fallback_interface_update_rect() 1194 const struct phys_rect *phys_rect, in fallback_interface_toggle_touch() 1218 assert(phys_rect); in fallback_interface_toggle_touch() 1219 rect = evdev_phys_rect_to_units(device, phys_rect); in fallback_interface_toggle_touch() 1173 fallback_interface_update_rect(struct evdev_dispatch *evdev_dispatch, struct evdev_device *device, const struct phys_rect *phys_rect, uint64_t time) fallback_interface_update_rect() argument 1191 fallback_interface_toggle_touch(struct evdev_dispatch *evdev_dispatch, struct evdev_device *device, enum evdev_arbitration_state which, const struct phys_rect *phys_rect, uint64_t time) fallback_interface_toggle_touch() argument
|
H A D | evdev.h | 330 const struct phys_rect *rect, /* may be NULL */ 338 const struct phys_rect *rect, 957 const struct phys_rect *mm) in evdev_phys_rect_to_units()
|
H A D | evdev-tablet.c | 1545 static struct phys_rect 1549 struct phys_rect r = {0}; in tablet_calculate_arbitration_rect() 1592 struct phys_rect rect = {0}; in tablet_update_touch_device_rect() 2009 const struct phys_rect *rect, in tablet_set_touch_device_enabled() 2035 struct phys_rect r = {0}; in tablet_toggle_touch_device() 2036 struct phys_rect *rect = NULL; in tablet_toggle_touch_device()
|
H A D | evdev-totem.c | 115 struct phys_rect r, *rect = NULL; in totem_set_touch_device_enabled()
|
H A D | libinput-private.h | 103 struct phys_rect { struct
|
H A D | evdev-mt-touchpad.c | 2786 const struct phys_rect *rect, in tp_interface_toggle_touch()
|
Completed in 14 milliseconds