Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinshadgdi.c332 pScreenPriv->hbmpShadow = CreateDIBSection(pScreenPriv->hdcScreen, in winAllocateFBShadowGDI()
337 if (pScreenPriv->hbmpShadow == NULL || pScreenInfo->pfb == NULL) { in winAllocateFBShadowGDI()
348 GetObject(pScreenPriv->hbmpShadow, sizeof(dibsection), &dibsection); in winAllocateFBShadowGDI()
359 SelectObject(pScreenPriv->hdcShadow, pScreenPriv->hbmpShadow); in winAllocateFBShadowGDI()
416 DeleteObject(pScreenPriv->hbmpShadow); in winFreeFBShadowGDI()
H A Dwinwin32rootless.c183 pRLWinPriv->hbmpShadow = NULL; in InitWin32RootlessEngine()
220 pRLWinPriv->hbmpShadow = NULL; in winMWExtWMCreateFrame()
728 DeleteObject(pRLWinPriv->hbmpShadow); in winMWExtWMStartDrawing()
731 pRLWinPriv->hbmpShadow = hbmpNew; in winMWExtWMStartDrawing()
H A Dwin.h453 HBITMAP hbmpShadow; member
536 HBITMAP hbmpShadow; member
H A Dwinwin32rootlesswndproc.c405 DeleteObject(pRLWinPriv->hbmpShadow); in winMWExtWMWindowProc()
406 pRLWinPriv->hbmpShadow = NULL; in winMWExtWMWindowProc()