svgtviewer/SvgtViewerPlugin/SVGCodecInc/SVGCodec.h
branchCompilerCompatibility
changeset 10 d5af54b6be6f
parent 0 632761c941a7
equal deleted inserted replaced
8:7b11bd0bb860 10:d5af54b6be6f
    79     void UpdateScreen();
    79     void UpdateScreen();
    80 
    80 
    81     TBool ScriptCall( const TDesC& aScript, CSvgElementImpl* aCallerElement );
    81     TBool ScriptCall( const TDesC& aScript, CSvgElementImpl* aCallerElement );
    82 
    82 
    83     TInt FetchImage( const TDesC& aUri, RFs& aSession, RFile& aFileHandle ) ;
    83     TInt FetchImage( const TDesC& aUri, RFs& aSession, RFile& aFileHandle ) ;
    84     TInt CSvgReadCodec::FetchFont( const TDesC& /* aUri */, 
    84     TInt FetchFont( const TDesC& /* aUri */, RFs& /* aSession */, RFile& /* aFileHandle */ );
    85                                     RFs& /* aSession */, RFile& /* aFileHandle */ );
       
    86 
    85 
    87     void GetSmilFitValue( TDes& aSmilValue );
    86     void GetSmilFitValue( TDes& aSmilValue );
    88 
    87 
    89     void UpdatePresentation( const TInt32&  aNoOfAnimation );        
    88     void UpdatePresentation( const TInt32&  aNoOfAnimation );        
    90 
    89