Lines Matching refs:touch
234 if (dev->touch) in SizeDeviceClasses()
448 ListTouchInfo(DeviceIntPtr dev, xXITouchInfo * touch) in ListTouchInfo() argument
450 touch->type = XITouchClass; in ListTouchInfo()
451 touch->length = sizeof(xXITouchInfo) >> 2; in ListTouchInfo()
452 touch->sourceid = dev->touch->sourceid; in ListTouchInfo()
453 touch->mode = dev->touch->mode; in ListTouchInfo()
454 touch->num_touches = dev->touch->num_touches; in ListTouchInfo()
456 return touch->length << 2; in ListTouchInfo()
460 SwapTouchInfo(DeviceIntPtr dev, xXITouchInfo * touch) in SwapTouchInfo() argument
462 swaps(&touch->type); in SwapTouchInfo()
463 swaps(&touch->length); in SwapTouchInfo()
464 swaps(&touch->sourceid); in SwapTouchInfo()
563 if (dev->touch) { in ListDeviceClasses()