Lines Matching refs:touches
2209 l = min(x, d->semi_mt.touches[other].x);
2210 t = min(y, d->semi_mt.touches[other].y);
2211 r = max(x, d->semi_mt.touches[other].x);
2212 b = max(y, d->semi_mt.touches[other].y);
2228 d->semi_mt.touches[slot].x = x;
2229 d->semi_mt.touches[slot].y = y;
2292 l = min(x, d->semi_mt.touches[other].x);
2293 t = min(y, d->semi_mt.touches[other].y);
2294 r = max(x, d->semi_mt.touches[other].x);
2295 b = max(y, d->semi_mt.touches[other].y);
2308 d->semi_mt.touches[slot].x = x;
2309 d->semi_mt.touches[slot].y = y;
2335 d->semi_mt.touches[other].x,
2336 d->semi_mt.touches[other].y,
4520 l = min(x, semi_mt->touches[other].x);
4521 t = min(y, semi_mt->touches[other].y);
4522 r = max(x, semi_mt->touches[other].x);
4523 b = max(y, semi_mt->touches[other].y);
4544 semi_mt->touches[slot].x = x;
4545 semi_mt->touches[slot].y = y;
4564 l = min(x, semi_mt->touches[other].x);
4565 t = min(y, semi_mt->touches[other].y);
4566 r = max(x, semi_mt->touches[other].x);
4567 b = max(y, semi_mt->touches[other].y);
4582 semi_mt->touches[slot].x = x;
4583 semi_mt->touches[slot].y = y;
4602 send_abs_xy(d, semi_mt->touches[other].x, semi_mt->touches[other].y);
4604 send_abs_mt_xy(d, semi_mt->touches[other].x, semi_mt->touches[other].y);