vtengines/videoteleng/Inc/Media/CVtEngDrawNGA.h
branchRCL_3
changeset 25 779871d1e4f4
parent 24 f15ac8e65a02
equal deleted inserted replaced
24:f15ac8e65a02 25:779871d1e4f4
   241         void CreateSurfaceL();
   241         void CreateSurfaceL();
   242         
   242         
   243         /**
   243         /**
   244         * Create surface implementation
   244         * Create surface implementation
   245         */        
   245         */        
   246         void DoCreateSurfaceL();
   246         void DoCreateSurfaceL();        
   247 
       
   248         /**
       
   249         *clearing a surface buffer to given colour
       
   250         */
       
   251         void ClearSurfacebuffer( 
       
   252             TUint8* aStartAddr, 
       
   253             TInt aOffset, 
       
   254             const RSurfaceManager::TSurfaceInfoV01 aInfo, 
       
   255             TRgb &aColor );
       
   256         
   247         
   257         static TInt SurfaceBuffer0Ready(TAny* aAny);
   248         static TInt SurfaceBuffer0Ready(TAny* aAny);
   258         
   249         
   259         static TInt SurfaceBuffer1Ready(TAny* aAny);
   250         static TInt SurfaceBuffer1Ready(TAny* aAny);
   260      
   251