Lines Matching refs:pScreenInfo
196 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winAllocateFBShadowDDNL() local
204 (unsigned int)pScreenInfo->dwWidth, in winAllocateFBShadowDDNL()
205 (unsigned int)pScreenInfo->dwHeight, in winAllocateFBShadowDDNL()
206 (unsigned int)pScreenInfo->dwDepth); in winAllocateFBShadowDDNL()
210 pScreenInfo->dwPaddedWidth = PixmapBytePad(pScreenInfo->dwWidth, in winAllocateFBShadowDDNL()
211 pScreenInfo->dwBPP); in winAllocateFBShadowDDNL()
214 lpSurface = malloc(pScreenInfo->dwPaddedWidth * pScreenInfo->dwHeight); in winAllocateFBShadowDDNL()
224 ZeroMemory(lpSurface, pScreenInfo->dwPaddedWidth * pScreenInfo->dwHeight); in winAllocateFBShadowDDNL()
277 if (pScreenInfo->fFullScreen) { in winAllocateFBShadowDDNL()
297 if (pScreenInfo->dwRefreshRate != 0) { in winAllocateFBShadowDDNL()
317 if (dwRefreshRateCurrent == pScreenInfo->dwRefreshRate) { in winAllocateFBShadowDDNL()
321 pScreenInfo->dwRefreshRate = 0; in winAllocateFBShadowDDNL()
332 if (!pScreenInfo->fMultipleMonitors in winAllocateFBShadowDDNL()
333 && (pScreenInfo->dwWidth != GetSystemMetrics(SM_CXSCREEN) in winAllocateFBShadowDDNL()
334 || pScreenInfo->dwHeight != GetSystemMetrics(SM_CYSCREEN) in winAllocateFBShadowDDNL()
335 || pScreenInfo->dwBPP != GetDeviceCaps(hdc, BITSPIXEL) in winAllocateFBShadowDDNL()
336 || pScreenInfo->dwRefreshRate != 0)) { in winAllocateFBShadowDDNL()
341 pScreenInfo->dwWidth, in winAllocateFBShadowDDNL()
342 pScreenInfo->dwHeight, in winAllocateFBShadowDDNL()
343 pScreenInfo->dwBPP, in winAllocateFBShadowDDNL()
344 pScreenInfo->dwRefreshRate, 0); in winAllocateFBShadowDDNL()
353 pScreenInfo->dwWidth, in winAllocateFBShadowDDNL()
354 pScreenInfo->dwHeight, in winAllocateFBShadowDDNL()
355 pScreenInfo->dwBPP, 0, 0); in winAllocateFBShadowDDNL()
426 ddsdShadow.dwHeight = pScreenInfo->dwHeight; in winAllocateFBShadowDDNL()
427 ddsdShadow.dwWidth = pScreenInfo->dwWidth; in winAllocateFBShadowDDNL()
428 ddsdShadow.u1.lPitch = pScreenInfo->dwPaddedWidth; in winAllocateFBShadowDDNL()
433 (int) pScreenInfo->dwPaddedWidth); in winAllocateFBShadowDDNL()
451 pScreenInfo->dwStride = (ddsdShadow.u1.lPitch * 8) in winAllocateFBShadowDDNL()
452 / pScreenInfo->dwBPP; in winAllocateFBShadowDDNL()
456 (int) pScreenInfo->dwStride); in winAllocateFBShadowDDNL()
460 pScreenInfo->pfb = lpSurface; in winAllocateFBShadowDDNL()
478 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winFreeFBShadowDDNL() local
483 free(pScreenInfo->pfb); in winFreeFBShadowDDNL()
484 pScreenInfo->pfb = NULL; in winFreeFBShadowDDNL()
511 pScreenInfo->pfb = NULL; in winFreeFBShadowDDNL()
522 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winShadowUpdateDDNL() local
535 if ((!pScreenPriv->fActive && pScreenInfo->fFullScreen) in winShadowUpdateDDNL()
544 ptOrigin.x = pScreenInfo->dwXOffset; in winShadowUpdateDDNL()
545 ptOrigin.y = pScreenInfo->dwYOffset; in winShadowUpdateDDNL()
554 if (pScreenInfo->dwClipUpdatesNBoxes == 0 in winShadowUpdateDDNL()
555 || dwBox < pScreenInfo->dwClipUpdatesNBoxes) { in winShadowUpdateDDNL()
660 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCloseScreenShadowDDNL() local
685 if (!pScreenInfo->fNoTrayIcon) in winCloseScreenShadowDDNL()
704 pScreenInfo->pScreen = NULL; in winCloseScreenShadowDDNL()
724 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winInitVisualsShadowDDNL() local
748 (int) pScreenInfo->dwDepth, (int) pScreenInfo->dwBPP); in winInitVisualsShadowDDNL()
751 switch (pScreenInfo->dwDepth) { in winInitVisualsShadowDDNL()
756 if (!miSetVisualTypesAndMasks(pScreenInfo->dwDepth, in winInitVisualsShadowDDNL()
769 if (!pScreenInfo->fEmulatePseudo) in winInitVisualsShadowDDNL()
782 if (!miSetVisualTypesAndMasks(pScreenInfo->dwDepth, in winInitVisualsShadowDDNL()
783 pScreenInfo->fFullScreen in winInitVisualsShadowDDNL()
786 pScreenInfo->fFullScreen in winInitVisualsShadowDDNL()
817 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winAdjustVideoModeShadowDDNL() local
832 if (!(pScreenInfo->fFullScreen && (pScreenInfo->dwBPP != WIN_DEFAULT_BPP))) { in winAdjustVideoModeShadowDDNL()
834 pScreenInfo->dwBPP = dwBPP; in winAdjustVideoModeShadowDDNL()
851 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winBltExposedRegionsShadowDDNL() local
880 ptOrigin.x = pScreenInfo->dwXOffset; in winBltExposedRegionsShadowDDNL()
881 ptOrigin.y = pScreenInfo->dwYOffset; in winBltExposedRegionsShadowDDNL()
886 rcDest.right = ptOrigin.x + pScreenInfo->dwWidth; in winBltExposedRegionsShadowDDNL()
888 rcDest.bottom = ptOrigin.y + pScreenInfo->dwHeight; in winBltExposedRegionsShadowDDNL()
893 rcSrc.right = pScreenInfo->dwWidth; in winBltExposedRegionsShadowDDNL()
894 rcSrc.bottom = pScreenInfo->dwHeight; in winBltExposedRegionsShadowDDNL()
985 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winRedrawScreenShadowDDNL() local
995 ptOrigin.x = pScreenInfo->dwXOffset; in winRedrawScreenShadowDDNL()
996 ptOrigin.y = pScreenInfo->dwYOffset; in winRedrawScreenShadowDDNL()
1000 rcDest.right = ptOrigin.x + pScreenInfo->dwWidth; in winRedrawScreenShadowDDNL()
1002 rcDest.bottom = ptOrigin.y + pScreenInfo->dwHeight; in winRedrawScreenShadowDDNL()
1007 rcSrc.right = pScreenInfo->dwWidth; in winRedrawScreenShadowDDNL()
1008 rcSrc.bottom = pScreenInfo->dwHeight; in winRedrawScreenShadowDDNL()
1187 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winSetEngineFunctionsShadowDDNL() local
1197 if (pScreenInfo->fFullScreen) in winSetEngineFunctionsShadowDDNL()