Home
last modified time | relevance | path

Searched refs:NullCursor (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c131 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 Dxf86HWCurs.c189 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 Dcursor.c502 return NullCursor; in CreateRootCursor()
507 return NullCursor; in CreateRootCursor()
510 return NullCursor; in CreateRootCursor()
513 return NullCursor; in CreateRootCursor()
H A Devents.c986 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 &param, KeyPress, stuff->key, NullWindow, NullCursor); in ProcGrabKey()
5606 cursor = NullCursor; in ProcGrabButton()
H A Ddevices.c1123 screen->DisplayCursor(dev, screen, NullCursor); in UndisplayDevices()
1159 screen->DisplayCursor(dev, screen, NullCursor); in RemoveDevice()
/OK3568_Linux_fs/external/xserver/include/
H A Dcursor.h55 #define NullCursor ((CursorPtr)NULL) macro
/OK3568_Linux_fs/external/xserver/mi/
H A Dmipointer.c447 (pDev, pPointer->pSpriteScreen, NullCursor, 0, 0); in miPointerUpdateSprite()
467 pCursor = NullCursor; in miPointerUpdateSprite()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxtest.c126 pCursor = NullCursor; in ProcXTestCompareCursor()
H A Dsaver.c873 pAttr->pCursor = NullCursor; in ScreenSaverSetAttributes()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c2259 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 Dcursor.c165 ret = (*pScreen->DisplayCursor) (pDev, pScreen, NullCursor); in CursorDisplayCursor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c1924 if (cursor == NullCursor) in drmmode_set_cursor()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog1310 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