Lines Matching defs:touches
108 * @ntouches: Number of touches in most recent touch report.
111 * @touches: Most recent data for a touch, indexed by tracking ID.
112 * @tracking_ids: Mapping of current touch input data to @touches.
128 } touches[16];
142 if (msc->touches[idx].size < 8) {
173 int x = msc->touches[id].x;
233 msc->touches[id].x = x;
234 msc->touches[id].y = y;
235 msc->touches[id].size = size;
243 int step_x = msc->touches[id].scroll_x - x;
244 int step_y = msc->touches[id].scroll_y - y;
249 msc->touches[id].scroll_x = x;
250 msc->touches[id].scroll_y = y;
264 msc->touches[id].scroll_x -= step_x *
272 msc->touches[id].scroll_y -= step_y *