Searched refs:rBmp (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dicon.cpp102 void wxIcon::CopyFromBitmap( const wxBitmap& rBmp )
104 wxMask* pMask = rBmp.GetMask();
118 pMask = new wxMask( rBmp
130 POINTL vPoint[4] = { {0, 0}, {rBmp.GetWidth(), rBmp.GetHeight()},
131 {0, 0}, {rBmp.GetWidth(), rBmp.GetHeight()}
133 POINTL vPointMask[4] = { {0, 0}, {rBmp.GetWidth(), rBmp.GetHeight() * 2},
134 {0, 0}, {rBmp
[all...]
H A Dstatbmp.cpp48 const wxBitmap& rBmp = (const wxBitmap&)rBitmap; local
49 wxMask* pMask = rBmp.GetMask();
55 pIcon->CopyFromBitmap(rBmp);
58 return new wxBitmap(rBmp);
H A Ddcprint.cpp345 void wxPrinterDC::DoDrawBitmap( const wxBitmap& rBmp, argument
350 wxCHECK_RET( rBmp.Ok(), _T("invalid bitmap in wxPrinterDC::DrawBitmap") );
352 // int nWidth = rBmp.GetWidth();
353 // int nHeight = rBmp.GetHeight();
H A Dutilsgui.cpp828 const wxBitmap& rBmp
832 wxMask* pMask = rBmp.GetMask();
845 HBITMAP hBitmap = (HBITMAP)rBmp.GetHBITMAP();
848 HBITMAP hMask = (HBITMAP)rBmp.GetMask()->GetMaskBitmap();
862 vInfo.cx = (ULONG)rBmp.GetWidth();
863 vInfo.cy = (ULONG)rBmp.GetHeight();
870 int nBytesPerLine = rBmp.GetWidth() * 3;
886 pucBits = (unsigned char *)malloc(nBytesPerLine * rBmp.GetHeight());
887 memset(pucBits, '\0', (nBytesPerLine * rBmp.GetHeight()));
888 pucBitsMask = (unsigned char *)malloc(nBytesPerLine * rBmp
[all...]
H A Ddc.cpp1276 const wxBitmap& rBmp
1286 HBITMAP hBitmap = (HBITMAP)rBmp.GetHBITMAP();
1290 vY = OS2Y(vY,rBmp.GetHeight());
1293 vPoint[0].y = vY + rBmp.GetHeight();
1294 vPoint[1].x = vX + rBmp.GetWidth();
1298 vPoint[3].x = rBmp.GetWidth();
1299 vPoint[3].y = rBmp.GetHeight();
1302 wxMask* pMask = rBmp.GetMask();
1348 vInfo.cx = (ULONG)rBmp.GetWidth();
1349 vInfo.cy = (ULONG)rBmp
2439 const wxBitmap& rBmp = pSource->m_vSelectedBitmap; local
[all...]
H A Dbmpbuttn.cpp259 wxBitmap& rBmp )
292 wxDisableBitmap(rBmp, vGreyPen.GetColour().GetPixel());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Ddcprint.h43 virtual void DoDrawBitmap( const wxBitmap& rBmp
H A Dbmpbuttn.h79 ,wxBitmap& rBmp
H A Dicon.h74 void CopyFromBitmap(const wxBitmap& rBmp);
H A Ddc.h268 virtual void DoDrawBitmap( const wxBitmap& rBmp
H A Dprivate.h411 WXDLLEXPORT extern wxBitmap wxDisableBitmap( const wxBitmap& rBmp

Completed in 87 milliseconds