Lines Matching refs:rDestPt
935 void ImpGraphic::ImplDraw( OutputDevice* pOutDev, const Point& rDestPt ) const in ImplDraw()
954 mpAnimation->Draw( pOutDev, rDestPt ); in ImplDraw()
958 maEx.Draw( pOutDev, rDestPt ); in ImplDraw()
964 ImplDraw( pOutDev, rDestPt, maMetaFile.GetPrefSize() ); in ImplDraw()
973 const Point& rDestPt, const Size& rDestSize ) const in ImplDraw() argument
992 mpAnimation->Draw( pOutDev, rDestPt, rDestSize ); in ImplDraw()
996 maEx.Draw( pOutDev, rDestPt, rDestSize ); in ImplDraw()
1004 ( (ImpGraphic*) this )->maMetaFile.Play( pOutDev, rDestPt, rDestSize ); in ImplDraw()
1015 const Point& rDestPt, in ImplStartAnimation() argument
1020 mpAnimation->Start( pOutDev, rDestPt, nExtraData, pFirstFrameOutDev ); in ImplStartAnimation()
1025 void ImpGraphic::ImplStartAnimation( OutputDevice* pOutDev, const Point& rDestPt, in ImplStartAnimation() argument
1030 mpAnimation->Start( pOutDev, rDestPt, rDestSize, nExtraData, pFirstFrameOutDev ); in ImplStartAnimation()