Home
last modified time | relevance | path

Searched refs:nDestX (Results 1 – 20 of 20) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx329 …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()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx103 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()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx456 void SvpSalGraphics::copyArea( long nDestX, in copyArea() argument
465 B2IRange aDestRect( nDestX, nDestY, nDestX+nSrcWidth, nDestY+nSrcHeight ); in copyArea()
H A Dsvpgdi.hxx146 virtual void copyArea( long nDestX,
H A Dsvppspgraphics.hxx165 virtual void copyArea( long nDestX,
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx146 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()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx996 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 Dsalgdi3.cxx906 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 Dsalgdi2.cxx606 void X11SalGraphics::copyArea ( long nDestX, long nDestY, in copyArea() argument
613 aPosAry.mnDestX = nDestX; in copyArea()
/trunk/main/vcl/inc/
H A Dsalgdi.hxx135 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
404 void CopyArea( long nDestX,
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx587 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()
/trunk/main/vcl/inc/unx/
H A Dsalbmp.h139 long nDestX, long nDestY, const GC& rGC );
H A Dpspgraphics.h155 virtual void copyArea( long nDestX,
H A Dsalgdi.h308 virtual void copyArea( long nDestX,
/trunk/main/sc/source/core/data/
H A Dtable2.cxx3160 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()
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h180 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
/trunk/main/vcl/inc/win/
H A Dsalgdi.h208 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx126 …ourceY, ::sal_Int32 nSourceWidth, ::sal_Int32 nSourceHeight, ::sal_Int32 nDestX, ::sal_Int32 nDest…
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h250 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl114 [in] long nDestX,

Completed in 92 milliseconds