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

/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_win.c686 HDC hScrDC; /* screen DC */ local
702 hScrDC = CreateDC(TEXT("DISPLAY"), NULL, NULL, NULL);
703 hMemDC = CreateCompatibleDC(hScrDC);
706 w = GetDeviceCaps(hScrDC, HORZRES);
707 h = GetDeviceCaps(hScrDC, VERTRES);
710 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
726 BitBlt(hMemDC, 0, 0, w, n, hScrDC, 0, y, SRCCOPY);
747 DeleteDC(hScrDC);

Completed in 101 milliseconds