Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c311 (*ScreenPriv->spriteFuncs->SetCursor) (pDev, pScreen, NullCursor, x, in xf86CursorSetCursor()
349 (*ScreenPriv->spriteFuncs->SetCursor) (pDev, pScreen, in xf86CursorSetCursor()
382 (*ScreenPriv->spriteFuncs->SetCursor) (pDev, pScreen, pCurs, x, y); in xf86CursorSetCursor()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmipointer.h42 void (*SetCursor) (DeviceIntPtr /* pDev */ , member
H A Dmipointer.c446 (*pOldPriv->spriteFuncs->SetCursor) in miPointerUpdateSprite()
453 (*pScreenPriv->spriteFuncs->SetCursor) in miPointerUpdateSprite()
468 (*pScreenPriv->spriteFuncs->SetCursor) (pDev, pScreen, pCursor, x, y); in miPointerUpdateSprite()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c504 SetCursor(NULL); in winSetCursor()
513 SetCursor(pScreenPriv->cursor.handle); in winSetCursor()
H A Dwindialogs.c120 SetCursor(cursor); in winURLWndProc()
H A Dwinwndproc.c1225 SetCursor(s_pScreenPriv->cursor.handle); in winWindowProc()
H A Dwinwin32rootlesswndproc.c1043 SetCursor(pScreenPriv->cursor.handle); in winMWExtWMWindowProc()
H A Dwinmultiwindowwndproc.c1140 SetCursor(s_pScreenPriv->cursor.handle); in winTopLevelWindowProc()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprCursor.c370 PointPriv->spriteFuncs->SetCursor = QuartzSetCursor; in QuartzInitCursor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c939 PointPriv->spriteFuncs->SetCursor(pDev, pScreen, pCur, x, y); in VGAarbiterSpriteSetCursor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c4582 ms->SpriteFuncs->SetCursor(pDev, pScreen, pCursor, x, y); in drmmode_sprite_set_cursor()
4638 .SetCursor = drmmode_sprite_set_cursor,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog39939 Skip SetCursor when vtSema is FALSE.
39946 spriteFuncs->SetCursor which saves the area under cursor and restores
39954 skip spriteFuncs->SetCursor.
148399 xfree86: call SetCursor for the VCP when switching between SW/HW rendering.
148401 We need a manual call to SetCursor when we switch from SW to HW rendering and