Lines Matching refs:xi2mask

982         return xi2mask_isset(iclient->xi2mask, dev, XI_TouchOwnership);  in TouchClientWantsOwnershipEvents()
1142 !xi2mask_isset(listener->grab->xi2mask, dev, XI_TouchBegin))) { in TouchPuntToNextOwner()
1310 *mask = (*grab)->xi2mask; in RetrieveTouchDeliveryData()
1330 if (xi2mask_isset(iclients->xi2mask, dev, evtype)) in RetrieveTouchDeliveryData()
1335 *mask = iclients->xi2mask; in RetrieveTouchDeliveryData()
1375 XI2Mask *xi2mask) in DeliverTouchEmulatedEvent() argument
1387 xi2mask = grab->xi2mask; in DeliverTouchEmulatedEvent()
1564 !xi2mask_isset(dev->deviceGrab.grab->xi2mask, dev, XI_TouchBegin))) in ProcessTouchEvent()
1886 XI2Mask *xi2mask) in DeliverTouchBeginEvent() argument
1895 grab, xi2mask); in DeliverTouchBeginEvent()
1908 has_ownershipmask = xi2mask_isset(xi2mask, dev, XI_TouchOwnership); in DeliverTouchBeginEvent()
1936 WindowPtr win, GrabPtr grab, XI2Mask *xi2mask) in DeliverTouchEndEvent() argument
1949 grab, xi2mask); in DeliverTouchEndEvent()
2005 WindowPtr win, GrabPtr grab, XI2Mask *xi2mask) in DeliverTouchEvent() argument
2010 if (xi2mask) in DeliverTouchEvent()
2011 has_ownershipmask = xi2mask_isset(xi2mask, dev, XI_TouchOwnership); in DeliverTouchEvent()
2025 xi2mask); in DeliverTouchEvent()
2031 xi2mask); in DeliverTouchEvent()
2038 xi2mask); in DeliverTouchEvent()
2473 xi2mask_free(&(*other)->xi2mask); in FreeInputClient()
2496 others->xi2mask = xi2mask_new(); in AddExtensionClient()
2497 if (!others->xi2mask) in AddExtensionClient()
2520 imasks->xi2mask = xi2mask_new(); in MakeInputMasks()
2521 if (!imasks->xi2mask) { in MakeInputMasks()
2532 xi2mask_free(&(*imask)->xi2mask); in FreeInputMask()
2548 xi2mask_zero(inputMasks->xi2mask, -1); in RecalculateDeviceDeliverableEvents()
2553 xi2mask_merge(inputMasks->xi2mask, others->xi2mask); in RecalculateDeviceDeliverableEvents()
3078 xi2mask_zero(others->xi2mask, dev->id); in XISetEventMask()
3091 xi2mask_zero(others->xi2mask, dev->id); in XISetEventMask()
3092 len = min(len, xi2mask_mask_size(others->xi2mask)); in XISetEventMask()
3096 xi2mask_set_one_mask(others->xi2mask, dev->id, mask, len); in XISetEventMask()