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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinshadgdi.c335 pScreenPriv->hbmpShadow = CreateDIBSection(pScreenPriv->hdcScreen,
340 if (pScreenPriv->hbmpShadow == NULL || pScreenInfo->pfb == NULL) {
351 GetObject(pScreenPriv->hbmpShadow, sizeof(dibsection), &dibsection);
362 SelectObject(pScreenPriv->hdcShadow, pScreenPriv->hbmpShadow);
419 DeleteObject(pScreenPriv->hbmpShadow);
H A Dwin.h453 HBITMAP hbmpShadow; member in struct:_winPrivScreenRec
H A Dwinmultiwindowwindow.c1187 pPixmapPriv->hBitmap = pScreenPriv->hbmpShadow;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinshadgdi.c353 pScreenPriv->hbmpShadow = CreateDIBSection (pScreenPriv->hdcScreen,
359 if (pScreenPriv->hbmpShadow == NULL || pScreenInfo->pfb == NULL)
372 GetObject (pScreenPriv->hbmpShadow,
387 pScreenPriv->hbmpShadow);
451 DeleteObject (pScreenPriv->hbmpShadow);
H A Dwinwin32rootless.c201 pRLWinPriv->hbmpShadow = NULL;
239 pRLWinPriv->hbmpShadow = NULL;
831 DeleteObject (pRLWinPriv->hbmpShadow);
834 pRLWinPriv->hbmpShadow = hbmpNew;
H A Dwin.h503 HBITMAP hbmpShadow; member in struct:_winPrivScreenRec
620 HBITMAP hbmpShadow; member in struct:__anonc09092800708
H A Dwinwin32rootlesswndproc.c496 DeleteObject (pRLWinPriv->hbmpShadow);
497 pRLWinPriv->hbmpShadow = NULL;

Completed in 10 milliseconds