Home
last modified time | relevance | path

Searched refs:nDestWidth (Results 1 – 7 of 7) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx329 …sal_Int32 nSourceHeight, sal_Int32 nDestX, sal_Int32 nDestY, sal_Int32 nDestWidth, sal_Int32 nDest… in copy() argument
340 mpOutputDevice->DrawOutDev( Point( nDestX, nDestY ), Size( nDestWidth, nDestHeight ), in copy()
346 …sal_Int32 nSourceHeight, sal_Int32 nDestX, sal_Int32 nDestY, sal_Int32 nDestWidth, sal_Int32 nDest… in draw() argument
359 if(nDestWidth != nSourceWidth) in draw()
361 float zoomX = (float)nDestWidth / (float)nSourceWidth; in draw()
372 …mpOutputDevice->IntersectClipRegion(Region(Rectangle(nDestX, nDestY, nDestX + nDestWidth - 1, nDes… in draw()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx465 const long nDestWidth(basegfx::fround(basegfx::B2DVector(rX - rNull).getLength())); in drawTransformedBitmap() local
468 if(nDestWidth && nDestHeight) in drawTransformedBitmap()
477 nDestWidth, in drawTransformedBitmap()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx995 long nDestWidth, long nDestHeight, in ImplDraw() argument
1004 nSrcX, nSrcY, nDestWidth, nDestHeight, nDestX, nDestY, 1 ); in ImplDraw()
1009 nSrcX, nSrcY, nDestWidth, nDestHeight, nDestX, nDestY ); in ImplDraw()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1546 long nDestWidth = rDestRange.GetWidth(); in CopyFromClip() local
1551 long nWidthDiff = nDestWidth - nSourceWidth; in CopyFromClip()
1559 if ( Abs(nWidthDiff) > 1 && nDestWidth > 1 && nSourceWidth > 1 ) in CopyFromClip()
1561 aHorFract = Fraction( nDestWidth, nSourceWidth ); in CopyFromClip()
/trunk/main/vcl/inc/unx/
H A Dsalbmp.h138 long nDestWidth, long nDestHeight,
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx126 …t32 nSourceHeight, ::sal_Int32 nDestX, ::sal_Int32 nDestY, ::sal_Int32 nDestWidth, ::sal_Int32 nDe…
/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl116 [in] long nDestWidth,

Completed in 45 milliseconds