Lines Matching refs:mpShape
89 AnimatableShapeSharedPtr mpShape; member in slideshow::internal::__anonde68891e0111::ClippingAnimation
102 mpShape(), in ClippingAnimation()
139 OSL_ENSURE( !mpShape, in start()
144 mpShape = rShape; in start()
152 mpShape = rShape; in start()
157 mpShapeManager->enterAnimationMode( mpShape ); in start()
172 mpShapeManager->leaveAnimationMode( mpShape ); in end_()
174 if( mpShape->isContentChanged() ) in end_()
175 mpShapeManager->notifyShapeUpdate( mpShape ); in end_()
182 mpAttrLayer && mpShape, in operator ()()
187 mpShape->getDomBounds().getRange() ) ); in operator ()()
189 if( mpShape->isContentChanged() ) in operator ()()
190 mpShapeManager->notifyShapeUpdate( mpShape ); in operator ()()