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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp389 void wxNewBitmapButton::RenderLabelImage( wxBitmap*& destBmp, wxBitmap* srcBmp, argument
392 if ( destBmp != 0 ) return;
453 destBmp = new wxBitmap( int(destDim.x), int(destDim.y) );
456 destDc.SelectObject( *destBmp );
525 destBmp->GetWidth() + mMarginX*2,
526 destBmp->GetHeight() + mMarginY*2, 0
533 (void) wxToolBar::MapBitmap(destBmp->GetHBITMAP(), destBmp->GetWidth(), destBmp->GetHeight());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dnewbmpbtn.h167 virtual void RenderLabelImage( wxBitmap*& destBmp, wxBitmap* srcBmp,

Completed in 138 milliseconds