Home
last modified time | relevance | path

Searched refs:hdcUpdate (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinshadgdi.c748 HDC hdcUpdate; in winBltExposedRegionsShadowGDI() local
752 hdcUpdate = BeginPaint(pScreenPriv->hwndScreen, &ps); in winBltExposedRegionsShadowGDI()
758 SelectPalette(hdcUpdate, pCmapPriv->hPalette, FALSE); in winBltExposedRegionsShadowGDI()
759 RealizePalette(hdcUpdate); in winBltExposedRegionsShadowGDI()
763 BitBlt(hdcUpdate, in winBltExposedRegionsShadowGDI()
H A Dwinshadddnl.c854 HDC hdcUpdate; in winBltExposedRegionsShadowDDNL() local
871 hdcUpdate = BeginPaint(pScreenPriv->hwndScreen, &ps); in winBltExposedRegionsShadowDDNL()
872 if (hdcUpdate == NULL) { in winBltExposedRegionsShadowDDNL()
949 if (hdcUpdate != NULL) in winBltExposedRegionsShadowDDNL()
H A Dwinwin32rootlesswndproc.c338 HDC hdcUpdate; in winMWExtWMWindowProc() local
695 hdcUpdate = BeginPaint(hwnd, &ps); in winMWExtWMWindowProc()
698 if (!BitBlt(hdcUpdate, in winMWExtWMWindowProc()
H A Dwinmultiwindowwndproc.c305 HDC hdcUpdate; in winTopLevelWindowProc() local
464 hdcUpdate = BeginPaint(hwnd, &ps); in winTopLevelWindowProc()
486 if (!BitBlt(hdcUpdate, in winTopLevelWindowProc()