Home
last modified time | relevance | path

Searched refs:phys_rect (Results 1 – 6 of 6) sorted by relevance

/third_party/libinput/src/
Devdev-fallback.c1216 const struct phys_rect *phys_rect, in fallback_interface_update_rect() argument
1222 assert(phys_rect); in fallback_interface_update_rect()
1227 rect = evdev_phys_rect_to_units(device, phys_rect); in fallback_interface_update_rect()
1235 const struct phys_rect *phys_rect, in fallback_interface_toggle_touch() argument
1257 assert(phys_rect); in fallback_interface_toggle_touch()
1258 rect = evdev_phys_rect_to_units(device, phys_rect); in fallback_interface_toggle_touch()
Devdev.h328 const struct phys_rect *rect, /* may be NULL */
336 const struct phys_rect *rect,
934 const struct phys_rect *mm) in evdev_phys_rect_to_units()
Devdev-tablet.c1476 static struct phys_rect
1480 struct phys_rect r = {0}; in tablet_calculate_arbitration_rect()
1523 struct phys_rect rect = {0}; in tablet_update_touch_device_rect()
1923 const struct phys_rect *rect, in tablet_set_touch_device_enabled()
1949 struct phys_rect r = {0}; in tablet_toggle_touch_device()
1950 struct phys_rect *rect = NULL; in tablet_toggle_touch_device()
Devdev-totem.c115 struct phys_rect r, *rect = NULL; in totem_set_touch_device_enabled()
Dlibinput-private.h97 struct phys_rect { struct
Devdev-mt-touchpad.c2769 const struct phys_rect *rect, in tp_interface_toggle_touch()