/aoo41x/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 248 DrawRect( Rectangle( rDestPt, rDestSize ) ); in DrawOutDev() 321 DrawRect( Rectangle( rDestPt, rDestSize ) ); in DrawOutDev() 579 DrawRect( Rectangle( rDestPt, rDestSize ) ); in ImplDrawBitmap() 1041 DrawRect( Rectangle( rDestPt, rDestSize ) ); in ImplDrawBitmapEx() 1295 mpAlphaVDev->DrawBitmapEx( rDestPt, in DrawMask() 1323 mpAlphaVDev->DrawBitmapEx( rDestPt, in DrawMask() 1352 mpAlphaVDev->DrawBitmapEx( rDestPt, in DrawMask() 1651 rBitmap = GetBitmap( rDestPt, rSize ); in ImplGetFrameBitmap() 2196 Point aOutPt( LogicToPixel( rDestPt ) ); in ImplDrawAlpha() 2379 Point aDestPt( LogicToPixel( rDestPt ) ); in ImplPrintTransparent() [all …]
|
H A D | pdfwriter.cxx | 197 void PDFWriter::DrawBitmap( const Point& rDestPt, const Bitmap& rBitmap ) in DrawBitmap() argument 202 ((PDFWriterImpl*)pImplementation)->drawBitmap( rDestPt, aSize, rBitmap ); in DrawBitmap() 207 ((PDFWriterImpl*)pImplementation)->drawBitmap( rDestPt, rDestSize, rBitmap ); in DrawBitmap() 214 ((PDFWriterImpl*)pImplementation)->drawBitmap( rDestPt, rDestSize, aBitmap ); in DrawBitmap() 217 void PDFWriter::DrawBitmapEx( const Point& rDestPt, const BitmapEx& rBitmap ) in DrawBitmapEx() argument 222 ((PDFWriterImpl*)pImplementation)->drawBitmap( rDestPt, aSize, rBitmap ); in DrawBitmapEx() 227 ((PDFWriterImpl*)pImplementation)->drawBitmap( rDestPt, rDestSize, rBitmap ); in DrawBitmapEx() 236 ((PDFWriterImpl*)pImplementation)->drawBitmap( rDestPt, rDestSize, aBitmap ); in DrawBitmapEx() 245 ((PDFWriterImpl*)pImplementation)->drawMask( rDestPt, aSize, rBitmap, rMaskColor ); in DrawMask() 250 ((PDFWriterImpl*)pImplementation)->drawMask( rDestPt, rDestSize, rBitmap, rMaskColor ); in DrawMask() [all …]
|
H A D | graph.cxx | 58 const Point& rDestPt, const Size& rDestSize ) in ImplDrawDefault() argument 62 Point aPoint( rDestPt.X() + nPixelWidth, rDestPt.Y() + nPixelWidth ); in ImplDrawDefault() 553 void Graphic::Draw( OutputDevice* pOutDev, const Point& rDestPt ) const in Draw() 555 mpImpGraphic->ImplDraw( pOutDev, rDestPt ); in Draw() 561 const Point& rDestPt, const Size& rDestSz ) const in Draw() argument 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 [all …]
|
H A D | animate.cxx | 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() 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() [all …]
|
H A D | impgraph.cxx | 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() [all …]
|
H A D | bitmapex.cxx | 742 void BitmapEx::Draw( OutputDevice* pOutDev, const Point& rDestPt ) const in Draw() 744 pOutDev->DrawBitmapEx( rDestPt, *this ); in Draw() 750 const Point& rDestPt, const Size& rDestSize ) const in Draw() argument 752 pOutDev->DrawBitmapEx( rDestPt, rDestSize, *this ); in Draw() 758 const Point& rDestPt, const Size& rDestSize, in Draw() argument 761 pOutDev->DrawBitmapEx( rDestPt, rDestSize, rSrcPtPixel, rSrcSizePixel, *this ); in Draw()
|
H A D | pdfwriter_impl.hxx | 869 …void drawBitmap( const Point& rDestPt, const Size& rDestSize, const BitmapEmit& rBitmap, const Col…
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 526 const Point& rDestPt, const Size& rDestSize, 529 const Point& rDestPt, const Size& rDestSize, 760 void DrawOutDev( const Point& rDestPt, const Size& rDestSize, 762 void DrawOutDev( const Point& rDestPt, const Size& rDestSize, 765 void CopyArea( const Point& rDestPt, 769 void DrawBitmap( const Point& rDestPt, 771 void DrawBitmap( const Point& rDestPt, const Size& rDestSize, 777 void DrawBitmapEx( const Point& rDestPt, 799 void DrawMask( const Point& rDestPt, 801 void DrawMask( const Point& rDestPt, const Size& rDestSize, [all …]
|
H A D | graph.hxx | 153 const Point& rDestPt ) const; 155 const Point& rDestPt, 159 const Point& rDestPt, const Size& rDestSize ); 162 const Point& rDestPt, const Size& rDestSize ); 165 const Point& rDestPt, 169 const Point& rDestPt,
|
H A D | pdfwriter.hxx | 786 void DrawBitmap( const Point& rDestPt, 788 void DrawBitmap( const Point& rDestPt, const Size& rDestSize, 790 void DrawBitmap( const Point& rDestPt, const Size& rDestSize, 794 void DrawBitmapEx( const Point& rDestPt, 796 void DrawBitmapEx( const Point& rDestPt, const Size& rDestSize, 798 void DrawBitmapEx( const Point& rDestPt, const Size& rDestSize, 802 void DrawMask( const Point& rDestPt, 804 void DrawMask( const Point& rDestPt, const Size& rDestSize, 806 void DrawMask( const Point& rDestPt, const Size& rDestSize,
|
H A D | animate.hxx | 189 sal_Bool Start( OutputDevice* pOutDev, const Point& rDestPt, long nExtraData = 0, 191 …sal_Bool Start( OutputDevice* pOutDev, const Point& rDestPt, const Size& rDestSz, long nExtraD… 195 void Draw( OutputDevice* pOutDev, const Point& rDestPt ) const; 196 void Draw( OutputDevice* pOutDev, const Point& rDestPt, const Size& rDestSz ) const;
|
H A D | bitmapex.hxx | 88 const Point& rDestPt ) const; 90 const Point& rDestPt, const Size& rDestSize ) const; 92 const Point& rDestPt, const Size& rDestSize,
|
/aoo41x/main/vcl/inc/ |
H A D | impgraph.hxx | 120 const Point& rDestPt ) const; 122 const Point& rDestPt, 126 const Point& rDestPt, 130 const Point& rDestPt,
|
/aoo41x/main/svx/source/sdr/overlay/ |
H A D | overlaymanagerbuffered.cxx | 529 …void OverlayManagerBuffered::copyArea(const Point& rDestPt, const Point& rSrcPt, const Size& rSrcS… in copyArea() argument 532 maBufferDevice.CopyArea(rDestPt, rSrcPt, rSrcSize); in copyArea()
|
/aoo41x/main/svx/inc/svx/sdr/overlay/ |
H A D | overlaymanagerbuffered.hxx | 86 virtual void copyArea(const Point& rDestPt, const Point& rSrcPt, const Size& rSrcSize);
|
H A D | overlaymanager.hxx | 104 virtual void copyArea(const Point& rDestPt, const Point& rSrcPt, const Size& rSrcSize);
|