Searched refs:hdcUpdate (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinshadgdi.c751 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 Dwinshadddnl.c854 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 Dwinshadgdi.c822 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 Dwinshaddd.c931 HDC hdcUpdate = NULL; local in function:winBltExposedRegionsShadowDD
939 hdcUpdate = BeginPaint (pScreenPriv->hwndScreen, &ps);
940 if (hdcUpdate == NULL)
1058 if (hdcUpdate != NULL)
H A Dwinshadddnl.c1006 HDC hdcUpdate; local in function:winBltExposedRegionsShadowDDNL
1024 hdcUpdate = BeginPaint (pScreenPriv->hwndScreen, &ps);
1025 if (hdcUpdate == NULL)
1109 if (hdcUpdate != NULL)
H A Dwinmultiwindowwndproc.c310 HDC hdcUpdate; local in function:winTopLevelWindowProc
467 hdcUpdate = BeginPaint (hwnd, &ps);
476 if (!BitBlt (hdcUpdate,
H A Dwinwin32rootlesswndproc.c410 HDC hdcUpdate; local in function:winMWExtWMWindowProc
792 hdcUpdate = BeginPaint (hwnd, &ps);
795 if (!BitBlt (hdcUpdate,

Completed in 19 milliseconds