HomeSort by: relevance | last modified time | path
    Searched refs:DisplayCursor (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/mi/
micursor.c 68 pScr->DisplayCursor(pDev, pScr, pCurs);
mipointer.c 119 pScreen->DisplayCursor = miPointerDisplayCursor;
  /xsrc/external/mit/xorg-server.old/dist/render/
animcur.c 66 DisplayCursorProcPtr DisplayCursor;
100 Unwrap(as, pScreen, DisplayCursor);
168 DisplayCursorProcPtr DisplayCursor;
172 * isn't called along the DisplayCursor
175 DisplayCursor = pScreen->DisplayCursor;
176 pScreen->DisplayCursor = as->DisplayCursor;
177 (void) (*pScreen->DisplayCursor) (dev,
180 as->DisplayCursor = pScreen->DisplayCursor
    [all...]
  /xsrc/external/mit/xorg-server/dist/render/
animcur.c 64 DisplayCursorProcPtr DisplayCursor;
95 Unwrap(as, pScreen, DisplayCursor);
138 DisplayCursorProcPtr DisplayCursor = pScreen->DisplayCursor;
141 * Not a simple Unwrap/Wrap as this isn't called along the DisplayCursor
144 pScreen->DisplayCursor = as->DisplayCursor;
145 (void) (*pScreen->DisplayCursor) (dev, pScreen, ac->elts[elt].pCursor);
146 as->DisplayCursor = pScreen->DisplayCursor;
    [all...]
  /xsrc/external/mit/xorg-server/dist/xfixes/
cursor.c 115 * Wrap DisplayCursor to catch cursor change events
119 DisplayCursorProcPtr DisplayCursor;
160 Unwrap(cs, pScreen, DisplayCursor, backupProc);
165 ret = (*pScreen->DisplayCursor) (pDev, pScreen, NullCursor);
168 ret = (*pScreen->DisplayCursor) (pDev, pScreen, pCursor);
189 Wrap(cs, pScreen, DisplayCursor, backupProc);
203 Unwrap(cs, pScreen, DisplayCursor, display_proc);
1090 Wrap(cs, pScreen, DisplayCursor, CursorDisplayCursor);
  /xsrc/external/mit/xorg-server.old/dist/xfixes/
cursor.c 111 * Wrap DisplayCursor to catch cursor change events
115 DisplayCursorProcPtr DisplayCursor;
140 Unwrap (cs, pScreen, DisplayCursor, backupProc);
150 ret = (*pScreen->DisplayCursor) (pDev, pScreen, NullCursor);
152 ret = (*pScreen->DisplayCursor) (pDev, pScreen, pCursor);
175 Wrap (cs, pScreen, DisplayCursor, backupProc);
189 Unwrap (cs, pScreen, DisplayCursor, display_proc);
1053 Wrap (cs, pScreen, DisplayCursor, CursorDisplayCursor);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86VGAarbiter.c 203 WRAP_SCREEN(DisplayCursor, VGAarbiterDisplayCursor);
245 UNWRAP_SCREEN(DisplayCursor);
439 SCREEN_PROLOG(DisplayCursor);
441 val = (*pScreen->DisplayCursor) (pDev, pScreen, pCursor);
443 SCREEN_EPILOG(DisplayCursor, VGAarbiterDisplayCursor);
xf86VGAarbiterPriv.h 133 DisplayCursorProcPtr DisplayCursor;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86VGAarbiter.c 201 WRAP_SCREEN(DisplayCursor, VGAarbiterDisplayCursor);
241 UNWRAP_SCREEN(DisplayCursor);
472 SCREEN_PROLOG (DisplayCursor);
474 val = (*pScreen->DisplayCursor) (pDev, pScreen, pCursor);
476 SCREEN_EPILOG ( DisplayCursor, VGAarbiterDisplayCursor);
xf86VGAarbiterPriv.h 122 DisplayCursorProcPtr DisplayCursor;
  /xsrc/external/mit/xorg-server.old/dist/include/
scrnintstr.h 477 DisplayCursorProcPtr DisplayCursor;
  /xsrc/external/mit/xorg-server/dist/mi/
mipointer.c 143 pScreen->DisplayCursor = miPointerDisplayCursor;
306 pScr->DisplayCursor(pDev, pScr, pCurs);
  /xsrc/external/mit/xorg-server/dist/include/
scrnintstr.h 564 DisplayCursorProcPtr DisplayCursor;
  /xsrc/external/mit/xorg-server/dist/dix/
devices.c 1160 screen->DisplayCursor(dev, screen, NullCursor);
1196 screen->DisplayCursor(dev, screen, NullCursor);
events.c 952 (*pScreen->DisplayCursor) (pDev, pScreen, cursor);
3429 (*pScreen->DisplayCursor) (pDev, pScreen, pSprite->current);
3509 (*pScreen->DisplayCursor) (pDev, pScreen, pSprite->current);
  /xsrc/external/mit/xorg-server.old/dist/dix/
devices.c 1049 screen->DisplayCursor(dev, screen, NullCursor);
1086 screen->DisplayCursor(dev, screen, NullCursor);
events.c 934 (*pScreen->DisplayCursor)(pDev, pScreen, cursor);
2964 (*pScreen->DisplayCursor) (pDev, pScreen, pSprite->current);
3034 (*pScreen->DisplayCursor) (pDev, pScreen, pSprite->current);

Completed in 68 milliseconds