| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Cursor.c | 85 xf86InitViewport(ScrnInfoPtr pScr) in xf86InitViewport() argument 88 pScr->PointerMoved = xf86PointerMoved; in xf86InitViewport() 93 if (pScr->display) { in xf86InitViewport() 94 if (pScr->display->frameX0 < 0) { in xf86InitViewport() 95 pScr->frameX0 = (pScr->virtualX - pScr->modes->HDisplay) / 2; in xf86InitViewport() 96 pScr->frameY0 = (pScr->virtualY - pScr->modes->VDisplay) / 2; in xf86InitViewport() 99 pScr->frameX0 = pScr->display->frameX0; in xf86InitViewport() 100 pScr->frameY0 = pScr->display->frameY0; in xf86InitViewport() 104 pScr->frameX1 = pScr->frameX0 + pScr->modes->HDisplay - 1; in xf86InitViewport() 105 pScr->frameY1 = pScr->frameY0 + pScr->modes->VDisplay - 1; in xf86InitViewport() [all …]
|
| H A D | xf86Helper.c | 284 ScrnInfoPtr pScr; in xf86AllocateScrnInfoPrivateIndex() local 289 pScr = xf86Screens[i]; in xf86AllocateScrnInfoPrivateIndex() 290 nprivs = xnfreallocarray(pScr->privates, in xf86AllocateScrnInfoPrivateIndex() 294 pScr->privates = nprivs; in xf86AllocateScrnInfoPrivateIndex() 297 pScr = xf86GPUScreens[i]; in xf86AllocateScrnInfoPrivateIndex() 298 nprivs = xnfreallocarray(pScr->privates, in xf86AllocateScrnInfoPrivateIndex() 302 pScr->privates = nprivs; in xf86AllocateScrnInfoPrivateIndex()
|
| H A D | xf86.h | 178 extern _X_EXPORT void xf86InitViewport(ScrnInfoPtr pScr);
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damagestr.h | 83 #define damageGetScrPriv(pScr) ((DamageScrPrivPtr) \ argument 84 dixLookupPrivate(&(pScr)->devPrivates, damageScrPrivateKey)) 86 #define damageScrPriv(pScr) \ argument 87 DamageScrPrivPtr pScrPriv = damageGetScrPriv(pScr)
|
| /OK3568_Linux_fs/external/xserver/miext/shadow/ |
| H A D | shadow.c | 42 #define shadowGetBuf(pScr) ((shadowBufPtr) \ argument 43 dixLookupPrivate(&(pScr)->devPrivates, shadowScrPrivateKey)) 44 #define shadowBuf(pScr) shadowBufPtr pBuf = shadowGetBuf(pScr) argument
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mipointer.c | 289 miRecolorCursor(DeviceIntPtr pDev, ScreenPtr pScr, in miRecolorCursor() argument 296 pScr->UnrealizeCursor(pDev, pScr, pCurs); in miRecolorCursor() 297 pScr->RealizeCursor(pDev, pScr, pCurs); in miRecolorCursor() 299 pScr->DisplayCursor(pDev, pScr, pCurs); in miRecolorCursor()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | wincursor.c | 533 winDeviceCursorInitialize(DeviceIntPtr pDev, ScreenPtr pScr) in winDeviceCursorInitialize() argument 535 winScreenPriv(pScr); in winDeviceCursorInitialize() 536 return pScreenPriv->cursor.spriteFuncs->DeviceCursorInitialize(pDev, pScr); in winDeviceCursorInitialize() 540 winDeviceCursorCleanup(DeviceIntPtr pDev, ScreenPtr pScr) in winDeviceCursorCleanup() argument 542 winScreenPriv(pScr); in winDeviceCursorCleanup() 543 pScreenPriv->cursor.spriteFuncs->DeviceCursorCleanup(pDev, pScr); in winDeviceCursorCleanup()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | randrstr.h | 417 #define rrGetScrPriv(pScr) ((rrScrPrivPtr)dixLookupPrivate(&(pScr)->devPrivates, rrPrivKey)) argument 418 #define rrScrPriv(pScr) rrScrPrivPtr pScrPriv = rrGetScrPriv(pScr) argument
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/ |
| H A D | IBM.c | 604 IBMramdac526UseHWCursor(ScreenPtr pScr, CursorPtr pCurs) in IBMramdac526UseHWCursor() argument 610 IBMramdac640UseHWCursor(ScreenPtr pScr, CursorPtr pCurs) in IBMramdac640UseHWCursor() argument
|
| H A D | TI.c | 664 TIramdacUseHWCursor(ScreenPtr pScr, CursorPtr pCurs) in TIramdacUseHWCursor() argument
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dixfonts.c | 237 ScreenPtr pScr; in doOpenFont() local 341 pScr = screenInfo.screens[i]; in doOpenFont() 342 if (pScr->RealizeFont) { in doOpenFont() 343 if (!(*pScr->RealizeFont) (pScr, pfont)) { in doOpenFont()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxcursor.c | 1006 dmxDeviceCursorInitialize(DeviceIntPtr pDev, ScreenPtr pScr) in dmxDeviceCursorInitialize() argument 1012 dmxDeviceCursorCleanup(DeviceIntPtr pDev, ScreenPtr pScr) in dmxDeviceCursorCleanup() argument
|