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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dicon.cpp107 HBITMAP hOldBitmap = NULLHANDLE; local
155 if ((hOldBitmap = ::GpiSetBitmap(hPSDst, hBmp)) == HBM_ERROR)
160 if ((hOldBitmap = ::GpiSetBitmap(hPSSrc, (HBITMAP)rBmp.GetHBITMAP())) == HBM_ERROR)
176 if ((hOldBitmap = ::GpiSetBitmap(hPSDst, NULLHANDLE)) == HBM_ERROR)
181 if ((hOldBitmap = ::GpiSetBitmap(hPSSrc, NULLHANDLE)) == HBM_ERROR)
196 if ((hOldBitmap = ::GpiSetBitmap(hPSDst, hBmpMask)) == HBM_ERROR)
201 if ((hOldBitmap = ::GpiSetBitmap(hPSSrc, (HBITMAP)pMask->GetMaskBitmap())) == HBM_ERROR)
217 if ((hOldBitmap = ::GpiSetBitmap(hPSSrc, NULLHANDLE)) == HBM_ERROR)
222 if ((hOldBitmap = ::GpiSetBitmap(hPSDst, NULLHANDLE)) == HBM_ERROR)
H A Dutilsgui.cpp846 HBITMAP hOldBitmap = NULLHANDLE; local
894 if ((hOldBitmap = ::GpiSetBitmap(hPS, hBitmap)) == HBM_ERROR)
1011 if ((hOldBitmap = ::GpiSetBitmap(hPS, hNewBmp)) == HBM_ERROR)
H A Ddc.cpp1319 HBITMAP hOldBitmap = NULLHANDLE; local
1396 if ((hOldBitmap = ::GpiSetBitmap(hPS, hBitmap)) == HBM_ERROR)
1571 HBITMAP hOldBitmap = NULLHANDLE; local
1590 if ((hOldBitmap = ::GpiSetBitmap(hPS, hBitmap)) == HBM_ERROR)
H A Dbitmap.cpp884 HBITMAP hOldBitmap; local
955 if ((hOldBitmap = ::GpiSetBitmap(hPSMem, hBitmap)) == HBM_ERROR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_win.c695 HBITMAP hOldBitmap; /* handle for previous bitmap */ local
719 hOldBitmap = SelectObject(hMemDC, hBitmap);
749 hBitmap = SelectObject(hMemDC, hOldBitmap);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dbitmap.cpp633 HBITMAP hOldBitmap = ::SelectObject(hMemDC, hBitmap); local
693 ::SelectObject(hMemDC, hOldBitmap);
751 HBITMAP hOldBitmap = ::SelectObject(hMemDC, hBitmap); local
767 ::SelectObject(hMemDC, hOldBitmap);
H A Ddc.cpp1233 HGDIOBJ hOldBitmap = ::SelectObject(hdcMem, GetHbitmapOf(bmp)); local
1253 ::SelectObject(hdcMem, hOldBitmap);
1299 HGDIOBJ hOldBitmap = ::SelectObject( memdc, hbitmap ); local
1307 ::SelectObject( memdc, hOldBitmap );

Completed in 120 milliseconds