Home | History | Annotate | Download | only in include

Lines Matching refs:TouchPointInfoPtr

157 typedef struct _TouchPointInfo *TouchPointInfoPtr;
528 TouchPointInfoPtr ti,
533 TouchPointInfoPtr ti,
627 extern TouchPointInfoPtr TouchBeginTouch(DeviceIntPtr dev, int sourceid,
630 extern TouchPointInfoPtr TouchFindByClientID(DeviceIntPtr dev,
632 extern void TouchEndTouch(DeviceIntPtr dev, TouchPointInfoPtr ti);
633 extern Bool TouchEventHistoryAllocate(TouchPointInfoPtr ti);
634 extern void TouchEventHistoryFree(TouchPointInfoPtr ti);
635 extern void TouchEventHistoryPush(TouchPointInfoPtr ti, const DeviceEvent *ev);
636 extern void TouchEventHistoryReplay(TouchPointInfoPtr ti, DeviceIntPtr dev,
638 extern Bool TouchResourceIsOwner(TouchPointInfoPtr ti, XID resource);
639 extern void TouchAddListener(TouchPointInfoPtr ti, XID resource, int resource_type,
642 extern Bool TouchRemoveListener(TouchPointInfoPtr ti, XID resource);
643 extern void TouchSetupListeners(DeviceIntPtr dev, TouchPointInfoPtr ti,
645 extern Bool TouchBuildSprite(DeviceIntPtr sourcedev, TouchPointInfoPtr ti,
654 extern int TouchListenerAcceptReject(DeviceIntPtr dev, TouchPointInfoPtr ti,
659 extern void TouchEmitTouchEnd(DeviceIntPtr dev, TouchPointInfoPtr ti, int flags, XID resource);