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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dnotebmac.cpp469 wxBitmap scaledBitmap ; local
472 scaledBitmap = wxBitmap( bmap->ConvertToImage().Scale(16,16) ) ;
473 bmap = &scaledBitmap ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp828 wxBitmap *scaledBitmap = (wxBitmap*) NULL; local
859 scaledBitmap = new wxBitmap(image);
860 sourcePixmap = (Pixmap) scaledBitmap->GetDrawable();
995 if (scaledBitmap) delete scaledBitmap;

Completed in 146 milliseconds