Home
last modified time | relevance | path

Searched refs:DDXTouchPointInfoPtr (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/
H A Dtouch.c71 DDXTouchPointInfoPtr t = &dev.last.touches[i]; in touch_grow_queue()
84 DDXTouchPointInfoPtr t = &dev.last.touches[i]; in touch_grow_queue()
98 DDXTouchPointInfoPtr ti, ti2; in touch_find_ddxid()
166 DDXTouchPointInfoPtr ti; in touch_begin_ddxtouch()
/OK3568_Linux_fs/external/xserver/dix/
H A Dtouch.c78 DDXTouchPointInfoPtr tmp; in TouchResizeQueue()
105 DDXTouchPointInfoPtr
108 DDXTouchPointInfoPtr ti; in TouchFindByDDXID()
133 DDXTouchPointInfoPtr
139 DDXTouchPointInfoPtr ti = NULL; in TouchBeginDDXTouch()
185 TouchEndDDXTouch(DeviceIntPtr dev, DDXTouchPointInfoPtr ti) in TouchEndDDXTouch()
196 TouchInitDDXTouchPoint(DeviceIntPtr dev, DDXTouchPointInfoPtr ddxtouch) in TouchInitDDXTouchPoint()
1053 DDXTouchPointInfoPtr ddxti = dev->last.touches + i; in TouchEndPhysicallyActiveTouches()
H A Dgetevents.c1883 DDXTouchPointInfoPtr ti; in GetTouchEvents()
/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h131 typedef struct _DDXTouchPointInfo *DDXTouchPointInfoPtr; typedef
555 DDXTouchPointInfoPtr ddxtouch);
556 extern DDXTouchPointInfoPtr TouchBeginDDXTouch(DeviceIntPtr dev,
558 extern void TouchEndDDXTouch(DeviceIntPtr dev, DDXTouchPointInfoPtr ti);
559 extern DDXTouchPointInfoPtr TouchFindByDDXID(DeviceIntPtr dev,
H A Dinputstr.h585 DDXTouchPointInfoPtr touches;