Home
last modified time | relevance | path

Searched refs:current_slot (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_evdev.c79 int current_slot; member
457 item->touchscreen_data->current_slot = events[i].value; in SDL_EVDEV_Poll()
463 … item->touchscreen_data->slots[item->touchscreen_data->current_slot].tracking_id = events[i].value; in SDL_EVDEV_Poll()
464 …item->touchscreen_data->slots[item->touchscreen_data->current_slot].delta = EVDEV_TOUCH_SLOTDELTA_… in SDL_EVDEV_Poll()
466 …item->touchscreen_data->slots[item->touchscreen_data->current_slot].delta = EVDEV_TOUCH_SLOTDELTA_… in SDL_EVDEV_Poll()
472 … item->touchscreen_data->slots[item->touchscreen_data->current_slot].x = events[i].value; in SDL_EVDEV_Poll()
473 …if (item->touchscreen_data->slots[item->touchscreen_data->current_slot].delta == EVDEV_TOUCH_SLOTD… in SDL_EVDEV_Poll()
474 …item->touchscreen_data->slots[item->touchscreen_data->current_slot].delta = EVDEV_TOUCH_SLOTDELTA_… in SDL_EVDEV_Poll()
480 … item->touchscreen_data->slots[item->touchscreen_data->current_slot].y = events[i].value; in SDL_EVDEV_Poll()
481 …if (item->touchscreen_data->slots[item->touchscreen_data->current_slot].delta == EVDEV_TOUCH_SLOTD… in SDL_EVDEV_Poll()
[all …]
/third_party/libevdev/libevdev/
Dlibevdev.c210 dev->current_slot = -1; in libevdev_reset()
366 dev->current_slot = abs_info->value; in init_slots()
834 dev->current_slot = abs_info.value; in push_mt_sync_events()
836 if (dev->current_slot != last_reported_slot) in push_mt_sync_events()
837 queue_push_event(dev, EV_ABS, ABS_MT_SLOT, dev->current_slot); in push_mt_sync_events()
978 dev->current_slot = e->value; in update_mt_state()
982 dev->abs_info[i].value = *slot_value(dev, dev->current_slot, i); in update_mt_state()
988 if (dev->current_slot == -1) in update_mt_state()
991 *slot_value(dev, dev->current_slot, e->code) = e->value; in update_mt_state()
1100 *slot_value(dev, dev->current_slot, ABS_MT_TRACKING_ID) == -1) || in sanitize_event()
[all …]
Dlibevdev-int.h80 int current_slot; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.h420 struct rvce_cpb_slot *current_slot(struct rvce_encoder *enc);
Dradeon_vce.c205 struct rvce_cpb_slot *current_slot(struct rvce_encoder *enc) in current_slot() function