Searched refs:XI_GesturePinchBegin (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxiselectev.c230 if ((BitIsOn(bits, XI_GesturePinchBegin) ||
233 (!BitIsOn(bits, XI_GesturePinchBegin) ||
236 client->errorValue = XI_GesturePinchBegin;
273 if (BitIsOn(bits, XI_GesturePinchBegin)) {
277 XI_GesturePinchBegin);
H A Dxipassivegrab.c230 XI_GesturePinchBegin, &param, &mask);
376 tempGrab->type = XI_GesturePinchBegin;
H A Dextinit.c972 case XI_GesturePinchBegin:
/xsrc/external/mit/xorg-server/dist/test/xi2/
H A Dprotocol-xiselectevents.c130 if (bit >= XI_GesturePinchBegin && bit <= XI_GesturePinchEnd) {
131 SetBit(bits, XI_GesturePinchBegin);
151 if (bit >= XI_GesturePinchBegin && bit <= XI_GesturePinchEnd) {
152 ClearBit(bits, XI_GesturePinchBegin);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXI2.h217 #define XI_GesturePinchBegin 27 /* XI 2.4 */ macro
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgestures.c184 if (xi2mask_isset(grab->xi2mask, dev, XI_GesturePinchBegin) ||
H A Deventconvert.c1089 xi2type = XI_GesturePinchBegin;
H A Dgrabs.c723 return (grab->type == XI_GesturePinchBegin ||
H A Dgetevents.c2176 case XI_GesturePinchBegin:
H A Devents.c2722 case XI_GesturePinchBegin:
/xsrc/external/mit/libXi/dist/src/
H A DXExtInt.c1046 case XI_GesturePinchBegin:
1566 case XI_GesturePinchBegin:

Completed in 23 milliseconds