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

/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_win.c688 HBITMAP hBitmap; /* handle for our bitmap */ local
710 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
713 hOldBitmap = SelectObject(hMemDC, hBitmap);
716 GetObject(hBitmap, sizeof(BITMAP), (LPSTR) & bm);
729 GetBitmapBits(hBitmap, size, bmbits);
742 hBitmap = SelectObject(hMemDC, hOldBitmap);
745 DeleteObject(hBitmap);

Completed in 20 milliseconds