Searched refs:mpAnimation (Results 1 – 5 of 5) sorted by relevance
167 mpAnimation = new Animation( *rImpGraphic.mpAnimation ); in ImpGraphic()284 delete mpAnimation; in operator =()288 mpAnimation = new Animation( *rImpGraphic.mpAnimation ); in operator =()368 if( rImpGraphic.mpAnimation && ( *rImpGraphic.mpAnimation == *mpAnimation ) ) in operator ==()656 aRetBmpEx = ( mpAnimation ? mpAnimation->GetBitmapEx() : maEx ); in ImplGetBitmapEx()687 if( mpAnimation ) in ImplGetAnimation()1045 if( mpAnimation ) in ImplSetAnimationNotifyHdl()1055 if( mpAnimation ) in ImplGetAnimationNotifyHdl()1065 return( mpAnimation ? mpAnimation->GetLoopCount() : 0UL ); in ImplGetAnimationLoopCount()1072 if( mpAnimation ) in ImplResetAnimationLoopCount()[all …]
58 : mpAnimation( rAnimation ), in SetActivity()66 ENSURE_OR_THROW( mpAnimation, "Invalid animation" ); in SetActivity()72 mpAnimation.reset(); in dispose()93 if (mpAnimation && mpAttributeLayer && mpShape) { in perform()94 mpAnimation->start( mpShape, mpAttributeLayer ); in perform()95 (*mpAnimation)(maToValue); in perform()96 mpAnimation->end(); in perform()130 AnimationSharedPtrT mpAnimation; member in slideshow::internal::SetActivity
54 : mpAnimation( rAnimation ) in HSLWrapper()57 mpAnimation, in HSLWrapper()68 mpAnimation->start( rShape, rAttrLayer ); in start()73 mpAnimation->end(); in end()78 return (*mpAnimation)( RGBColor( rColor ) ); in operator ()()83 return HSLColor( mpAnimation->getUnderlyingValue() ); in getUnderlyingValue()87 ColorAnimationSharedPtr mpAnimation; member in slideshow::internal::__anon8ea7fe8a0111::HSLWrapper
175 Animation* mpAnimation; member in GraphicCacheEntry209 mpAnimation ( NULL ), in GraphicCacheEntry()224 delete mpAnimation; in ~GraphicCacheEntry()243 if( mpAnimation ) in ImplInit()244 delete mpAnimation, mpAnimation = NULL; in ImplInit()256 mpAnimation = new Animation( rGraphic.GetAnimation() ); in ImplInit()313 else if( mpAnimation ) in ImplFillSubstitute()315 rSubstitute = *mpAnimation; in ImplFillSubstitute()409 delete mpAnimation, mpAnimation = NULL; in GraphicObjectWasSwappedOut()
63 Animation* mpAnimation; member in ImpGraphic
Completed in 55 milliseconds