Lines Matching refs:mpShape
52 mpShape(), in AnimationCommandNode()
58 mpShape = ::boost::dynamic_pointer_cast< ExternalMediaShape >( pShape ); in AnimationCommandNode()
64 mpShape.reset(); in dispose()
86 if( mpShape ) in activate_st()
88 mpShape->setMediaTime(fMediaTime/1000.0); in activate_st()
89 mpShape->play(); in activate_st()
96 if( mpShape ) in activate_st()
98 if( mpShape->isPlaying() ) in activate_st()
99 mpShape->pause(); in activate_st()
101 mpShape->play(); in activate_st()
108 if( mpShape ) in activate_st()
109 mpShape->stop(); in activate_st()
126 return mxCommandNode->getCommand() == EffectCommands::STOPAUDIO || mpShape; in hasPendingAnimation()