/aoo41x/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 329 …Int32 nSourceWidth, sal_Int32 nSourceHeight, sal_Int32 nDestX, sal_Int32 nDestY, sal_Int32 nDestWi… in copy() argument 340 mpOutputDevice->DrawOutDev( Point( nDestX, nDestY ), Size( nDestWidth, nDestHeight ), in copy() 346 …Int32 nSourceWidth, sal_Int32 nSourceHeight, sal_Int32 nDestX, sal_Int32 nDestY, sal_Int32 nDestWi… in draw() argument 356 Point aPos(nDestX - nSourceX, nDestY - nSourceY); in draw() 372 …tputDevice->IntersectClipRegion(Region(Rectangle(nDestX, nDestY, nDestX + nDestWidth - 1, nDestY +… in draw()
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 103 void Os2SalGraphics::copyArea( long nDestX, long nDestY, in copyArea() argument 112 thePoints[0].y = TY( nDestY + nSrcHeight - 1 ); in copyArea() 116 thePoints[1].y = TY( nDestY - 1 ); in copyArea() 251 long nOffY = (nSrcY-nDestY); in copyArea()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 457 long nDestY, in copyArea() argument 465 B2IRange aDestRect( nDestX, nDestY, nDestX+nSrcWidth, nDestY+nSrcHeight ); in copyArea()
|
H A D | svpgdi.hxx | 147 long nDestY,
|
H A D | svppspgraphics.hxx | 166 long nDestY,
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 146 void WinSalGraphics::copyArea( long nDestX, long nDestY, in copyArea() argument 281 int nOffY = (int)(nDestY-nSrcY); in copyArea() 298 (int)nDestX, (int)nDestY, in copyArea()
|
/aoo41x/main/vcl/inc/ |
H A D | salgdi.hxx | 135 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth, 405 long nDestY,
|
/aoo41x/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 | 907 const int nDestY = aPos.Y() + rGM.GetOffset().Y(); in DrawServerSimpleFontString() local 911 aGCVal.ts_y_origin = nDestY; 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 614 aPosAry.mnDestY = nDestY; in copyArea()
|
/aoo41x/main/vcl/inc/unx/ |
H A D | salbmp.h | 139 long nDestX, long nDestY, const GC& rGC );
|
H A D | pspgraphics.h | 156 long nDestY,
|
H A D | salgdi.h | 309 long nDestY,
|
/aoo41x/main/vcl/source/gdi/ |
H A D | salgdilayout.cxx | 587 void SalGraphics::CopyArea( long nDestX, long nDestY, in CopyArea() argument 597 copyArea( nDestX, nDestY, nSrcX, nSrcY, nSrcWidth, nSrcHeight, nFlags ); in CopyArea()
|
/aoo41x/main/sc/source/core/data/ |
H A D | table2.cxx | 3155 SCROW nDestY = nDestRow; in CopyData() local 3159 aDest.SetRow( nDestY ); in CopyData() 3180 PutCell( nDestX, nDestY, pCell ); in CopyData() 3181 SetPattern( nDestX, nDestY, *GetPattern( nCol, nRow ), sal_True ); in CopyData() 3191 ++nDestY; in CopyData()
|
/aoo41x/main/vcl/inc/os2/ |
H A D | salgdi.h | 180 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
|
/aoo41x/main/vcl/inc/win/ |
H A D | salgdi.h | 208 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
|
/aoo41x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxgraphics.hxx | 126 …nSourceWidth, ::sal_Int32 nSourceHeight, ::sal_Int32 nDestX, ::sal_Int32 nDestY, ::sal_Int32 nDest…
|
/aoo41x/main/vcl/inc/aqua/ |
H A D | salgdi.h | 250 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 115 [in] long nDestY,
|