Lines Matching refs:mpShape

75                     mpShape(),  in TupleAnimation()
108 OSL_ENSURE( !mpShape, in start()
113 mpShape = rShape; in start()
126 mpShapeManager->enterAnimationMode( mpShape ); in start()
138 mpShapeManager->leaveAnimationMode( mpShape ); in end_()
140 if( mpShape->isContentChanged() ) in end_()
141 mpShapeManager->notifyShapeUpdate( mpShape ); in end_()
150 ENSURE_OR_RETURN_FALSE( mpAttrLayer && mpShape, in operator ()()
163 if( mpShape->isContentChanged() ) in operator ()()
164 mpShapeManager->notifyShapeUpdate( mpShape ); in operator ()()
197 AnimatableShapeSharedPtr mpShape; member in slideshow::internal::__anonb57eb1350111::TupleAnimation
223 mpShape(), in PathAnimation()
262 OSL_ENSURE( !mpShape, in start()
267 mpShape = rShape; in start()
280 maShapeOrig = mpShape->getBounds().getCenter(); in start()
282 maShapeOrig = mpShape->getDomBounds().getCenter(); in start()
289 mpShapeManager->enterAnimationMode( mpShape ); in start()
301 mpShapeManager->leaveAnimationMode( mpShape ); in end_()
303 if( mpShape->isContentChanged() ) in end_()
304 mpShapeManager->notifyShapeUpdate( mpShape ); in end_()
313 ENSURE_OR_RETURN_FALSE( mpAttrLayer && mpShape, in operator ()()
334 if( mpShape->isContentChanged() ) in operator ()()
335 mpShapeManager->notifyShapeUpdate( mpShape ); in operator ()()
353 AnimatableShapeSharedPtr mpShape; member in slideshow::internal::__anonb57eb1350111::PathAnimation
428 mpShape(), in GenericAnimation()
460 OSL_ENSURE( !mpShape, in start()
465 mpShape = rShape; in start()
480 mpShapeManager->enterAnimationMode( mpShape ); in start()
497 mpShapeManager->leaveAnimationMode( mpShape ); in end_()
521 if( mpShape->isContentChanged() ) in end_()
522 mpShapeManager->notifyShapeUpdate( mpShape ); in end_()
533 ENSURE_OR_RETURN_FALSE( mpAttrLayer && mpShape, in operator ()()
538 if( mpShape->isContentChanged() ) in operator ()()
539 mpShapeManager->notifyShapeUpdate( mpShape ); in operator ()()
548 ENSURE_OR_RETURN_FALSE( mpAttrLayer && mpShape, in operator ()()
553 if( mpShape->isContentChanged() ) in operator ()()
554 mpShapeManager->notifyShapeUpdate( mpShape ); in operator ()()
574 AnimatableShapeSharedPtr mpShape; member in slideshow::internal::__anonb57eb1350111::GenericAnimation