Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootless.c614 HBITMAP hbmpNew; in winMWExtWMStartDrawing() local
659 hbmpNew = CreateDIBSection(pRLWinPriv->hdcScreen, in winMWExtWMStartDrawing()
663 if (hbmpNew == NULL || pRLWinPriv->pfb == NULL) { in winMWExtWMStartDrawing()
674 GetObject(hbmpNew, sizeof(dibsection), &dibsection); in winMWExtWMStartDrawing()
687 SelectObject(hdcNew, hbmpNew); in winMWExtWMStartDrawing()
731 pRLWinPriv->hbmpShadow = hbmpNew; in winMWExtWMStartDrawing()