Lines Matching defs:hBitmap
971 HBITMAP hBitmap = NULL;
1014 hBitmap = CreateDIBSection(NULL,
1017 if (hBitmap == NULL) {
1025 winDebug("winCreateDIB: HBITMAP %p pBMIH %p pBits %p\n", hBitmap, pbmih, *ppvBits);
1027 return hBitmap;
1089 pPixmapPriv->hBitmap = NULL;
1094 pPixmapPriv->hBitmap = winCreateDIB(pScreen, width, height, bpp, &pPixmapPriv->pbBits, &pPixmapPriv->pbmih);
1097 winDebug("winCreatePixmap: pPixmap %p HBITMAP %p pBMIH %p pBits %p\n", pPixmap, pPixmapPriv->hBitmap, pPixmapPriv->pbmih, pPixmapPriv->pbBits);
1132 if (pPixmapPriv->hBitmap)
1133 DeleteObject(pPixmapPriv->hBitmap);
1187 pPixmapPriv->hBitmap = pScreenPriv->hbmpShadow;
1202 pPixmapPriv->hBitmap = 0;