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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/rand/
H A Drand_win.c684 HDC hScrDC; /* screen DC */ local
700 hScrDC = CreateDC(TEXT("DISPLAY"), NULL, NULL, NULL);
701 hMemDC = CreateCompatibleDC(hScrDC);
704 w = GetDeviceCaps(hScrDC, HORZRES);
705 h = GetDeviceCaps(hScrDC, VERTRES);
708 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
725 BitBlt(hMemDC, 0, 0, w, n, hScrDC, 0, y, SRCCOPY);
746 DeleteDC(hScrDC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rand/
H A Drand_win.c684 HDC hScrDC; /* screen DC */ local
700 hScrDC = CreateDC(TEXT("DISPLAY"), NULL, NULL, NULL);
701 hMemDC = CreateCompatibleDC(hScrDC);
704 w = GetDeviceCaps(hScrDC, HORZRES);
705 h = GetDeviceCaps(hScrDC, VERTRES);
708 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
725 BitBlt(hMemDC, 0, 0, w, n, hScrDC, 0, y, SRCCOPY);
746 DeleteDC(hScrDC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rand/
H A Drand_win.c684 HDC hScrDC; /* screen DC */ local
700 hScrDC = CreateDC(TEXT("DISPLAY"), NULL, NULL, NULL);
701 hMemDC = CreateCompatibleDC(hScrDC);
704 w = GetDeviceCaps(hScrDC, HORZRES);
705 h = GetDeviceCaps(hScrDC, VERTRES);
708 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
725 BitBlt(hMemDC, 0, 0, w, n, hScrDC, 0, y, SRCCOPY);
746 DeleteDC(hScrDC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/rand/
H A Drand_win.c686 HDC hScrDC; /* screen DC */ local
701 hScrDC = GetDC(NULL);
704 w = GetDeviceCaps(hScrDC, HORZRES);
705 h = GetDeviceCaps(hScrDC, VERTRES);
708 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
733 GetDIBits(hScrDC, hBitmap, y, n,
748 ReleaseDC(NULL, hScrDC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/rand/
H A Drand_win.c686 HDC hScrDC; /* screen DC */ local
701 hScrDC = GetDC(NULL);
704 w = GetDeviceCaps(hScrDC, HORZRES);
705 h = GetDeviceCaps(hScrDC, VERTRES);
708 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
733 GetDIBits(hScrDC, hBitmap, y, n,
748 ReleaseDC(NULL, hScrDC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/rand/
H A Drand_win.c686 HDC hScrDC; /* screen DC */ local
701 hScrDC = GetDC(NULL);
704 w = GetDeviceCaps(hScrDC, HORZRES);
705 h = GetDeviceCaps(hScrDC, VERTRES);
708 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
733 GetDIBits(hScrDC, hBitmap, y, n,
748 ReleaseDC(NULL, hScrDC);

Completed in 183 milliseconds