Lines Matching refs:pScreenInfo

318     winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;  in winAllocateFBShadowGDI()  local
323 pScreenPriv->pbmih->biWidth = pScreenInfo->dwWidth; in winAllocateFBShadowGDI()
324 pScreenPriv->pbmih->biHeight = -pScreenInfo->dwHeight; in winAllocateFBShadowGDI()
335 (VOID **) &pScreenInfo->pfb, in winAllocateFBShadowGDI()
337 if (pScreenPriv->hbmpShadow == NULL || pScreenInfo->pfb == NULL) { in winAllocateFBShadowGDI()
368 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winAllocateFBShadowGDI()
393 pScreenInfo->dwStride = ((dibsection.dsBmih.biSizeImage in winAllocateFBShadowGDI()
395 * 8) / pScreenInfo->dwBPP; in winAllocateFBShadowGDI()
399 (int) pScreenInfo->dwStride); in winAllocateFBShadowGDI()
403 if (pScreenInfo->fMultiWindow) in winAllocateFBShadowGDI()
413 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winFreeFBShadowGDI() local
419 pScreenInfo->pfb = NULL; in winFreeFBShadowGDI()
430 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winShadowUpdateGDI() local
448 if ((!pScreenPriv->fActive && pScreenInfo->fFullScreen) in winShadowUpdateGDI()
474 if (!pScreenInfo->fMultiWindow && in winShadowUpdateGDI()
475 (pScreenInfo->dwClipUpdatesNBoxes == 0 || in winShadowUpdateGDI()
476 dwBox < pScreenInfo->dwClipUpdatesNBoxes)) { in winShadowUpdateGDI()
495 else if (!pScreenInfo->fMultiWindow) { in winShadowUpdateGDI()
523 if (pScreenInfo->fMultiWindow) in winShadowUpdateGDI()
570 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCloseScreenShadowGDI() local
598 if (!pScreenInfo->fNoTrayIcon) in winCloseScreenShadowGDI()
617 pScreenInfo->pScreen = NULL; in winCloseScreenShadowGDI()
637 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winInitVisualsShadowGDI() local
646 (int) pScreenInfo->dwDepth, (int) pScreenInfo->dwBPP); in winInitVisualsShadowGDI()
649 switch (pScreenInfo->dwDepth) { in winInitVisualsShadowGDI()
654 if (!miSetVisualTypesAndMasks(pScreenInfo->dwDepth, in winInitVisualsShadowGDI()
667 if (!pScreenInfo->fEmulatePseudo) in winInitVisualsShadowGDI()
680 if (!miSetVisualTypesAndMasks(pScreenInfo->dwDepth, in winInitVisualsShadowGDI()
713 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winAdjustVideoModeShadowGDI() local
729 pScreenInfo->dwBPP = dwBPP; in winAdjustVideoModeShadowGDI()
746 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winBltExposedRegionsShadowGDI() local
765 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winBltExposedRegionsShadowGDI()
772 if (pScreenInfo->fMultiWindow) in winBltExposedRegionsShadowGDI()
787 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winActivateAppShadowGDI() local
804 if (pScreenPriv->fActive && pScreenInfo->fFullScreen) { in winActivateAppShadowGDI()
811 else if (!pScreenPriv->fActive && pScreenInfo->fFullScreen) { in winActivateAppShadowGDI()
830 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winRedrawScreenShadowGDI() local
835 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winRedrawScreenShadowGDI()
839 if (pScreenInfo->fMultiWindow) in winRedrawScreenShadowGDI()
899 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winInstallColormapShadowGDI() local
929 pScreenInfo->dwWidth, pScreenInfo->dwHeight, in winInstallColormapShadowGDI()
936 if (pScreenInfo->fMultiWindow) in winInstallColormapShadowGDI()
1105 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winSetEngineFunctionsShadowGDI() local
1115 if (pScreenInfo->fFullScreen) in winSetEngineFunctionsShadowGDI()