svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h
branchRCL_3
changeset 39 1902ade171ab
parent 38 db5c883ad1c5
equal deleted inserted replaced
38:db5c883ad1c5 39:1902ade171ab
    30 typedef int SvgDocumentHandle;
    30 typedef int SvgDocumentHandle;
    31 typedef int SvgElementHandle;
    31 typedef int SvgElementHandle;
    32 typedef int SvgSurfaceHandle;
    32 typedef int SvgSurfaceHandle;
    33 typedef int SvgPathHandle;
    33 typedef int SvgPathHandle;
    34 typedef short SvgAttrType;
    34 typedef short SvgAttrType;
    35 
       
    36 typedef unsigned int SvgtBitmapHandle;
       
    37 
    35 
    38 class CSvgEngineImpl;
    36 class CSvgEngineImpl;
    39 class CSvgDocumentImpl;
    37 class CSvgDocumentImpl;
    40 class CFbsBitmap;
    38 class CFbsBitmap;
    41 
    39 
  1488      */
  1486      */
  1489     IMPORT_C void SvgEngineRenderDocument( 
  1487     IMPORT_C void SvgEngineRenderDocument( 
  1490 		SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
  1488 		SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
  1491 		TInt aSurfaceHandle, TInt aSurfaceMaskHandle = NULL, TReal32 aCurrentTime = 0.0f ) __SOFTFP;
  1489 		TInt aSurfaceHandle, TInt aSurfaceMaskHandle = NULL, TReal32 aCurrentTime = 0.0f ) __SOFTFP;
  1492 
  1490 
  1493     IMPORT_C void SvgEngineRenderDocument( 
  1491 	IMPORT_C void SvgEngineRenderDocumentL( 
  1494         SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
       
  1495         SvgtBitmapHandle aSurfaceHandle, SvgtBitmapHandle aSurfaceMaskHandle = NULL, 
       
  1496         TReal32 aCurrentTime = 0.0f ) __SOFTFP;
       
  1497 
       
  1498     IMPORT_C void SvgEngineRenderDocumentL( 
       
  1499 		SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
  1492 		SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
  1500 		TInt aSurfaceHandle, const TPoint& aAnchor, const TRect& aRenderArea, TReal32 aCurrentTime, TReal32 aAlpha ) __SOFTFP;
  1493 		TInt aSurfaceHandle, const TPoint& aAnchor, const TRect& aRenderArea, TReal32 aCurrentTime, TReal32 aAlpha ) __SOFTFP;
  1501 		
  1494 		
  1502     /**
  1495     /**
  1503      * Request to destroy the given engine by handle.
  1496      * Request to destroy the given engine by handle.