HomeSort by: relevance | last modified time | path
    Searched defs:touch (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/test/
touch.c 43 TouchClassRec touch; local
52 dev.touch = &touch;
103 TouchClassRec touch; local
112 dev.touch = &touch;
171 TouchClassRec touch; local
181 touch.mode = XIDirectTouch;
182 dev.touch = &touch;
216 TouchClassRec touch; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/
xf86-input-inputtest-protocol.h 163 xf86ITEventTouch touch; member in union:__anon10010
  /xsrc/external/mit/xf86-input-synaptics/dist/src/
synaptics.c 1112 "failed to allocate open touch slots array\n");
1123 "failed to initialize touch class device\n");
1478 /* Semi-mt device touch slots do not track touches. When there is a
1636 ((safe_width < 6) && (priv->prev_z < para->finger_high)) || /* thin finger, distinct touch -> not a palm */
1637 ((safe_width < 7) && (priv->prev_z < para->finger_high / 2))) { /* thin finger, distinct touch -> not a palm */
1776 Bool touch, release, is_timeout, move, press; local
1784 touch = finger >= FS_TOUCHED && priv->finger_state == FS_UNTOUCHED;
1794 if (touch) {
1812 if (touch)
1853 if (touch)
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
devices.c 952 FreeDeviceClass(XITouchClass, (void *) &classes->touch);
1654 * @mode The mode of the touch device (XIDirectTouch or XIDependentTouch).
1655 * @num_axes The number of touch valuator axes.
1661 TouchClassPtr touch; local
1665 BUG_RETURN_VAL(device->touch != NULL, FALSE);
1674 "Device '%s' has %d touch axes, only using first %d.\n",
1679 touch = calloc(1, sizeof(*touch));
1680 if (!touch)
1683 touch->max_touches = max_touches
    [all...]
  /xsrc/external/mit/xorg-server/dist/include/
inputstr.h 307 * events for this touch */
317 uint32_t client_id; /* touch ID as seen in client events */
319 Bool active; /* whether or not the touch is active */
320 Bool pending_finish; /* true if the touch is physically inactive
326 int num_grabs; /* number of open grabs on this touch
335 uint32_t client_id; /* touch ID as seen in client events */
336 Bool active; /* whether or not the touch is active */
337 uint32_t ddx_id; /* touch ID given by the DDX */
463 TouchClassPtr touch; member in struct:_ClassesRec
579 TouchClassPtr touch; member in struct:_DeviceIntRec
    [all...]

Completed in 27 milliseconds