Searched refs:rImage (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dcursor.h35 wxCursor(const wxImage& rImage);
H A Dstatbmp.h72 void SetImage(const wxGDIImage& rImage);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dbitmap.cpp532 const wxImage& rImage
536 wxCHECK_MSG(rImage.Ok(), false, wxT("invalid image"));
540 int nWidth = rImage.GetWidth();
541 int nBmpHeight = rImage.GetHeight();
573 wxCHECK_MSG(rImage.Ok(), false, wxT("invalid image"));
588 SetPalette(rImage.GetPalette());
648 if (rImage.GetPalette().Ok())
650 hOldPalette = ::GpiSelectPalette(hPS, (HPAL)rImage.GetPalette().GetHPALETTE());
657 unsigned char* pData = rImage.GetData();
747 if (rImage
[all...]
H A Dcursor.cpp65 wxCursor::wxCursor(const wxImage& rImage) argument
67 wxImage vImage32 = rImage.Scale(32,32);

Completed in 50 milliseconds