/aoo42x/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 329 …t32 nSourceY, sal_Int32 nSourceWidth, sal_Int32 nSourceHeight, sal_Int32 nDestX, sal_Int32 nDestY,… in copy() argument 340 mpOutputDevice->DrawOutDev( Point( nDestX, nDestY ), Size( nDestWidth, nDestHeight ), in copy() 346 …t32 nSourceY, sal_Int32 nSourceWidth, sal_Int32 nSourceHeight, sal_Int32 nDestX, sal_Int32 nDestY,… in draw() argument 356 Point aPos(nDestX - nSourceX, nDestY - nSourceY); in draw() 372 …mpOutputDevice->IntersectClipRegion(Region(Rectangle(nDestX, nDestY, nDestX + nDestWidth - 1, nDes… in draw()
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 103 void Os2SalGraphics::copyArea( long nDestX, long nDestY, in copyArea() argument 111 thePoints[0].x = nDestX; in copyArea() 115 thePoints[1].x = nDestX + nSrcWidth; in copyArea() 250 long nOffX = (nDestX-nSrcX); in copyArea()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 456 void SvpSalGraphics::copyArea( long nDestX, in copyArea() argument 465 B2IRange aDestRect( nDestX, nDestY, nDestX+nSrcWidth, nDestY+nSrcHeight ); in copyArea()
|
H A D | svpgdi.hxx | 146 virtual void copyArea( long nDestX,
|
H A D | svppspgraphics.hxx | 165 virtual void copyArea( long nDestX,
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 146 void WinSalGraphics::copyArea( long nDestX, long nDestY, in copyArea() argument 280 int nOffX = (int)(nDestX-nSrcX); in copyArea() 298 (int)nDestX, (int)nDestY, in copyArea()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salbmp.cxx | 996 long nDestX, long nDestY, const GC& rGC ) in ImplDraw() argument 1004 nSrcX, nSrcY, nDestWidth, nDestHeight, nDestX, nDestY, 1 ); in ImplDraw() 1009 nSrcX, nSrcY, nDestWidth, nDestHeight, nDestX, nDestY ); in ImplDraw()
|
H A D | salgdi3.cxx | 906 const int nDestX = aPos.X() + rGM.GetOffset().X(); in DrawServerSimpleFontString() local 910 aGCVal.ts_x_origin = nDestX; in DrawServerSimpleFontString() 916 XFillRectangle( pDisplay, hDrawable_, tmpGC, nDestX, nDestY, nWidth, nHeight ); in DrawServerSimpleFontString()
|
H A D | salgdi2.cxx | 606 void X11SalGraphics::copyArea ( long nDestX, long nDestY, in copyArea() argument 613 aPosAry.mnDestX = nDestX; in copyArea()
|
/aoo42x/main/vcl/inc/ |
H A D | salgdi.hxx | 135 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth, 404 void CopyArea( long nDestX,
|
/aoo42x/main/vcl/source/gdi/ |
H A D | salgdilayout.cxx | 587 void SalGraphics::CopyArea( long nDestX, long nDestY, in CopyArea() argument 594 mirror( nDestX, nSrcWidth, pOutDev ); in CopyArea() 597 copyArea( nDestX, nDestY, nSrcX, nSrcY, nSrcWidth, nSrcHeight, nFlags ); in CopyArea()
|
/aoo42x/main/vcl/inc/unx/ |
H A D | salbmp.h | 139 long nDestX, long nDestY, const GC& rGC );
|
H A D | pspgraphics.h | 155 virtual void copyArea( long nDestX,
|
H A D | salgdi.h | 308 virtual void copyArea( long nDestX,
|
/aoo42x/main/sc/source/core/data/ |
H A D | table2.cxx | 3160 SCCOL nDestX = nDestCol; in CopyData() local 3164 aDest.SetCol( nDestX ); in CopyData() 3180 PutCell( nDestX, nDestY, pCell ); in CopyData() 3181 SetPattern( nDestX, nDestY, *GetPattern( nCol, nRow ), sal_True ); in CopyData() 3189 ++nDestX; in CopyData()
|
/aoo42x/main/vcl/inc/os2/ |
H A D | salgdi.h | 180 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
|
/aoo42x/main/vcl/inc/win/ |
H A D | salgdi.h | 208 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxgraphics.hxx | 126 …ourceY, ::sal_Int32 nSourceWidth, ::sal_Int32 nSourceHeight, ::sal_Int32 nDestX, ::sal_Int32 nDest…
|
/aoo42x/main/vcl/inc/aqua/ |
H A D | salgdi.h | 250 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 114 [in] long nDestX,
|