Home
last modified time | relevance | path

Searched refs:rDestSz (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/inc/vcl/
H A Danimate.hxx191 …sal_Bool Start( OutputDevice* pOutDev, const Point& rDestPt, const Size& rDestSz, long nExtraD…
196 void Draw( OutputDevice* pOutDev, const Point& rDestPt, const Size& rDestSz ) const;
/trunk/main/vcl/source/gdi/
H A Danimate.cxx326 sal_Bool Animation::Start( OutputDevice* pOut, const Point& rDestPt, const Size& rDestSz, long nExt… in Start() argument
344 pView->ImplGetOutSizePix() == pOut->LogicToPixel( rDestSz ) ) in Start()
367 …mpViewList->Insert( new ImplAnimView( this, pOut, rDestPt, rDestSz, nExtraData, pFirstFrameOutDev … in Start()
376 Draw( pOut, rDestPt, rDestSz ); in Start()
417 void Animation::Draw( OutputDevice* pOut, const Point& rDestPt, const Size& rDestSz ) const in Draw()
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()
H A Dgraph.cxx561 const Point& rDestPt, const Size& rDestSz ) const in Draw()
564 ImplDrawDefault( pOutDev, NULL, NULL, NULL, NULL, rDestPt, rDestSz ); in Draw()
566 mpImpGraphic->ImplDraw( pOutDev, rDestPt, rDestSz ); in Draw()
573 const Point& rDestPt, const Size& rDestSz ) in Draw() argument
575 ImplDrawDefault( pOutDev, &rText, &rFont, &rBitmap, NULL, rDestPt, rDestSz ); in Draw()
582 const Point& rDestPt, const Size& rDestSz ) in DrawEx() argument
584 ImplDrawDefault( pOutDev, &rText, &rFont, NULL, &rBitmap, rDestPt, rDestSz ); in DrawEx()
599 const Size& rDestSz, long nExtraData, in StartAnimation() argument
603 mpImpGraphic->ImplStartAnimation( pOutDev, rDestPt, rDestSz, nExtraData, pFirstFrameOutDev ); in StartAnimation()

Completed in 26 milliseconds