Searched refs:XI_GestureSwipeBegin (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | xiselectev.c | 244 (BitIsOn(bits, XI_GestureSwipeBegin) || 247 client->errorValue = XI_GestureSwipeBegin; 252 (BitIsOn(bits, XI_GestureSwipeBegin) || 255 (!BitIsOn(bits, XI_GestureSwipeBegin) || 258 client->errorValue = XI_GestureSwipeBegin; 281 if (BitIsOn(bits, XI_GestureSwipeBegin)) { 285 XI_GestureSwipeBegin);
|
| H A D | xipassivegrab.c | 234 XI_GestureSwipeBegin, ¶m, &mask); 379 tempGrab->type = XI_GestureSwipeBegin;
|
| H A D | extinit.c | 978 case XI_GestureSwipeBegin:
|
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | protocol-xiselectevents.c | 135 if (bit >= XI_GestureSwipeBegin && bit <= XI_GestureSwipeEnd) { 136 SetBit(bits, XI_GestureSwipeBegin); 156 if (bit >= XI_GestureSwipeBegin && bit <= XI_GestureSwipeEnd) { 157 ClearBit(bits, XI_GestureSwipeBegin);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XI2.h | 220 #define XI_GestureSwipeBegin 30 macro
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | gestures.c | 185 xi2mask_isset(grab->xi2mask, dev, XI_GestureSwipeBegin)) {
|
| H A D | eventconvert.c | 1098 xi2type = XI_GestureSwipeBegin;
|
| H A D | grabs.c | 724 grab->type == XI_GestureSwipeBegin);
|
| H A D | getevents.c | 2187 case XI_GestureSwipeBegin:
|
| H A D | events.c | 2728 case XI_GestureSwipeBegin:
|
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XExtInt.c | 1057 case XI_GestureSwipeBegin: 1571 case XI_GestureSwipeBegin:
|
Completed in 21 milliseconds