Home
last modified time | relevance | path

Searched refs:CursorScreenKey (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcursor.h68 dixLookupScreenPrivate(&(_pCursor)->devPrivates, CursorScreenKey, _pScreen))
71 dixSetScreenPrivate(&(_pCursor)->devPrivates, CursorScreenKey, _pScreen, v)
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DXNCursor.h34 dixLookupScreenPrivate(&(pCursor)->devPrivates, CursorScreenKey, pScreen))
37 dixSetScreenPrivate(&(pCursor)->devPrivates, CursorScreenKey, pScreen, v)
/OK3568_Linux_fs/external/xserver/include/
H A Dcursor.h67 #define CursorScreenKey (&cursorScreenDevPriv) macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c276 dixSetScreenPrivate(&pCurs->devPrivates, CursorScreenKey, pScreen, in xf86CursorRealizeCursor()
291 (&pCurs->devPrivates, CursorScreenKey, pScreen)); in xf86CursorUnrealizeCursor()
292 dixSetScreenPrivate(&pCurs->devPrivates, CursorScreenKey, pScreen, in xf86CursorUnrealizeCursor()
H A Dxf86HWCurs.c204 if (!_dixGetScreenPrivateKey(CursorScreenKey, pScreen)) in xf86ScreenSetCursor()
208 dixLookupScreenPrivate(&pCurs->devPrivates, CursorScreenKey, pScreen); in xf86ScreenSetCursor()
216 dixSetScreenPrivate(&pCurs->devPrivates, CursorScreenKey, pScreen, in xf86ScreenSetCursor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Cursors.c304 dixLookupScreenPrivate(&cursor->devPrivates, CursorScreenKey, screen) in xf86_set_cursor_colors()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog89008 Eliminate MAXSCREENS-sized CursorScreenKey array.
109483 midispcur was abusing the CursorScreenKey to index the cursor_bits
109541 The CursorScreenKey array is supposed to be used by the DDX for cursor