svgtopt/SVG/SVGEngine/src/SVGContentHandler.cpp
branchRCL_3
changeset 38 db5c883ad1c5
parent 18 b52e29b42806
child 39 1902ade171ab
equal deleted inserted replaced
22:9be6eed35a80 38:db5c883ad1c5
    24 #include "SVGSvgElementImpl.h"
    24 #include "SVGSvgElementImpl.h"
    25 #include "SVGStringTokenizer.h"
    25 #include "SVGStringTokenizer.h"
    26 
    26 
    27 #include "SVGUseElementImpl.h"
    27 #include "SVGUseElementImpl.h"
    28 #include "SVGAnimationElementImpl.h"
    28 #include "SVGAnimationElementImpl.h"
    29 #include "rxmlreader.h"
    29 #include <xml/rxmlreader.h>
    30 
    30 
    31 #include "SVGPaintCssValueImpl.h"
    31 #include "SVGPaintCssValueImpl.h"
    32 #include "SVGPathElementImpl.h"
    32 #include "SVGPathElementImpl.h"
    33 #include "GfxGeneralPath.h"
    33 #include "GfxGeneralPath.h"
    34 
    34 
  1432 
  1432 
  1433         tPf.Append( lVal2, tPtr2.Length() );
  1433         tPf.Append( lVal2, tPtr2.Length() );
  1434         CleanupStack::PopAndDestroy( 1 ); // tBufC2
  1434         CleanupStack::PopAndDestroy( 1 ); // tBufC2
  1435         }
  1435         }
  1436 
  1436 
  1437         iCurrentElement->SetTransform(KTransform,tPf);
  1437         TBool rVal = iCurrentElement->SetTransform(KTransform,tPf);
  1438 
  1438         CleanupStack::PopAndDestroy( 2 ); // tBufC & TFinal
  1439     CleanupStack::PopAndDestroy( 2 ); // tBufC & TFinal
  1439                 
       
  1440         if (!rVal)
       
  1441         {
       
  1442             return EFalse;
       
  1443         }
       
  1444 
  1440     return ETrue;
  1445     return ETrue;
  1441     }
  1446     }
  1442 
  1447 
  1443 // --------------------------------------------------------------------------
  1448 // --------------------------------------------------------------------------
  1444 // TBool CSvgContentHandler::ProcessUnitsL( const TDesC& /*aName*/, const TDesC& /*aValue*/ )
  1449 // TBool CSvgContentHandler::ProcessUnitsL( const TDesC& /*aName*/, const TDesC& /*aValue*/ )