Searched refs:hBmp (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/msw/
H A Ddcmemory.cpp105 WXHBITMAP hBmp = m_selectedBitmap.GetHBITMAP(); local
106 if ( !hBmp )
112 hBmp = (WXHBITMAP)::SelectObject(GetHdc(), (HBITMAP)hBmp);
114 if ( !hBmp )
122 m_oldBitmap = hBmp;
H A Dbmpbuttn.cpp365 int hBmp = bitmap->GetHeight(); local
403 y1 = y + (height - hBmp) - marginY;
407 y1 = y + (height - hBmp) / 2;
430 y1 = y + (height - hBmp) - (FOCUS_MARGIN+1);
432 y1 = y + (height - hBmp) / 2;
H A Dnotebook.cpp1234 CompatibleBitmap hBmp(hDC, r.x + r.width, r.y + r.height);
1236 SelectInHDC selectBmp(hDCMem, hBmp);
1241 return (WXHBRUSH)::CreatePatternBrush(hBmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddcmemory.cpp139 WXHBITMAP hBmp = rBitmap.GetHBITMAP(); local
141 if (!hBmp)
166 if (!hBmp)
173 m_hOldBitmap = (WXHBITMAP)::GpiSetBitmap(m_hPS, (HBITMAP)hBmp);
H A Dicon.cpp105 HBITMAP hBmp = NULLHANDLE; local
148 hBmp = ::GpiCreateBitmap( hPSDst
155 if ((hOldBitmap = ::GpiSetBitmap(hPSDst, hBmp)) == HBM_ERROR)
186 vIconInfo.hbmColor = hBmp;
H A Dbitmap.cpp272 HBITMAP hBmp = ::GpiCreateBitmap(hPs, &vHeader, CBM_INIT, (PBYTE)pzData, &vInfo); local
274 if (!hBmp)
280 SetHBITMAP((WXHBITMAP)hBmp);
332 HBITMAP hBmp; local
362 hBmp = ::GpiCreateBitmap( hPS
391 hBmp = ::GpiCreateBitmap( hPSScreen
401 SetHBITMAP((WXHBITMAP)hBmp);
630 HBITMAP hBmp; local
640 hBmp = ::GpiCreateBitmap( hPS
665 if ((hBmpOld = ::GpiSetBitmap(hPS, hBmp))
1629 wxCopyBmp( HBITMAP hBmp, bool flip, int nWidth, int nHeight ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dbitmap.h193 inline void SetHBITMAP(WXHBITMAP hBmp) argument
194 { SetHandle((WXHANDLE)hBmp); }
256 wxMask(WXHBITMAP hBmp) argument
257 { m_hMaskBitmap = hBmp; }
272 void SetMaskBitmap(WXHBITMAP hBmp) argument
273 { m_hMaskBitmap = hBmp; }

Completed in 110 milliseconds