Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Cursor.c85 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 Dxf86Helper.c284 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 Dxf86.h178 extern _X_EXPORT void xf86InitViewport(ScrnInfoPtr pScr);
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamagestr.h83 #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 Dshadow.c42 #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 Dmipointer.c289 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 Dwincursor.c533 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 Drandrstr.h417 #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 DIBM.c604 IBMramdac526UseHWCursor(ScreenPtr pScr, CursorPtr pCurs) in IBMramdac526UseHWCursor() argument
610 IBMramdac640UseHWCursor(ScreenPtr pScr, CursorPtr pCurs) in IBMramdac640UseHWCursor() argument
H A DTI.c664 TIramdacUseHWCursor(ScreenPtr pScr, CursorPtr pCurs) in TIramdacUseHWCursor() argument
/OK3568_Linux_fs/external/xserver/dix/
H A Ddixfonts.c237 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 Ddmxcursor.c1006 dmxDeviceCursorInitialize(DeviceIntPtr pDev, ScreenPtr pScr) in dmxDeviceCursorInitialize() argument
1012 dmxDeviceCursorCleanup(DeviceIntPtr pDev, ScreenPtr pScr) in dmxDeviceCursorCleanup() argument