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

/external/openssl/crypto/rand/
H A Drand_win.c741 HDC hScrDC; /* screen DC */ local
757 hScrDC = CreateDC(TEXT("DISPLAY"), NULL, NULL, NULL);
758 hMemDC = CreateCompatibleDC(hScrDC);
761 w = GetDeviceCaps(hScrDC, HORZRES);
762 h = GetDeviceCaps(hScrDC, VERTRES);
765 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
782 BitBlt(hMemDC, 0, 0, w, n, hScrDC, 0, y, SRCCOPY);
803 DeleteDC(hScrDC);

Completed in 1959 milliseconds