Home
last modified time | relevance | path

Searched refs:miPointerGetPosition (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmipointer.h101 miPointerGetPosition(DeviceIntPtr pDev, int *x, int *y);
H A Dmipointer.c706 miPointerGetPosition(DeviceIntPtr pDev, int *x, int *y) in miPointerGetPosition() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Cursor.c222 miPointerGetPosition(dev, &px, &py); in xf86SwitchMode()
285 miPointerGetPosition(it, &px, &py); in xf86SwitchMode()
H A Dxf86Events.c154 miPointerGetPosition(inputInfo.pointer, &x, &y); in ProcessInputEvents()
H A Dxf86RandR.c245 miPointerGetPosition(dev, &pos[dev->id][0], &pos[dev->id][1]); in xf86RandRSetConfig()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxevents.c250 miPointerGetPosition(inputInfo.pointer, &localX, &localY); in dmxCoreMotion()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c494 miPointerGetPosition(xwl_seat->pointer, &x, &y); in dispatch_pointer_motion_event()
2736 miPointerGetPosition(xwl_seat->pointer, &x, &y); in xwl_pointer_warp_emulator_handle_motion()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c2307 miPointerGetPosition(inputInfo.pointer, &px, &py); in DRIAdjustFrame()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrcrtc.c1866 miPointerGetPosition(pDev, &nx, &ny); in constrain_all_screen_crtcs()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c605 miPointerGetPosition(dev, &pos[dev->id][0], &pos[dev->id][1]); in xf86RandR12SetConfig()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog170221 bugfix: uninitialized pPointer in miPointerGetPosition ifndef MPX