| /OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/ |
| H A D | xf86CursorRD.c | 131 xf86SetCursor(pScreen, NullCursor, ScreenPriv->x, ScreenPriv->y); in xf86CursorCloseScreen() 214 if (!enable && ScreenPriv->CurrentCursor != NullCursor) { in xf86CursorEnableDisableFBAccess() 217 xf86CursorSetCursor(pDev, pScreen, NullCursor, ScreenPriv->x, in xf86CursorEnableDisableFBAccess() 249 xf86SetCursor(pScreen, NullCursor, ScreenPriv->x, ScreenPriv->y); in xf86CursorSwitchMode() 308 if (pCurs == NullCursor) { /* means we're supposed to remove the cursor */ in xf86CursorSetCursor() 311 (*ScreenPriv->spriteFuncs->SetCursor) (pDev, pScreen, NullCursor, x, in xf86CursorSetCursor() 314 xf86SetCursor(pScreen, NullCursor, x, y); in xf86CursorSetCursor() 319 ScreenPriv->CurrentCursor = NullCursor; in xf86CursorSetCursor() 350 NullCursor, x, y); in xf86CursorSetCursor() 369 xf86SetCursor(pScreen, NullCursor, x, y); in xf86CursorSetCursor() [all …]
|
| H A D | xf86HWCurs.c | 189 return (pCurs == NullCursor); in xf86ScreenSetCursor() 194 if (pCurs == NullCursor) { in xf86ScreenSetCursor() 265 xf86SetCursor(pScreen, NullCursor, x, y); in xf86SetCursor() 288 (*infoPtr->RealizeCursor) (infoPtr, NullCursor); in xf86SetTransparentCursor() 413 if (pCurs == NullCursor) { in RealizeCursorInterleave0()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | cursor.c | 502 return NullCursor; in CreateRootCursor() 507 return NullCursor; in CreateRootCursor() 510 return NullCursor; in CreateRootCursor() 513 return NullCursor; in CreateRootCursor()
|
| H A D | events.c | 986 if (!pCursor && win->optional->cursor != NullCursor) in PostNewCursor() 2064 tempGrab->cursor = NullCursor; in ActivateImplicitGrab() 3237 pCursor = NullCursor; in InitializeSprite() 4952 newCursor = NullCursor; in ProcChangeActivePointerGrab() 5070 cursor = NullCursor; in GrabDevice() 5543 ¶m, KeyPress, stuff->key, NullWindow, NullCursor); in ProcGrabKey() 5606 cursor = NullCursor; in ProcGrabButton()
|
| H A D | devices.c | 1123 screen->DisplayCursor(dev, screen, NullCursor); in UndisplayDevices() 1159 screen->DisplayCursor(dev, screen, NullCursor); in RemoveDevice()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | cursor.h | 55 #define NullCursor ((CursorPtr)NULL) macro
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mipointer.c | 447 (pDev, pPointer->pSpriteScreen, NullCursor, 0, 0); in miPointerUpdateSprite() 467 pCursor = NullCursor; in miPointerUpdateSprite()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xtest.c | 126 pCursor = NullCursor; in ProcXTestCompareCursor()
|
| H A D | saver.c | 873 pAttr->pCursor = NullCursor; in ScreenSaverSetAttributes()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | exevents.c | 2259 cursor = NullCursor; in GrabButton() 2358 cursor = NullCursor; in GrabWindow() 2407 mask, param, XI_TouchBegin, 0, NullWindow, NullCursor); in GrabTouch() 2929 tempGrab->cursor = NullCursor; in CheckDeviceGrabAndHintWindow()
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | cursor.c | 165 ret = (*pScreen->DisplayCursor) (pDev, pScreen, NullCursor); in CursorDisplayCursor()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 1924 if (cursor == NullCursor) in drmmode_set_cursor()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 1310 xf86CursorSetCursor with argument pCurs = NullCursor. 12137 ScreenPriv == NULL and pCurs == NullCursor, because otherwise xf86SetCursor() 12139 xf86ScreenSetCursor(pCurs), and if FALSE, calls xf86SetCursor(NullCursor). If 12140 xf86ScreenSetCursor(NullCursor) returns FALSE, it calls 12141 xf86SetCursor(NullCursor) again and this repeats forever. 110427 xfixes: Remove the invisible cursor sprite, using NullCursor instead. 136595 set the cursor to the NullCursor, and don't try to DisableDevice either. 147958 Required by the recent patch to use a NullCursor instead of UndisplayCursor(). 148012 We can achieve the same thing by simply displaying a NullCursor, there's no
|