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

/external/openssl/crypto/rand/
H A Drand_win.c742 HDC hMemDC; /* memory DC */ local
758 hMemDC = CreateCompatibleDC(hScrDC);
768 hOldBitmap = SelectObject(hMemDC, hBitmap);
782 BitBlt(hMemDC, 0, 0, w, n, hScrDC, 0, y, SRCCOPY);
798 hBitmap = SelectObject(hMemDC, hOldBitmap);
802 DeleteDC(hMemDC);

Completed in 59 milliseconds