Searched refs:_KdEnqueuePointerEvent (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkinput.c1516 _KdEnqueuePointerEvent(KdPointerInfo * pi, int type, int x, int y, int z,
1549 _KdEnqueuePointerEvent(pi, pi->heldEvent.type, pi->heldEvent.x,
1557 _KdEnqueuePointerEvent(pi, pi->heldEvent.type, pi->heldEvent.x,
1567 _KdEnqueuePointerEvent(pi, ButtonPress, x, y, z, 2, absrel, TRUE);
1572 _KdEnqueuePointerEvent(pi, ButtonRelease, x, y, z, 2, absrel, TRUE);
1592 _KdEnqueuePointerEvent(KdPointerInfo * pi, int type, int x, int y, int z, function in typeref:typename:void
1714 _KdEnqueuePointerEvent(pi, MotionNotify, x, y, z, 0, dixflags,
1724 _KdEnqueuePointerEvent(pi, MotionNotify, x, y, z, 0, dixflags,
1733 _KdEnqueuePointerEvent(pi, ButtonRelease, x, y, z, n,
1740 _KdEnqueuePointerEvent(p
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkinput.c1730 _KdEnqueuePointerEvent (pi, pi->heldEvent.type, pi->heldEvent.x,
1738 _KdEnqueuePointerEvent (pi, pi->heldEvent.type, pi->heldEvent.x,
1748 _KdEnqueuePointerEvent (pi, ButtonPress, x, y, z, 2, absrel,
1754 _KdEnqueuePointerEvent (pi, ButtonRelease, x, y, z, 2, absrel,
1933 _KdEnqueuePointerEvent(pi, MotionNotify, x, y, z, 0, dixflags, FALSE);
1940 _KdEnqueuePointerEvent(pi, MotionNotify, x, y, z, 0, dixflags, FALSE);
1949 _KdEnqueuePointerEvent(pi, ButtonRelease, x, y, z, n,
1957 _KdEnqueuePointerEvent(pi, ButtonPress, x, y, z, n,
1966 _KdEnqueuePointerEvent (KdPointerInfo *pi, int type, int x, int y, int z, function in typeref:typename:void
H A Dkdrive.h539 _KdEnqueuePointerEvent(KdPointerInfo *pi, int type, int x, int y, int z,

Completed in 7 milliseconds