Lines Matching defs:other
1035 * all the other ones out just for the case where
2208 int other = (slot + 1) % 2;
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);
2291 int other = (slot + 1) % 2;
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);
2332 int other = (slot + 1) % 2;
2335 d->semi_mt.touches[other].x,
2336 d->semi_mt.touches[other].y,
4071 * go under the minimum we expect for all other
4519 int other = (slot + 1) % 2;
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);
4563 int other = (slot + 1) % 2;
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);
4601 int other = (slot + 1) % 2;
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);