idlehomescreen/widgetmanager/inc/wmimageconverter.h
branchRCL_3
changeset 15 ff572dfe6d86
parent 2 08c6ee43b396
child 38 79311d856354
--- a/idlehomescreen/widgetmanager/inc/wmimageconverter.h	Fri Feb 19 22:42:37 2010 +0200
+++ b/idlehomescreen/widgetmanager/inc/wmimageconverter.h	Fri Mar 12 15:41:49 2010 +0200
@@ -166,6 +166,11 @@
             const TDesC& aIconStr );
 
 private:
+    
+    TBool DoesScaleBitmapUseFallBack( CFbsBitmap* aSrcBitmap );
+    void ScaleBitmapL( const TSize& aSize, 
+                    CFbsBitmap* aTrgBitmap,
+                    CFbsBitmap* aSrcBitmap );    
     void ScaleBitmap( TInt aWidth, TInt aHeight );
     void ScaleMask( TInt aWidth, TInt aHeight );
     void CreateIconFromUidL( const TUid& aUid );