webengine/osswebengine/WebCore/platform/symbian/bitmap/MaskedBitmap.h
branchRCL_3
changeset 47 e1bea15f9a39
parent 11 c8a366e56285
child 48 79859ed3eea9
--- a/webengine/osswebengine/WebCore/platform/symbian/bitmap/MaskedBitmap.h	Thu Jul 15 19:53:20 2010 +0300
+++ b/webengine/osswebengine/WebCore/platform/symbian/bitmap/MaskedBitmap.h	Thu Aug 19 10:58:56 2010 +0300
@@ -138,7 +138,7 @@
         
         void CompressInBackground( );
 
-        CMaskedBitmap* ScaleImageToSize( TSize newSize );
+        CMaskedBitmap* ScaleImageToSize( TSize newSize, bool storeScaledImage = true);
 
   public: // Internal interface
 
@@ -209,6 +209,16 @@
        * Invert the mask
        */
        TBool InvertMask() const { return iInvertMask; }
+       
+       /**
+       * Check if the initialisation is comepleted
+       */
+       TBool IsCompletlyInitialised();
+       
+       /**
+       * Set True if the initialisation is comepleted
+       */
+       void SetInitialisationCompletionStatus(TBool aInitialisationCompleted);
 
   private: // Private constructors
 
@@ -230,6 +240,8 @@
         TBool iInvertMask;
 
     CMaskedBitmap* iScaledBitmap;
+    
+    TBool i_DecodingCompleted;
 
   };