Searched refs:statImage (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcasprint.cpp108 wxImage *statImage = wxGetApp ().GetMainFrame () ->GetStatImage (); local
113 wxUint32 sizeX = statImage->GetWidth () + 2 * marginX;
114 wxUint32 sizeY = statImage->GetHeight () + 2 * marginY;
128 dc->DrawBitmap ( wxBitmap( *statImage ), 0, 0, FALSE );
H A Dwxcasframe.cpp315 statImage = new wxImage ( statBitmap.ConvertToImage() ); local
318 ( statImage );
350 wxImage * statImage = GetStatImage (); local
381 statImage->SaveFile( saveFileName );
383 delete statImage;
430 wxImage * statImage = GetStatImage (); local
441 if ( !statImage->SaveFile ( fileName.GetFullPath () ) ) {
444 delete statImage;

Completed in 62 milliseconds