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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinshadgdi.c832 HDC hdcPixmap; local in function:winBltExposedWindowRegionShadowGDI
852 hdcPixmap = CreateCompatibleDC(pScreenPriv->hdcScreen);
853 SelectObject(hdcPixmap, hBitmap);
860 hdcPixmap,
868 DeleteDC(hdcPixmap);

Completed in 3 milliseconds