Home
last modified time | relevance | path

Searched refs:pScreenInfo (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/dports/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.7/src/
H A Drendition.c516 pScreenInfo->monitor=pScreenInfo->confScreen->monitor; in renditionPreInit()
779 pScreenInfo->monitor->DDC = renditionDDC(pScreenInfo); in renditionPreInit()
833 pScreenInfo->currentMode = pScreenInfo->modes; in renditionPreInit()
989 verite_setmode(pScreenInfo,&RENDITIONPTR(pScreenInfo)->mode); in renditionSetMode()
1105 if (!renditionSetMode(pScreenInfo, pScreenInfo->currentMode)) in renditionScreenInit()
1111 (*pScreenInfo->AdjustFrame)(ADJUST_FRAME_ARGS(pScreenInfo, in renditionScreenInit()
1112 pScreenInfo->frameX0, pScreenInfo->frameY0)); in renditionScreenInit()
1119 pScreenInfo->rgbBits, pScreenInfo->defaultVisual)) in renditionScreenInit()
1148 pScreenInfo->xDpi, pScreenInfo->yDpi, in renditionScreenInit()
1306 (*pScreenInfo->AdjustFrame)(ADJUST_FRAME_ARGS(pScreenInfo, in renditionEnterVT()
[all …]
H A DaccelX.c120 if (RENDITIONLoadUcode(pScreenInfo)){ in RENDITIONAccelPreInit()
187 verite_check_csucode(pScreenInfo); in RENDITIONAccelXAAInit()
192 verite_check_csucode(pScreenInfo); in RENDITIONAccelXAAInit()
215 ((pScreenInfo->displayWidth * pScreenInfo->bitsPerPixel) in RENDITIONAccelXAAInit()
275 RENDITIONSaveUcode(pScreenInfo); in RENDITIONLoadUcode()
320 v1k_flushicache(pScreenInfo); in RENDITIONInitUcode()
383 v1k_stop(pScreenInfo); in RENDITIONRestoreUcode()
394 v1k_flushicache(pScreenInfo); in RENDITIONRestoreUcode()
421 v1k_stop(pScreenInfo); in RENDITIONSaveUcode()
432 v1k_continue(pScreenInfo); in RENDITIONSaveUcode()
[all …]
/dports/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.6/src/
H A Daticonsole.c69 ScrnInfoPtr pScreenInfo; in ATISaveScreen() local
79 if (!pScreenInfo->vtSema) in ATISaveScreen()
82 pATI = ATIPTR(pScreenInfo); in ATISaveScreen()
99 ScrnInfoPtr pScreenInfo, in ATISetDPMSMode() argument
106 if (!pScreenInfo || !pScreenInfo->vtSema) in ATISetDPMSMode()
109 pATI = ATIPTR(pScreenInfo); in ATISetDPMSMode()
121 ScrnInfoPtr pScreenInfo, in ATIProbeAndSetActiveDisplays() argument
514 ScrnInfoPtr pScreenInfo, in ATIEnterGraphics() argument
561 (*pScreenInfo->AdjustFrame)(ADJUST_FRAME_ARGS(pScreenInfo, in ATIEnterGraphics()
562 pScreenInfo->frameX0, pScreenInfo->frameY0)); in ATIEnterGraphics()
[all …]
H A Datidga.c48 ScrnInfoPtr pScreenInfo, in ATIDGAOpenFramebuffer() argument
91 ScrnInfoPtr pScreenInfo, in ATIDGASetMode() argument
130 if (!(*pScreenInfo->SwitchMode)(SWITCH_MODE_ARGS(pScreenInfo, pMode))) in ATIDGASetMode()
134 (*pScreenInfo->AdjustFrame)(ADJUST_FRAME_ARGS(pScreenInfo, frameX0, frameY0)); in ATIDGASetMode()
147 ScrnInfoPtr pScreenInfo, in ATIDGASetViewport() argument
153 (*pScreenInfo->AdjustFrame)(ADJUST_FRAME_ARGS(pScreenInfo, x, y)); in ATIDGASetViewport()
165 ScrnInfoPtr pScreenInfo in ATIDGAGetViewport() argument
179 ScrnInfoPtr pScreenInfo, in ATIDGAFillRect() argument
210 ScrnInfoPtr pScreenInfo, in ATIDGABlitRect() argument
285 ScrnInfoPtr pScreenInfo, in ATIDGAAddModes() argument
[all …]
H A Datiscreen.c77 ScrnInfoPtr pScreenInfo, in ATIRefreshArea() argument
82 ATIPtr pATI = ATIPTR(pScreenInfo); in ATIRefreshArea()
127 ScrnInfoPtr pScreenInfo, in ATIMach64SetupMemXAA_NoDRI() argument
168 ScrnInfoPtr pScreenInfo, in ATIMach64SetupMemXAA() argument
178 int fbSize = pScreenInfo->videoRam * 1024; in ATIMach64SetupMemXAA()
446 pScreenInfo->virtualX, pScreenInfo->virtualY, in ATIScreenInit()
447 pScreenInfo->xDpi, pScreenInfo->yDpi, pATI->displayWidth, in ATIScreenInit()
566 xf86ShowUnusedOptions(pScreenInfo->scrnIndex, pScreenInfo->options); in ATIScreenInit()
571 ATISwitchMode(SWITCH_MODE_ARGS(pScreenInfo, pScreenInfo->currentMode)); in ATIScreenInit()
643 ATILeaveGraphics(pScreenInfo, pATI); in ATICloseScreen()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/
H A Dwincreatewnd.c55 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowFullScreen() local
56 int iX = pScreenInfo->dwInitialX; in winCreateBoundingWindowFullScreen()
75 wc.hIcon = pScreenInfo->hIcon; in winCreateBoundingWindowFullScreen()
127 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowWindowed() local
140 (int) pScreenInfo->dwUserWidth, (int) pScreenInfo->dwUserHeight); in winCreateBoundingWindowWindowed()
142 (int) pScreenInfo->dwWidth, (int) pScreenInfo->dwHeight); in winCreateBoundingWindowWindowed()
148 if (pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
149 && !pScreenInfo->fRootless in winCreateBoundingWindowWindowed()
176 wc.hIcon = pScreenInfo->hIcon; in winCreateBoundingWindowWindowed()
201 if ((!pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
[all …]
H A Dwinscrinit.c57 (unsigned int)pScreenInfo->dwWidth, (unsigned int)pScreenInfo->dwHeight); in winScreenInit()
70 pScreenInfo->pScreen = pScreen; in winScreenInit()
74 pScreenPriv->pScreenInfo = pScreenInfo; in winScreenInit()
228 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winFinishScreenInitFB() local
243 if (pScreenInfo->dwBPP == 8) in winFinishScreenInitFB()
244 pScreenInfo->dwDepth = 8; in winFinishScreenInitFB()
261 if ((pScreenInfo->dwBPP == 8) && (pScreenInfo->fCompositeWM)) { in winFinishScreenInitFB()
272 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
274 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
302 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/
H A Dwincreatewnd.c55 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowFullScreen() local
56 int iX = pScreenInfo->dwInitialX; in winCreateBoundingWindowFullScreen()
75 wc.hIcon = pScreenInfo->hIcon; in winCreateBoundingWindowFullScreen()
127 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowWindowed() local
140 (int) pScreenInfo->dwUserWidth, (int) pScreenInfo->dwUserHeight); in winCreateBoundingWindowWindowed()
142 (int) pScreenInfo->dwWidth, (int) pScreenInfo->dwHeight); in winCreateBoundingWindowWindowed()
148 if (pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
149 && !pScreenInfo->fRootless in winCreateBoundingWindowWindowed()
176 wc.hIcon = pScreenInfo->hIcon; in winCreateBoundingWindowWindowed()
201 if ((!pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
[all …]
H A Dwinscrinit.c57 (unsigned int)pScreenInfo->dwWidth, (unsigned int)pScreenInfo->dwHeight); in winScreenInit()
70 pScreenInfo->pScreen = pScreen; in winScreenInit()
74 pScreenPriv->pScreenInfo = pScreenInfo; in winScreenInit()
228 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winFinishScreenInitFB() local
243 if (pScreenInfo->dwBPP == 8) in winFinishScreenInitFB()
244 pScreenInfo->dwDepth = 8; in winFinishScreenInitFB()
261 if ((pScreenInfo->dwBPP == 8) && (pScreenInfo->fCompositeWM)) { in winFinishScreenInitFB()
272 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
274 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
302 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwincreatewnd.c55 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowFullScreen() local
133 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowWindowed() local
146 (int) pScreenInfo->dwUserWidth, (int) pScreenInfo->dwUserHeight); in winCreateBoundingWindowWindowed()
148 (int) pScreenInfo->dwWidth, (int) pScreenInfo->dwHeight); in winCreateBoundingWindowWindowed()
154 if (pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
156 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
158 && !pScreenInfo->fRootless in winCreateBoundingWindowWindowed()
216 if ((!pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
218 || pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
288 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
[all …]
H A Dwinscrinit.c93 (unsigned int)pScreenInfo->dwWidth, (unsigned int)pScreenInfo->dwHeight); in winScreenInit()
106 pScreenInfo->pScreen = pScreen; in winScreenInit()
110 pScreenPriv->pScreenInfo = pScreenInfo; in winScreenInit()
264 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winFinishScreenInitFB() local
279 if (pScreenInfo->dwBPP == 8) in winFinishScreenInitFB()
280 pScreenInfo->dwDepth = 8; in winFinishScreenInitFB()
303 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
305 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
336 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
338 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
[all …]
H A Dwinshadddnl.c196 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winAllocateFBShadowDDNL() local
210 pScreenInfo->dwPaddedWidth = PixmapBytePad(pScreenInfo->dwWidth, in winAllocateFBShadowDDNL()
478 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winFreeFBShadowDDNL() local
522 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winShadowUpdateDDNL() local
660 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCloseScreenShadowDDNL() local
724 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winInitVisualsShadowDDNL() local
748 (int) pScreenInfo->dwDepth, (int) pScreenInfo->dwBPP); in winInitVisualsShadowDDNL()
817 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winAdjustVideoModeShadowDDNL() local
851 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winBltExposedRegionsShadowDDNL() local
985 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winRedrawScreenShadowDDNL() local
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c55 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowFullScreen() local
133 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowWindowed() local
146 (int) pScreenInfo->dwUserWidth, (int) pScreenInfo->dwUserHeight); in winCreateBoundingWindowWindowed()
148 (int) pScreenInfo->dwWidth, (int) pScreenInfo->dwHeight); in winCreateBoundingWindowWindowed()
154 if (pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
156 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
158 && !pScreenInfo->fRootless in winCreateBoundingWindowWindowed()
216 if ((!pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
218 || pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
288 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
[all …]
H A Dwinscrinit.c93 (unsigned int)pScreenInfo->dwWidth, (unsigned int)pScreenInfo->dwHeight); in winScreenInit()
106 pScreenInfo->pScreen = pScreen; in winScreenInit()
110 pScreenPriv->pScreenInfo = pScreenInfo; in winScreenInit()
264 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winFinishScreenInitFB() local
279 if (pScreenInfo->dwBPP == 8) in winFinishScreenInitFB()
280 pScreenInfo->dwDepth = 8; in winFinishScreenInitFB()
303 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
305 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
336 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
338 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
[all …]
H A Dwinshadddnl.c196 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winAllocateFBShadowDDNL() local
210 pScreenInfo->dwPaddedWidth = PixmapBytePad(pScreenInfo->dwWidth, in winAllocateFBShadowDDNL()
478 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winFreeFBShadowDDNL() local
522 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winShadowUpdateDDNL() local
660 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCloseScreenShadowDDNL() local
724 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winInitVisualsShadowDDNL() local
748 (int) pScreenInfo->dwDepth, (int) pScreenInfo->dwBPP); in winInitVisualsShadowDDNL()
817 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winAdjustVideoModeShadowDDNL() local
851 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winBltExposedRegionsShadowDDNL() local
985 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winRedrawScreenShadowDDNL() local
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c55 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowFullScreen() local
133 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowWindowed() local
146 (int) pScreenInfo->dwUserWidth, (int) pScreenInfo->dwUserHeight); in winCreateBoundingWindowWindowed()
148 (int) pScreenInfo->dwWidth, (int) pScreenInfo->dwHeight); in winCreateBoundingWindowWindowed()
154 if (pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
156 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
158 && !pScreenInfo->fRootless in winCreateBoundingWindowWindowed()
216 if ((!pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
218 || pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
288 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
[all …]
H A Dwinscrinit.c93 (unsigned int)pScreenInfo->dwWidth, (unsigned int)pScreenInfo->dwHeight); in winScreenInit()
106 pScreenInfo->pScreen = pScreen; in winScreenInit()
110 pScreenPriv->pScreenInfo = pScreenInfo; in winScreenInit()
264 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winFinishScreenInitFB() local
279 if (pScreenInfo->dwBPP == 8) in winFinishScreenInitFB()
280 pScreenInfo->dwDepth = 8; in winFinishScreenInitFB()
303 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
305 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
336 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
338 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c55 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowFullScreen() local
133 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowWindowed() local
146 (int) pScreenInfo->dwUserWidth, (int) pScreenInfo->dwUserHeight); in winCreateBoundingWindowWindowed()
148 (int) pScreenInfo->dwWidth, (int) pScreenInfo->dwHeight); in winCreateBoundingWindowWindowed()
154 if (pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
156 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
158 && !pScreenInfo->fRootless in winCreateBoundingWindowWindowed()
216 if ((!pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
218 || pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
288 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
[all …]
H A Dwinscrinit.c93 (unsigned int)pScreenInfo->dwWidth, (unsigned int)pScreenInfo->dwHeight); in winScreenInit()
106 pScreenInfo->pScreen = pScreen; in winScreenInit()
110 pScreenPriv->pScreenInfo = pScreenInfo; in winScreenInit()
264 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winFinishScreenInitFB() local
279 if (pScreenInfo->dwBPP == 8) in winFinishScreenInitFB()
280 pScreenInfo->dwDepth = 8; in winFinishScreenInitFB()
303 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
305 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
336 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
338 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c55 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowFullScreen() local
133 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowWindowed() local
146 (int) pScreenInfo->dwUserWidth, (int) pScreenInfo->dwUserHeight); in winCreateBoundingWindowWindowed()
148 (int) pScreenInfo->dwWidth, (int) pScreenInfo->dwHeight); in winCreateBoundingWindowWindowed()
154 if (pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
156 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
158 && !pScreenInfo->fRootless in winCreateBoundingWindowWindowed()
216 if ((!pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
218 || pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
288 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
[all …]
H A Dwinscrinit.c93 (unsigned int)pScreenInfo->dwWidth, (unsigned int)pScreenInfo->dwHeight); in winScreenInit()
106 pScreenInfo->pScreen = pScreen; in winScreenInit()
110 pScreenPriv->pScreenInfo = pScreenInfo; in winScreenInit()
264 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winFinishScreenInitFB() local
279 if (pScreenInfo->dwBPP == 8) in winFinishScreenInitFB()
280 pScreenInfo->dwDepth = 8; in winFinishScreenInitFB()
303 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
305 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
336 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
338 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c55 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowFullScreen() local
133 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowWindowed() local
146 (int) pScreenInfo->dwUserWidth, (int) pScreenInfo->dwUserHeight); in winCreateBoundingWindowWindowed()
148 (int) pScreenInfo->dwWidth, (int) pScreenInfo->dwHeight); in winCreateBoundingWindowWindowed()
154 if (pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
156 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
158 && !pScreenInfo->fRootless in winCreateBoundingWindowWindowed()
216 if ((!pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
218 || pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
288 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
[all …]
H A Dwinscrinit.c93 (unsigned int)pScreenInfo->dwWidth, (unsigned int)pScreenInfo->dwHeight); in winScreenInit()
106 pScreenInfo->pScreen = pScreen; in winScreenInit()
110 pScreenPriv->pScreenInfo = pScreenInfo; in winScreenInit()
264 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winFinishScreenInitFB() local
279 if (pScreenInfo->dwBPP == 8) in winFinishScreenInitFB()
280 pScreenInfo->dwDepth = 8; in winFinishScreenInitFB()
303 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
305 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
336 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
338 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwin/
H A Dwincreatewnd.c55 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowFullScreen() local
133 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowWindowed() local
146 (int) pScreenInfo->dwUserWidth, (int) pScreenInfo->dwUserHeight); in winCreateBoundingWindowWindowed()
148 (int) pScreenInfo->dwWidth, (int) pScreenInfo->dwHeight); in winCreateBoundingWindowWindowed()
154 if (pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
156 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
158 && !pScreenInfo->fRootless in winCreateBoundingWindowWindowed()
216 if ((!pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
218 || pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
288 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
[all …]
H A Dwinscrinit.c93 (unsigned int)pScreenInfo->dwWidth, (unsigned int)pScreenInfo->dwHeight); in winScreenInit()
106 pScreenInfo->pScreen = pScreen; in winScreenInit()
110 pScreenPriv->pScreenInfo = pScreenInfo; in winScreenInit()
264 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winFinishScreenInitFB() local
279 if (pScreenInfo->dwBPP == 8) in winFinishScreenInitFB()
280 pScreenInfo->dwDepth = 8; in winFinishScreenInitFB()
303 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
305 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
336 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winFinishScreenInitFB()
338 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
[all …]

12345678910>>...14