Lines Matching refs:rDestPt
318 sal_Bool Animation::Start( OutputDevice* pOut, const Point& rDestPt, long nExtraData, in Start() argument
321 … return Start( pOut, rDestPt, pOut->PixelToLogic( maGlobalSize ), nExtraData, pFirstFrameOutDev ); in Start()
326 sal_Bool Animation::Start( OutputDevice* pOut, const Point& rDestPt, const Size& rDestSz, long nExt… in Start() argument
343 if( pView->ImplGetOutPos() == rDestPt && in Start()
367 …mpViewList->Insert( new ImplAnimView( this, pOut, rDestPt, rDestSz, nExtraData, pFirstFrameOutDev … in Start()
376 Draw( pOut, rDestPt, rDestSz ); in Start()
410 void Animation::Draw( OutputDevice* pOut, const Point& rDestPt ) const in Draw()
412 Draw( pOut, rDestPt, pOut->PixelToLogic( maGlobalSize ) ); in Draw()
417 void Animation::Draw( OutputDevice* pOut, const Point& rDestPt, const Size& rDestSz ) const in Draw() argument
426 ( (AnimationBitmap*) maList.GetObject( 0 ) )->aBmpEx.Draw( pOut, rDestPt, rDestSz ); in Draw()
428 pObj->aBmpEx.Draw( pOut, rDestPt, rDestSz ); in Draw()
433 delete new ImplAnimView( (Animation*) this, pOut, rDestPt, rDestSz, 0 ); in Draw()