Searched refs:XI_GestureSwipeEnd (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXI2.h222 #define XI_GestureSwipeEnd 32 macro
223 #define XI_LASTEVENT XI_GestureSwipeEnd
/xsrc/external/mit/xorg-server/dist/test/xi2/
H A Dprotocol-xiselectevents.c135 if (bit >= XI_GestureSwipeBegin && bit <= XI_GestureSwipeEnd) {
138 SetBit(bits, XI_GestureSwipeEnd);
156 if (bit >= XI_GestureSwipeBegin && bit <= XI_GestureSwipeEnd) {
159 ClearBit(bits, XI_GestureSwipeEnd);
239 * Mask len is 1 and XI_GestureSwipeEnd is set outside the mask.
246 SetBit(bits, XI_GestureSwipeEnd);
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxiselectev.c241 that the XI_GestureSwipeEnd is at index 32 which is on the next
254 BitIsOn(bits, XI_GestureSwipeEnd)) &&
257 !BitIsOn(bits, XI_GestureSwipeEnd))) {
H A Dextinit.c980 case XI_GestureSwipeEnd:
/xsrc/external/mit/xorg-server/dist/include/
H A Dinputstr.h78 #define XI2LASTEVENT XI_GestureSwipeEnd
/xsrc/external/mit/xorg-server/dist/dix/
H A Deventconvert.c1104 xi2type = XI_GestureSwipeEnd;
H A Dgetevents.c2193 case XI_GestureSwipeEnd:
H A Devents.c2730 case XI_GestureSwipeEnd:
/xsrc/external/mit/libXi/dist/src/
H A DXExtInt.c1059 case XI_GestureSwipeEnd:
1573 case XI_GestureSwipeEnd:

Completed in 20 milliseconds