svgt_plat/svgt_api/inc/SVGEngineInterfaceImpl.h
branchRCL_3
changeset 17 db5c883ad1c5
parent 0 d46562c3d99d
child 18 1902ade171ab
--- a/svgt_plat/svgt_api/inc/SVGEngineInterfaceImpl.h	Tue May 11 17:02:26 2010 +0300
+++ b/svgt_plat/svgt_api/inc/SVGEngineInterfaceImpl.h	Tue Aug 31 16:06:58 2010 +0300
@@ -105,6 +105,9 @@
 class       CSvgTextElementImpl;
 
 class 		CSvgBitmapFontProvider;
+
+class       CSvgtBitmap;
+
 class MRect
     {
     public:
@@ -647,6 +650,8 @@
          */
         IMPORT_C void GenerateMask( CFbsBitmap* aMask, TInt aEngine = NULL );
 
+        IMPORT_C void GenerateMask( CSvgtBitmap* aMask, TInt aEngine = NULL );
+
         /**
          * Set the color for clearing background.
          *
@@ -871,6 +876,7 @@
          */
          IMPORT_C void SetGdiContextL( CSvgEngineImpl* aEngine, CFbsBitmap* aFrameBuffer );
 
+         IMPORT_C void SetGdiContextL( CSvgEngineImpl* aEngine, CSvgtBitmap* aFrameBuffer );
          /**
          * Associate the given document with the given engine.
          *