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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_win.c694 HBITMAP hBitmap; /* handle for our bitmap */ local
716 hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
719 hOldBitmap = SelectObject(hMemDC, hBitmap);
722 GetObject(hBitmap, sizeof(BITMAP), (LPSTR)&bm);
736 GetBitmapBits(hBitmap, size, bmbits);
749 hBitmap = SelectObject(hMemDC, hOldBitmap);
752 DeleteObject(hBitmap);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dclipbrd.cpp182 HBITMAP hBitmap = CreateCompatibleBitmap(hdcSrc, local
185 if (!hBitmap)
193 HBITMAP old1 = (HBITMAP) SelectObject(hdcMem, hBitmap);
201 handle = ::SetClipboardData(CF_BITMAP, hBitmap);
391 HBITMAP hBitmap = (HBITMAP) GetClipboardData(CF_BITMAP); local
392 if (!hBitmap)
398 HBITMAP old = (HBITMAP) ::SelectObject(hdcSrc, hBitmap);
399 GetObject(hBitmap, sizeof(BITMAP), (LPSTR)&bm);
H A Dtabctrl.cpp376 void wxMapBitmap(HBITMAP hBitmap, int width, int height)
399 hbmOld = SelectObject(hdcMem, hBitmap);
H A Dtbar95.cpp683 HBITMAP hBitmap = (HBITMAP)m_hBitmap; local
692 hBitmap = (HBITMAP)MapBitmap((WXHBITMAP) hBitmap,
790 hBitmap = (HBITMAP)MapBitmap((WXHBITMAP) hBitmap,
806 replaceBitmap.nIDNew = (UINT) hBitmap;
835 addBitmap.nID = (UINT) hBitmap;
H A Dbitmap.cpp617 HBITMAP hBitmap = ::CreateCompatibleBitmap(hScreenDC, image.GetWidth(), image.GetHeight()); local
625 // printf("Created bitmap %d\n", (int) hBitmap);
626 if (hBitmap == NULL)
633 HBITMAP hOldBitmap = ::SelectObject(hMemDC, hBitmap);
706 SetHBITMAP( (WXHBITMAP) hBitmap );
749 HBITMAP hBitmap = (HBITMAP) GetHBITMAP(); local
751 HBITMAP hOldBitmap = ::SelectObject(hMemDC, hBitmap);
H A Ddc.cpp2431 wxDCCacheEntry::wxDCCacheEntry(WXHBITMAP hBitmap, int w, int h, int depth) argument
2433 m_bitmap = hBitmap;
2483 WXHBITMAP hBitmap = (WXHBITMAP) ::CreateCompatibleBitmap((HDC) dc, w, h); local
2484 if ( !hBitmap)
2488 wxDCCacheEntry* entry = new wxDCCacheEntry(hBitmap, w, h, depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtabctrl.cpp296 void wxMapBitmap(HBITMAP hBitmap, int width, int height)
319 hbmOld = SelectObject(hdcMem, hBitmap);
H A Dcursor.cpp74 HBITMAP hBitmap = wxBitmap(vImage32).GetHBITMAP(); local
88 ,hBitmap
H A Ddc.cpp163 WXHBITMAP hBitmap
169 m_hBitmap = hBitmap;
246 WXHBITMAP hBitmap = (WXHBITMAP) ::GpiCreateBitmap( hPS local
250 if (!hBitmap)
254 wxDCCacheEntry* pEntry = new wxDCCacheEntry( hBitmap
1286 HBITMAP hBitmap = (HBITMAP)rBmp.GetHBITMAP(); local
1396 if ((hOldBitmap = ::GpiSetBitmap(hPS, hBitmap)) == HBM_ERROR)
1401 ::GpiQueryBitmapInfoHeader(hBitmap, &vHeader);
1590 if ((hOldBitmap = ::GpiSetBitmap(hPS, hBitmap)) == HBM_ERROR)
1667 ,hBitmap
[all...]
H A Dbitmap.cpp883 HBITMAP hBitmap; local
931 hBitmap = (HBITMAP)GetHBITMAP();
955 if ((hOldBitmap = ::GpiSetBitmap(hPSMem, hBitmap)) == HBM_ERROR)
1012 hBitmap = (HBITMAP)GetMask()->GetMaskBitmap();
1031 ::GpiSetBitmap(hMemPS, hBitmap);
H A Dutilsgui.cpp845 HBITMAP hBitmap = (HBITMAP)rBmp.GetHBITMAP(); local
894 if ((hOldBitmap = ::GpiSetBitmap(hPS, hBitmap)) == HBM_ERROR)
899 ::GpiQueryBitmapInfoHeader(hBitmap, &vHeader);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddc.cpp453 wxDCCacheEntry::wxDCCacheEntry(WXHBITMAP hBitmap, int w, int h, int depth) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddc.h32 wxDCCacheEntry(WXHBITMAP hBitmap, int w, int h, int depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddc.h31 wxDCCacheEntry(WXHBITMAP hBitmap, int w, int h, int depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Ddc.h79 wxDCCacheEntry( WXHBITMAP hBitmap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Ddataobj.cpp363 if ( !m_pDataObject->GetDataHere(wxDF_BITMAP, &pmedium->hBitmap) )
421 m_pDataObject->SetData(wxDF_BITMAP, 0, &pmedium->hBitmap);
521 pmedium->hBitmap = 0;

Completed in 278 milliseconds