Searched refs:xitype (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Deventconvert.c692 int xitype = 0; local in function:GetXIType
695 case ET_Motion: xitype = DeviceMotionNotify; break;
696 case ET_ButtonPress: xitype = DeviceButtonPress; break;
697 case ET_ButtonRelease: xitype = DeviceButtonRelease; break;
698 case ET_KeyPress: xitype = DeviceKeyPress; break;
699 case ET_KeyRelease: xitype = DeviceKeyRelease; break;
700 case ET_ProximityIn: xitype = ProximityIn; break;
701 case ET_ProximityOut: xitype = ProximityOut; break;
705 return xitype;
H A Devents.c272 XItoCoreType(int xitype) argument
275 if (xitype == DeviceMotionNotify)
277 else if (xitype == DeviceButtonPress)
279 else if (xitype == DeviceButtonRelease)
281 else if (xitype == DeviceKeyPress)
283 else if (xitype == DeviceKeyRelease)
/xsrc/external/mit/xorg-server/dist/dix/
H A Deventconvert.c973 int xitype = 0; local in function:GetXIType
977 xitype = DeviceMotionNotify;
980 xitype = DeviceButtonPress;
983 xitype = DeviceButtonRelease;
986 xitype = DeviceKeyPress;
989 xitype = DeviceKeyRelease;
992 xitype = ProximityIn;
995 xitype = ProximityOut;
1000 return xitype;
H A Dtouch.c777 int xitype = GetXIType(TouchGetPointerEventType(ev)); local in function:TouchAddRegularListener
778 Mask xi_filter = event_get_filter_from_type(dev, xitype);
H A Devents.c284 XItoCoreType(int xitype) argument
288 if (xitype == DeviceMotionNotify)
290 else if (xitype == DeviceButtonPress)
292 else if (xitype == DeviceButtonRelease)
294 else if (xitype == DeviceKeyPress)
296 else if (xitype == DeviceKeyRelease)

Completed in 18 milliseconds