Lines Matching refs:pEffect
139 CustomAnimationEffectPtr pEffect( pMainSequence->findEffect( xNode ) ); in UndoAnimationPathImpl() local
140 if( pEffect.get() ) in UndoAnimationPathImpl()
142 mnEffectOffset = pMainSequence->getOffsetFromEffect( pEffect ); in UndoAnimationPathImpl()
143 msUndoPath = pEffect->getPath(); in UndoAnimationPathImpl()
151 CustomAnimationEffectPtr pEffect; in getEffect() local
156 pEffect = pMainSequence->getEffectFromOffset( mnEffectOffset ); in getEffect()
158 return pEffect; in getEffect()
179 CustomAnimationEffectPtr pEffect = mpImpl->getEffect(); in Undo() local
180 if( pEffect.get() ) in Undo()
182 mpImpl->msRedoPath = pEffect->getPath(); in Undo()
183 pEffect->setPath( mpImpl->msUndoPath ); in Undo()
189 CustomAnimationEffectPtr pEffect = mpImpl->getEffect(); in Redo() local
190 if( pEffect.get() ) in Redo()
192 pEffect->setPath( mpImpl->msRedoPath ); in Redo()