Searched refs:hdcUpdate (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winshadgdi.c | 751 HDC hdcUpdate; local in function:winBltExposedRegionsShadowGDI 755 hdcUpdate = BeginPaint(pScreenPriv->hwndScreen, &ps); 767 SelectPalette(hdcUpdate, pCmapPriv->hPalette, FALSE); 768 RealizePalette(hdcUpdate); 772 if (!BitBlt(hdcUpdate, 818 HDC hdcUpdate; local in function:winBltExposedWindowRegionShadowGDI 821 hdcUpdate = BeginPaint(hWnd, &ps); 856 if (!BitBlt(hdcUpdate, 874 if (!BitBlt(hdcUpdate, 902 BitBlt(hdcUpdate, [all...] |
| H A D | winshadddnl.c | 854 HDC hdcUpdate; local in function:winBltExposedRegionsShadowDDNL 871 hdcUpdate = BeginPaint(pScreenPriv->hwndScreen, &ps); 872 if (hdcUpdate == NULL) { 949 if (hdcUpdate != NULL)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winshadgdi.c | 822 HDC hdcUpdate; local in function:winBltExposedRegionsShadowGDI 826 hdcUpdate = BeginPaint (pScreenPriv->hwndScreen, &ps); 833 SelectPalette (hdcUpdate, pCmapPriv->hPalette, FALSE); 834 RealizePalette (hdcUpdate); 838 BitBlt (hdcUpdate,
|
| H A D | winshaddd.c | 931 HDC hdcUpdate = NULL; local in function:winBltExposedRegionsShadowDD 939 hdcUpdate = BeginPaint (pScreenPriv->hwndScreen, &ps); 940 if (hdcUpdate == NULL) 1058 if (hdcUpdate != NULL)
|
| H A D | winshadddnl.c | 1006 HDC hdcUpdate; local in function:winBltExposedRegionsShadowDDNL 1024 hdcUpdate = BeginPaint (pScreenPriv->hwndScreen, &ps); 1025 if (hdcUpdate == NULL) 1109 if (hdcUpdate != NULL)
|
| H A D | winmultiwindowwndproc.c | 310 HDC hdcUpdate; local in function:winTopLevelWindowProc 467 hdcUpdate = BeginPaint (hwnd, &ps); 476 if (!BitBlt (hdcUpdate,
|
| H A D | winwin32rootlesswndproc.c | 410 HDC hdcUpdate; local in function:winMWExtWMWindowProc 792 hdcUpdate = BeginPaint (hwnd, &ps); 795 if (!BitBlt (hdcUpdate,
|
Completed in 19 milliseconds