Lines Matching refs:mpAnim

167           mpAnim( rAnim ),  in FromToByActivity()
171 ENSURE_OR_THROW( mpAnim, "Invalid animation object" ); in FromToByActivity()
180 if (this->isDisposed() || !mpAnim) in startAnimation()
185 mpAnim->start( BaseType::getShape(), in startAnimation()
192 const ValueType aAnimationStartValue( mpAnim->getUnderlyingValue() ); in startAnimation()
240 if (mpAnim) in endAnimation()
241 mpAnim->end(); in endAnimation()
247 if (this->isDisposed() || !mpAnim) in perform()
249 (*mpAnim)( in perform()
263 if (this->isDisposed() || !mpAnim) in perform()
265 (*mpAnim)( in perform()
280 if (mpAnim) in performEnd()
283 (*mpAnim)( getPresentationValue( maStartValue ) ); in performEnd()
285 (*mpAnim)( getPresentationValue( maEndValue ) ); in performEnd()
292 mpAnim.reset(); in dispose()
306 ::boost::shared_ptr< AnimationType > mpAnim;
459 mpAnim( rAnim ), in ValuesActivity()
463 ENSURE_OR_THROW( mpAnim, "Invalid animation object" ); in ValuesActivity()
469 if (this->isDisposed() || !mpAnim) in startAnimation()
474 mpAnim->start( BaseType::getShape(), in startAnimation()
481 if (mpAnim) in endAnimation()
482 mpAnim->end(); in endAnimation()
490 if (this->isDisposed() || !mpAnim) in perform()
496 (*mpAnim)( in perform()
510 if (this->isDisposed() || !mpAnim) in perform()
516 (*mpAnim)( in perform()
526 if (mpAnim) in performEnd()
527 (*mpAnim)( getPresentationValue( maValues.back() ) ); in performEnd()
533 mpAnim.reset(); in dispose()
542 boost::shared_ptr<AnimationType> mpAnim; member in slideshow::internal::__anon8585cfce0111::ValuesActivity
824 mpAnim( rAnim ) in SimpleActivity()
826 ENSURE_OR_THROW( mpAnim, "Invalid animation object" ); in SimpleActivity()
831 if (this->isDisposed() || !mpAnim) in startAnimation()
836 mpAnim->start( getShape(), in startAnimation()
843 if (mpAnim) in endAnimation()
844 mpAnim->end(); in endAnimation()
852 if (this->isDisposed() || !mpAnim) in perform()
855 (*mpAnim)( 1.0 - Direction + nModifiedTime*(2.0*Direction - 1.0) ); in perform()
861 if (mpAnim) in performEnd()
862 (*mpAnim)( 1.0*Direction ); in performEnd()
868 mpAnim.reset(); in dispose()
873 NumberAnimationSharedPtr mpAnim; member in slideshow::internal::__anon8585cfce0111::SimpleActivity