svgtopt/VGRenderer/inc/VGSurface.h
branchRCL_3
changeset 39 1902ade171ab
parent 38 db5c883ad1c5
equal deleted inserted replaced
38:db5c883ad1c5 39:1902ade171ab
    24 #include "MVGSurfaceImpl.h"
    24 #include "MVGSurfaceImpl.h"
    25 
    25 
    26 class RWindow;
    26 class RWindow;
    27 class CFbsBitmap;
    27 class CFbsBitmap;
    28 class CVGRenderer;
    28 class CVGRenderer;
    29 
       
    30 class CSvgtBitmap;
       
    31 
    29 
    32 /**
    30 /**
    33  *  CVGSurface
    31  *  CVGSurface
    34  * 
    32  * 
    35  */
    33  */
   121     TInt CopyBitmap(TInt aDisplayMode,TInt aMaskMode,CFbsBitmap *aBitmap, CFbsBitmap *aMask, TSize aSize)
   119     TInt CopyBitmap(TInt aDisplayMode,TInt aMaskMode,CFbsBitmap *aBitmap, CFbsBitmap *aMask, TSize aSize)
   122         {
   120         {
   123         return iImpl->CopyBitmap(aDisplayMode,aMaskMode, aBitmap, aMask, aSize);
   121         return iImpl->CopyBitmap(aDisplayMode,aMaskMode, aBitmap, aMask, aSize);
   124         }
   122         }
   125  
   123  
   126     TInt CopyBitmap(TInt aDisplayMode,TInt aMaskMode,CSvgtBitmap *aBitmap, CSvgtBitmap *aMask, TSize aSize)
       
   127         {
       
   128         return iImpl->CopyBitmap(aDisplayMode,aMaskMode, aBitmap, aMask, aSize);
       
   129         }
       
   130 
       
   131     /**
   124     /**
   132      * @fn          PrepareToBindClientBuffer
   125      * @fn          PrepareToBindClientBuffer
   133      *              Prepares the renderer to bind to an image. 
   126      *              Prepares the renderer to bind to an image. 
   134      *              This is added to allow some performance improvement the TLV renderer
   127      *              This is added to allow some performance improvement the TLV renderer
   135      *              This method should be called before creating the VGImage, which should be made as the surface.
   128      *              This method should be called before creating the VGImage, which should be made as the surface.