Searched refs:xmotion (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxbackend.c | 426 X.xmotion.x, X.xmotion.y, in dmxBackendCollectEvents() 430 if (!(dmxScreen = dmxBackendFindWindow(priv, X.xmotion.window))) in dmxBackendCollectEvents() 433 X.xmotion.window); in dmxBackendCollectEvents() 435 int newX = X.xmotion.x - dmxScreen->rootX; in dmxBackendCollectEvents() 436 int newY = X.xmotion.y - dmxScreen->rootY; in dmxBackendCollectEvents() 463 int newX = priv->lastX - X.xmotion.x; in dmxBackendCollectEvents() 464 int newY = priv->lastY - X.xmotion.y; in dmxBackendCollectEvents() 466 priv->lastX = X.xmotion.x; in dmxBackendCollectEvents() 467 priv->lastY = X.xmotion.y; in dmxBackendCollectEvents() 476 (dmxScreen->rootXOrigin + X.xmotion.x in dmxBackendCollectEvents() [all …]
|
| H A D | dmxconsole.c | 371 if (X.xmotion.x != priv->lastX || X.xmotion.y != priv->lastY) { in dmxConsoleUpdateFineCursor() 373 X.xmotion.x, X.xmotion.y, priv->lastX, priv->lastY); in dmxConsoleUpdateFineCursor() 590 if (priv->curX == X.xmotion.x && priv->curY == X.xmotion.y) in dmxConsoleCollectEvents() 598 X.xmotion.x, X.xmotion.y); in dmxConsoleCollectEvents() 606 dmxConsoleMoveRelative(priv, X.xmotion.x, X.xmotion.y, in dmxConsoleCollectEvents() 609 dmxConsoleMoveAbsolute(priv, X.xmotion.x, X.xmotion.y, in dmxConsoleCollectEvents() 1058 X.xmotion.x, X.xmotion.y, dmxInput->name); in dmxConsoleCapture()
|
| H A D | dmxevents.c | 728 valuators[0] = e->xmotion.x; in dmxEnqueue() 729 valuators[1] = e->xmotion.y; in dmxEnqueue() 730 valuators[2] = e->xmotion.state; /* FIXME: WTF?? */ in dmxEnqueue()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Events.c | 146 valuators[0] = X.xmotion.x; in xnestCollectEvents() 147 valuators[1] = X.xmotion.y; in xnestCollectEvents()
|
| /OK3568_Linux_fs/kernel/drivers/staging/unisys/visorinput/ |
| H A D | visorinput.c | 607 int xmotion, ymotion, button; in visorinput_channel_interrupt() local 639 xmotion = r.activity.arg1; in visorinput_channel_interrupt() 641 input_report_abs(visorinput_dev, ABS_X, xmotion); in visorinput_channel_interrupt()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | xdmxconfig.c | 579 int deltaX = e->xmotion.x - dmxConfigGrabbedX; in dmxConfigCanvasInput() 580 int deltaY = e->xmotion.y - dmxConfigGrabbedY; in dmxConfigCanvasInput() 584 dmxConfigGrabbedX = e->xmotion.x; in dmxConfigCanvasInput() 585 dmxConfigGrabbedY = e->xmotion.y; in dmxConfigCanvasInput() 588 display = dmxConfigFindDisplay(e->xmotion.x, e->xmotion.y); in dmxConfigCanvasInput()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | ximagesink.c | 1524 pointer_x = e.xmotion.x; in gst_x_image_sink_handle_xevents() 1525 pointer_y = e.xmotion.y; in gst_x_image_sink_handle_xevents()
|