Lines Matching defs:transition
5479 unsigned int transition = _i; /* ranged test */
5493 tablet_from = !!(transition & bit(0));
5494 touch_from = !!(transition & bit(1));
5495 tablet_to = !!(transition & bit(2));
5496 touch_to = !!(transition & bit(3));
5529 unsigned int transition = _i; /* ranged test */
5544 tablet_from = !!(transition & bit(0));
5545 touch_from = !!(transition & bit(1));
5546 tablet_to = !!(transition & bit(2));
5547 touch_to = !!(transition & bit(3));
5583 unsigned int transition = _i; /* ranged test */
5599 tablet_from = !!(transition & bit(0));
5600 touch_from = !!(transition & bit(1));
5601 tablet_to = !!(transition & bit(2));
5602 touch_to = !!(transition & bit(3));
5677 unsigned int transition = _i; /* ranged test */
5693 tablet_from = !!(transition & bit(0));
5694 touch_from = !!(transition & bit(1));
5695 tablet_to = !!(transition & bit(2));
5696 touch_to = !!(transition & bit(3));
5746 unsigned int transition = _i; /* ranged test */
5754 tablet_from = !!(transition & bit(0));
5755 touch_from = !!(transition & bit(1));
5756 tablet_to = !!(transition & bit(2));
5757 touch_to = !!(transition & bit(3));
5801 unsigned int transition = _i; /* ranged test */
5812 tablet_from = !!(transition & bit(0));
5813 touch_from = !!(transition & bit(1));
5814 tablet_to = !!(transition & bit(2));
5815 touch_to = !!(transition & bit(3));