uiacceltk/hitchcock/coretoolkit/src/HuiFxEffectParser.cpp
branchRCL_3
changeset 11 46927d61fef3
parent 7 433cbbb6a04b
child 17 3ac8bf5c5014
equal deleted inserted replaced
10:88b23e2e82e1 11:46927d61fef3
   343 #ifdef _HUI_FX_PARSER_LOGGING
   343 #ifdef _HUI_FX_PARSER_LOGGING
   344             __ALFFXLOGSTRING("CHuiFxEffectParser::ParseNodeL - ENodeTypeVisual");
   344             __ALFFXLOGSTRING("CHuiFxEffectParser::ParseNodeL - ENodeTypeVisual");
   345 #endif
   345 #endif
   346             TPtrC16 extBitmap;
   346             TPtrC16 extBitmap;
   347             THuiFxVisualSrcType srcType = GetSrcTypeL( aNode, extBitmap );
   347             THuiFxVisualSrcType srcType = GetSrcTypeL( aNode, extBitmap );
   348             CHuiFxVisualLayer* visual = CHuiFxVisualLayer::NewL( *iVisual );
   348             CHuiFxVisualLayer* visual = CHuiFxVisualLayer::NewL( iVisual );
   349             CleanupStack::PushL( visual );
   349             CleanupStack::PushL( visual );
   350             visual->SetSourceType( srcType );
   350             visual->SetSourceType( srcType );
   351             if ( srcType == EVisualSrcBitmap && extBitmap.Length() > 0 )
   351             if ( srcType == EVisualSrcBitmap && extBitmap.Length() > 0 )
   352                 {
   352                 {
   353                 visual->SetExtBitmapFileL( extBitmap );
   353                 visual->SetExtBitmapFileL( extBitmap );