Home
last modified time | relevance | path

Searched refs:hdcScreen (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinshadgdi.c99 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()
[all …]
H A Dwinwin32rootless.c92 hbmp = CreateCompatibleBitmap(pRLWinPriv->hdcScreen, 1, 1); in winMWExtWMQueryDIBFormat()
103 if (!GetDIBits(pRLWinPriv->hdcScreen, in winMWExtWMQueryDIBFormat()
120 if (!GetDIBits(pRLWinPriv->hdcScreen, in winMWExtWMQueryDIBFormat()
181 pRLWinPriv->hdcScreen = GetDC(pRLWinPriv->hWnd); in InitWin32RootlessEngine()
182 pRLWinPriv->hdcShadow = CreateCompatibleDC(pRLWinPriv->hdcScreen); in InitWin32RootlessEngine()
222 pRLWinPriv->hdcScreen = NULL; in winMWExtWMCreateFrame()
634 if (pRLWinPriv->hdcScreen == NULL) { in winMWExtWMStartDrawing()
657 hdcNew = CreateCompatibleDC(pRLWinPriv->hdcScreen); in winMWExtWMStartDrawing()
659 hbmpNew = CreateDIBSection(pRLWinPriv->hdcScreen, in winMWExtWMStartDrawing()
H A Dwindialogs.c441 GetDeviceCaps(s_pScreenPriv->hdcScreen, BITSPIXEL)); in winChangeDepthDlgProc()
453 GetDeviceCaps(s_pScreenPriv->hdcScreen, BITSPIXEL)); in winChangeDepthDlgProc()
457 if (GetDeviceCaps(s_pScreenPriv->hdcScreen, BITSPIXEL) == in winChangeDepthDlgProc()
H A Dwinshadddnl.c606 SelectClipRgn(pScreenPriv->hdcScreen, hrgnCombined); in winShadowUpdateDDNL()
635 SelectClipRgn(pScreenPriv->hdcScreen, NULL); in winShadowUpdateDDNL()
645 pScreenPriv->hdcScreen = GetDC(pScreenPriv->hwndScreen); in winInitScreenShadowDDNL()
679 ReleaseDC(pScreenPriv->hwndScreen, pScreenPriv->hdcScreen); in winCloseScreenShadowDDNL()
H A Dwin.h454 HDC hdcScreen; member
538 HDC hdcScreen; member
H A Dwinwin32rootlesswndproc.c409 ReleaseDC(pRLWinPriv->hWnd, pRLWinPriv->hdcScreen); in winMWExtWMWindowProc()
410 pRLWinPriv->hdcScreen = NULL; in winMWExtWMWindowProc()
H A Dwincmap.c334 uiColorsRetrieved = GetDIBColorTable(pScreenPriv->hdcScreen, in winGetPaletteDIB()
H A Dwinwndproc.c185 GetDeviceCaps(s_pScreenPriv->hdcScreen, BITSPIXEL)) { in winWindowProc()