Lines Matching refs:hdcScreen
99 hbmp = CreateCompatibleBitmap(pScreenPriv->hdcScreen, 1, 1); in winQueryScreenDIBFormat()
110 if (!GetDIBits(pScreenPriv->hdcScreen, in winQueryScreenDIBFormat()
126 if (!GetDIBits(pScreenPriv->hdcScreen, in winQueryScreenDIBFormat()
155 if (GetDeviceCaps(pScreenPriv->hdcScreen, RASTERCAPS) & RC_PALETTE) { in winQueryRGBBitsAndMasks()
168 if (GetDeviceCaps(pScreenPriv->hdcScreen, PLANES) in winQueryRGBBitsAndMasks()
169 * GetDeviceCaps(pScreenPriv->hdcScreen, BITSPIXEL) == 24) { in winQueryRGBBitsAndMasks()
332 pScreenPriv->hbmpShadow = CreateDIBSection(pScreenPriv->hdcScreen, in winAllocateFBShadowGDI()
366 fReturn = BitBlt(pScreenPriv->hdcScreen, in winAllocateFBShadowGDI()
488 BitBlt(pScreenPriv->hdcScreen, in winShadowUpdateGDI()
503 SelectClipRgn(pScreenPriv->hdcScreen, hrgnCombined); in winShadowUpdateGDI()
511 BitBlt(pScreenPriv->hdcScreen, in winShadowUpdateGDI()
519 SelectClipRgn(pScreenPriv->hdcScreen, NULL); in winShadowUpdateGDI()
535 pScreenPriv->hdcScreen = GetDC(pScreenPriv->hwndScreen); in winInitScreenShadowGDI()
536 pScreenPriv->hdcShadow = CreateCompatibleDC(pScreenPriv->hdcScreen); in winInitScreenShadowGDI()
595 ReleaseDC(pScreenPriv->hwndScreen, pScreenPriv->hdcScreen); in winCloseScreenShadowGDI()
833 BitBlt(pScreenPriv->hdcScreen, in winRedrawScreenShadowGDI()
871 if (RealizePalette(pScreenPriv->hdcScreen) == GDI_ERROR) { in winRealizeInstalledPaletteShadowGDI()
906 if (SelectPalette(pScreenPriv->hdcScreen, in winInstallColormapShadowGDI()
913 if (GDI_ERROR == RealizePalette(pScreenPriv->hdcScreen)) { in winInstallColormapShadowGDI()
927 BitBlt(pScreenPriv->hdcScreen, in winInstallColormapShadowGDI()
977 RealizePalette(pScreenPriv->hdcScreen); in winStoreColorsShadowGDI()
1078 SelectPalette(pScreenPriv->hdcScreen, in winDestroyColormapShadowGDI()