Searched refs:XI2Mask (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | inpututils.h | 60 XI2Mask *xi2mask_new(void); 61 XI2Mask *xi2mask_new_with_size(size_t, size_t); /* don't use it */ 62 void xi2mask_free(XI2Mask **mask); 63 Bool xi2mask_isset(XI2Mask *mask, const DeviceIntPtr dev, int event_type); 64 Bool xi2mask_isset_for_device(XI2Mask *mask, const DeviceIntPtr dev, int event_type); 65 void xi2mask_set(XI2Mask *mask, int deviceid, int event_type); 66 void xi2mask_zero(XI2Mask *mask, int deviceid); 67 void xi2mask_merge(XI2Mask *dest, const XI2Mask *source); 68 size_t xi2mask_num_masks(const XI2Mask *mask); 69 size_t xi2mask_mask_size(const XI2Mask *mask); [all …]
|
| H A D | input.h | 222 typedef struct _XI2Mask XI2Mask; typedef 605 extern int GetXI2MaskByte(XI2Mask *mask, DeviceIntPtr dev, int event_type);
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | inpututils.c | 1049 XI2Mask * 1055 XI2Mask *mask; in xi2mask_new_with_size() 1085 XI2Mask * 1095 xi2mask_free(XI2Mask **mask) in xi2mask_free() 1110 xi2mask_isset_for_device(XI2Mask *mask, const DeviceIntPtr dev, int event_type) in xi2mask_isset_for_device() 1126 xi2mask_isset(XI2Mask *mask, const DeviceIntPtr dev, int event_type) in xi2mask_isset() 1144 xi2mask_set(XI2Mask *mask, int deviceid, int event_type) in xi2mask_set() 1158 xi2mask_zero(XI2Mask *mask, int deviceid) in xi2mask_zero() 1176 xi2mask_merge(XI2Mask *dest, const XI2Mask *source) in xi2mask_merge() 1189 xi2mask_num_masks(const XI2Mask *mask) in xi2mask_num_masks() [all …]
|
| H A D | grabs.c | 272 XI2Mask *xi2mask; in CopyGrab()
|
| H A D | events.c | 441 GetXI2MaskByte(XI2Mask *mask, DeviceIntPtr dev, int event_type) in GetXI2MaskByte()
|
| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | xi2.c | 40 XI2Mask *xi2mask = NULL, *mergemask = NULL; in xi2mask_test()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | exevents.c | 1296 XI2Mask **mask) in RetrieveTouchDeliveryData() 1375 XI2Mask *xi2mask) in DeliverTouchEmulatedEvent() 1500 XI2Mask *mask; in DeliverEmulatedMotionEvent() 1886 XI2Mask *xi2mask) in DeliverTouchBeginEvent() 1936 WindowPtr win, GrabPtr grab, XI2Mask *xi2mask) in DeliverTouchEndEvent() 2005 WindowPtr win, GrabPtr grab, XI2Mask *xi2mask) in DeliverTouchEvent() 2069 XI2Mask *mask; in DeliverTouchEvents()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 81834 Add a new XI2Mask struct and a few helper functions.
|