idlehomescreen/widgetmanager/inc/wmimageconverter.h
branchRCL_3
changeset 11 ff572dfe6d86
parent 2 08c6ee43b396
child 19 79311d856354
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
   164     void CheckSvgErrorL( MSvgError* aError );
   164     void CheckSvgErrorL( MSvgError* aError );
   165     void HandleIconStringL( TInt aWidth, TInt aHeight, 
   165     void HandleIconStringL( TInt aWidth, TInt aHeight, 
   166             const TDesC& aIconStr );
   166             const TDesC& aIconStr );
   167 
   167 
   168 private:
   168 private:
       
   169     
       
   170     TBool DoesScaleBitmapUseFallBack( CFbsBitmap* aSrcBitmap );
       
   171     void ScaleBitmapL( const TSize& aSize, 
       
   172                     CFbsBitmap* aTrgBitmap,
       
   173                     CFbsBitmap* aSrcBitmap );    
   169     void ScaleBitmap( TInt aWidth, TInt aHeight );
   174     void ScaleBitmap( TInt aWidth, TInt aHeight );
   170     void ScaleMask( TInt aWidth, TInt aHeight );
   175     void ScaleMask( TInt aWidth, TInt aHeight );
   171     void CreateIconFromUidL( const TUid& aUid );
   176     void CreateIconFromUidL( const TUid& aUid );
   172     void CreateIconFromSvgL( const TDesC& aFileName );
   177     void CreateIconFromSvgL( const TDesC& aFileName );
   173     void CreateIconFromOtherL( const TDesC& aFileName );
   178     void CreateIconFromOtherL( const TDesC& aFileName );