Searched refs:hBitmap (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.c686 HBITMAP hBitmap; /* handle for our bitmap */ local
708 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
711 hOldBitmap = SelectObject(hMemDC, hBitmap);
714 GetObject(hBitmap, sizeof(BITMAP), (LPSTR)&bm);
728 GetBitmapBits(hBitmap, size, bmbits);
741 hBitmap = SelectObject(hMemDC, hOldBitmap);
744 DeleteObject(hBitmap);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rand/
H A Drand_win.c686 HBITMAP hBitmap; /* handle for our bitmap */ local
708 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
711 hOldBitmap = SelectObject(hMemDC, hBitmap);
714 GetObject(hBitmap, sizeof(BITMAP), (LPSTR)&bm);
728 GetBitmapBits(hBitmap, size, bmbits);
741 hBitmap = SelectObject(hMemDC, hOldBitmap);
744 DeleteObject(hBitmap);
/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.c686 HBITMAP hBitmap; /* handle for our bitmap */ local
708 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
711 hOldBitmap = SelectObject(hMemDC, hBitmap);
714 GetObject(hBitmap, sizeof(BITMAP), (LPSTR)&bm);
728 GetBitmapBits(hBitmap, size, bmbits);
741 hBitmap = SelectObject(hMemDC, hOldBitmap);
744 DeleteObject(hBitmap);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/rand/
H A Drand_win.c687 HBITMAP hBitmap; /* handle for our bitmap */ local
708 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
711 GetObject(hBitmap, sizeof(BITMAP), (LPSTR) & bm);
733 GetDIBits(hScrDC, hBitmap, y, n,
747 DeleteObject(hBitmap);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/rand/
H A Drand_win.c687 HBITMAP hBitmap; /* handle for our bitmap */ local
708 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
711 GetObject(hBitmap, sizeof(BITMAP), (LPSTR) & bm);
733 GetDIBits(hScrDC, hBitmap, y, n,
747 DeleteObject(hBitmap);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/rand/
H A Drand_win.c687 HBITMAP hBitmap; /* handle for our bitmap */ local
708 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
711 GetObject(hBitmap, sizeof(BITMAP), (LPSTR) & bm);
733 GetDIBits(hScrDC, hBitmap, y, n,
747 DeleteObject(hBitmap);

Completed in 125 milliseconds