vtengines/videoteleng/Inc/Media/CVtEngDrawNGA.h
branchRCL_3
changeset 34 f15ac8e65a02
parent 8 07d1685f0cd4
child 35 779871d1e4f4
--- a/vtengines/videoteleng/Inc/Media/CVtEngDrawNGA.h	Thu Aug 19 09:57:36 2010 +0300
+++ b/vtengines/videoteleng/Inc/Media/CVtEngDrawNGA.h	Tue Aug 31 15:16:10 2010 +0300
@@ -243,7 +243,16 @@
         /**
         * Create surface implementation
         */        
-        void DoCreateSurfaceL();        
+        void DoCreateSurfaceL();
+
+        /**
+        *clearing a surface buffer to given colour
+        */
+        void ClearSurfacebuffer( 
+            TUint8* aStartAddr, 
+            TInt aOffset, 
+            const RSurfaceManager::TSurfaceInfoV01 aInfo, 
+            TRgb &aColor );
         
         static TInt SurfaceBuffer0Ready(TAny* aAny);