Searched refs:hdcScreen (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winshadgdi.c | 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() [all …]
|
| H A D | winwin32rootless.c | 92 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 D | windialogs.c | 441 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 D | winshadddnl.c | 606 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 D | win.h | 454 HDC hdcScreen; member 538 HDC hdcScreen; member
|
| H A D | winwin32rootlesswndproc.c | 409 ReleaseDC(pRLWinPriv->hWnd, pRLWinPriv->hdcScreen); in winMWExtWMWindowProc() 410 pRLWinPriv->hdcScreen = NULL; in winMWExtWMWindowProc()
|
| H A D | wincmap.c | 334 uiColorsRetrieved = GetDIBColorTable(pScreenPriv->hdcScreen, in winGetPaletteDIB()
|
| H A D | winwndproc.c | 185 GetDeviceCaps(s_pScreenPriv->hdcScreen, BITSPIXEL)) { in winWindowProc()
|