svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h
branchRCL_3
changeset 17 db5c883ad1c5
parent 0 d46562c3d99d
child 18 1902ade171ab
equal deleted inserted replaced
14:9be6eed35a80 17:db5c883ad1c5
    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;
    35 
    37 
    36 class CSvgEngineImpl;
    38 class CSvgEngineImpl;
    37 class CSvgDocumentImpl;
    39 class CSvgDocumentImpl;
    38 class CFbsBitmap;
    40 class CFbsBitmap;
    39 
    41 
  1486      */
  1488      */
  1487     IMPORT_C void SvgEngineRenderDocument( 
  1489     IMPORT_C void SvgEngineRenderDocument( 
  1488 		SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
  1490 		SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
  1489 		TInt aSurfaceHandle, TInt aSurfaceMaskHandle = NULL, TReal32 aCurrentTime = 0.0f ) __SOFTFP;
  1491 		TInt aSurfaceHandle, TInt aSurfaceMaskHandle = NULL, TReal32 aCurrentTime = 0.0f ) __SOFTFP;
  1490 
  1492 
  1491 	IMPORT_C void SvgEngineRenderDocumentL( 
  1493     IMPORT_C void SvgEngineRenderDocument( 
       
  1494         SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
       
  1495         SvgtBitmapHandle aSurfaceHandle, SvgtBitmapHandle aSurfaceMaskHandle = NULL, 
       
  1496         TReal32 aCurrentTime = 0.0f ) __SOFTFP;
       
  1497 
       
  1498     IMPORT_C void SvgEngineRenderDocumentL( 
  1492 		SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
  1499 		SvgEngineHandle aEngineHandle, SvgDocumentHandle aDocumentHandle, 
  1493 		TInt aSurfaceHandle, const TPoint& aAnchor, const TRect& aRenderArea, TReal32 aCurrentTime, TReal32 aAlpha ) __SOFTFP;
  1500 		TInt aSurfaceHandle, const TPoint& aAnchor, const TRect& aRenderArea, TReal32 aCurrentTime, TReal32 aAlpha ) __SOFTFP;
  1494 		
  1501 		
  1495     /**
  1502     /**
  1496      * Request to destroy the given engine by handle.
  1503      * Request to destroy the given engine by handle.