svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h
branchRCL_3
changeset 17 db5c883ad1c5
parent 0 d46562c3d99d
child 18 1902ade171ab
--- a/svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h	Tue May 11 17:02:26 2010 +0300
+++ b/svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h	Tue Aug 31 16:06:58 2010 +0300
@@ -33,6 +33,8 @@
 typedef int SvgPathHandle;
 typedef short SvgAttrType;
 
+typedef unsigned int SvgtBitmapHandle;
+
 class CSvgEngineImpl;
 class CSvgDocumentImpl;
 class CFbsBitmap;
@@ -1488,7 +1490,12 @@
 		SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
 		TInt aSurfaceHandle, TInt aSurfaceMaskHandle = NULL, TReal32 aCurrentTime = 0.0f ) __SOFTFP;
 
-	IMPORT_C void SvgEngineRenderDocumentL( 
+    IMPORT_C void SvgEngineRenderDocument( 
+        SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
+        SvgtBitmapHandle aSurfaceHandle, SvgtBitmapHandle aSurfaceMaskHandle = NULL, 
+        TReal32 aCurrentTime = 0.0f ) __SOFTFP;
+
+    IMPORT_C void SvgEngineRenderDocumentL( 
 		SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
 		TInt aSurfaceHandle, const TPoint& aAnchor, const TRect& aRenderArea, TReal32 aCurrentTime, TReal32 aAlpha ) __SOFTFP;