Searched refs:semi_mt (Results 1 - 6 of 6) sorted by relevance
/third_party/libinput/test/ |
H A D | litest.c | 1674 d->semi_mt.is_semi_mt = true; in litest_create() 2194 if (!d->semi_mt.is_semi_mt) { in litest_slot_start() 2209 l = min(x, d->semi_mt.touches[other].x); in litest_slot_start() 2210 t = min(y, d->semi_mt.touches[other].y); in litest_slot_start() 2211 r = max(x, d->semi_mt.touches[other].x); in litest_slot_start() 2212 b = max(y, d->semi_mt.touches[other].y); in litest_slot_start() 2228 d->semi_mt.touches[slot].x = x; in litest_slot_start() 2229 d->semi_mt.touches[slot].y = y; in litest_slot_start() 2279 if (!d->semi_mt.is_semi_mt) { in litest_slot_move() 2292 l = min(x, d->semi_mt in litest_slot_move() 4505 litest_semi_mt_touch_down(struct litest_device *d, struct litest_semi_mt *semi_mt, unsigned int slot, double x, double y) litest_semi_mt_touch_down() argument 4549 litest_semi_mt_touch_move(struct litest_device *d, struct litest_semi_mt *semi_mt, unsigned int slot, double x, double y) litest_semi_mt_touch_move() argument 4587 litest_semi_mt_touch_up(struct litest_device *d, struct litest_semi_mt *semi_mt, unsigned int slot) litest_semi_mt_touch_up() argument [all...] |
H A D | litest.h | 413 struct litest_semi_mt semi_mt; /** only used for semi-mt device */ member 993 struct litest_semi_mt *semi_mt, 999 struct litest_semi_mt *semi_mt, 1005 struct litest_semi_mt *semi_mt,
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad.h | 292 bool semi_mt; member
|
H A D | evdev-mt-touchpad.c | 127 if (!tp->has_mt || tp->semi_mt) in tp_calculate_motion_speed() 1747 if (!tp->semi_mt) in tp_process_state() 2902 tp->semi_mt = libevdev_has_property(device->evdev, INPUT_PROP_SEMI_MT); in tp_init_slots() 2922 if (tp->semi_mt || in tp_init_slots()
|
H A D | evdev-mt-touchpad-gestures.c | 1468 return (!tp->semi_mt && tp->num_slots > 1); in tp_gesture_are_gestures_enabled()
|
H A D | evdev-mt-touchpad-tap.c | 1186 if (tp->semi_mt && tp->nfingers_down != tp->old_nfingers_down) in tp_tap_exceeds_motion_threshold()
|
Completed in 16 milliseconds