Home
last modified time | relevance | path

Searched refs:miPointerWarpCursor (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmipointer.h88 extern _X_EXPORT void miPointerWarpCursor(DeviceIntPtr /*pDev */ ,
H A Dmipointer.c376 miPointerWarpCursor(DeviceIntPtr pDev, ScreenPtr pScreen, int x, int y) in miPointerWarpCursor() function
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprCursor.c298 miPointerWarpCursor(pDev, pScreen, x, y); in QuartzWarpCursor()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-cursor.c296 miPointerWarpCursor(pDev, pScreen, x, y); in xwl_pointer_warp_cursor()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c118 miPointerWarpCursor
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c115 miPointerWarpCursor(pDev, pScreen, x, y); in winPointerWarpCursor()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c731 miPointerWarpCursor
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Cursor.c456 miPointerWarpCursor(pDev, pScreen, x, y); in xf86WarpCursor()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcursor.c190 miPointerWarpCursor(pDev, pScreen, x, y); in dmxWarpCursor()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.c830 miPointerWarpCursor(inputInfo.pointer, pScreen, x, y); in ephyrWarpCursor()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkinput.c1880 miPointerWarpCursor(pDev, pScreen, x, y); in KdWarpCursor()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog32457 xwayland: call through to miPointerWarpCursor on warp_cursor
129114 mi: un-deprecate miPointerWarpCursor
129222 mi: un-deprecate miPointerWarpCursor
155019 ephyr: miPointerWarpCursor needs the device parameter.
159678 (miPointerWarpCursor): as we are switching to a new pScreen,
159760 miPointerWarpCursor and will kill the server when called with
167326 mi: fix: call miPointerMove from miPointerWarpCursor.