Lines Matching defs:pDev

93 set_button_down(DeviceIntPtr pDev, int button, int type)  in set_button_down()
102 set_button_up(DeviceIntPtr pDev, int button, int type) in set_button_up()
111 button_is_down(DeviceIntPtr pDev, int button, int type) in button_is_down()
124 set_key_down(DeviceIntPtr pDev, int key_code, int type) in set_key_down()
133 set_key_up(DeviceIntPtr pDev, int key_code, int type) in set_key_up()
142 key_is_down(DeviceIntPtr pDev, int key_code, int type) in key_is_down()
155 key_autorepeats(DeviceIntPtr pDev, int key_code) in key_autorepeats()
332 updateSlaveDeviceCoords(DeviceIntPtr master, DeviceIntPtr pDev) in updateSlaveDeviceCoords()
365 AllocateMotionHistory(DeviceIntPtr pDev) in AllocateMotionHistory()
409 GetMotionHistory(DeviceIntPtr pDev, xTimecoord ** buff, unsigned long start, in GetMotionHistory()
543 updateMotionHistory(DeviceIntPtr pDev, CARD32 ms, ValuatorMask *mask, in updateMotionHistory()
638 clipAxis(DeviceIntPtr pDev, int axisNum, double *val) in clipAxis()
661 clipValuators(DeviceIntPtr pDev, ValuatorMask *mask) in clipValuators()
1065 GetKeyboardEvents(InternalEvent *events, DeviceIntPtr pDev, int type, in GetKeyboardEvents()
1342 fill_pointer_events(InternalEvent *events, DeviceIntPtr pDev, int type, in fill_pointer_events()
1608 GetPointerEvents(InternalEvent *events, DeviceIntPtr pDev, int type, in GetPointerEvents()
1751 GetProximityEvents(InternalEvent *events, DeviceIntPtr pDev, int type, in GetProximityEvents()
1805 GetTouchOwnershipEvents(InternalEvent *events, DeviceIntPtr pDev, in GetTouchOwnershipEvents()
2072 PostSyntheticMotion(DeviceIntPtr pDev, in PostSyntheticMotion()