svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h
changeset 26 796196dd6e68
parent 0 d46562c3d99d
child 39 1902ade171ab
child 41 f6f0364023ea
--- a/svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h	Fri May 14 16:45:42 2010 +0300
+++ b/svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h	Wed Jun 09 11:15:09 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;