Lines Matching full:touch
40 TouchClassRec touch; in touch_grow_queue() local
49 dev.touch = &touch; in touch_grow_queue()
100 TouchClassRec touch; in touch_find_ddxid() local
109 dev.touch = &touch; in touch_find_ddxid()
168 TouchClassRec touch; in touch_begin_ddxtouch() local
178 touch.mode = XIDirectTouch; in touch_begin_ddxtouch()
179 dev.touch = &touch; in touch_begin_ddxtouch()
213 TouchClassRec touch; in touch_begin_touch() local
230 memset(&touch, 0, sizeof(touch)); in touch_begin_touch()
231 touch.num_touches = 0; in touch_begin_touch()
240 dev.touch = &touch; in touch_begin_touch()
248 assert(touch.num_touches == 1); in touch_begin_touch()
277 assert(dev.touch); in touch_init()