Home
last modified time | relevance | path

Searched refs:nDestY (Results 1 – 20 of 20) sorted by path

/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl115 [in] long nDestY,
/trunk/main/sc/source/core/data/
H A Dtable2.cxx3155 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()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx126 …nSourceWidth, ::sal_Int32 nSourceHeight, ::sal_Int32 nDestX, ::sal_Int32 nDestY, ::sal_Int32 nDest…
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx329 …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()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h250 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
/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/
H A Dsalgdi.hxx135 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
405 long nDestY,
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h156 long nDestY,
H A Dsalbmp.h139 long nDestX, long nDestY, const GC& rGC );
H A Dsalgdi.h309 long nDestY,
/trunk/main/vcl/inc/win/
H A Dsalgdi.h208 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx103 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()
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx587 void SalGraphics::CopyArea( long nDestX, long nDestY, in CopyArea() argument
597 copyArea( nDestX, nDestY, nSrcX, nSrcY, nSrcWidth, nSrcHeight, nFlags ); 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 Dsalgdi2.cxx606 void X11SalGraphics::copyArea ( long nDestX, long nDestY, in copyArea() argument
614 aPosAry.mnDestY = nDestY; in copyArea()
H A Dsalgdi3.cxx907 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()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx457 long nDestY, in copyArea() argument
465 B2IRange aDestRect( nDestX, nDestY, nDestX+nSrcWidth, nDestY+nSrcHeight ); in copyArea()
H A Dsvpgdi.hxx147 long nDestY,
H A Dsvppspgraphics.hxx166 long nDestY,
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx146 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()

Completed in 84 milliseconds