Home
last modified time | relevance | path

Searched refs:nDestHeight (Results 1 – 7 of 7) sorted by path

/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl117 [in] long nDestHeight );
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1547 long nDestHeight = rDestRange.GetHeight(); in CopyFromClip() local
1552 long nHeightDiff = nDestHeight - nSourceHeight; in CopyFromClip()
1564 if ( Abs(nHeightDiff) > 1 && nDestHeight > 1 && nSourceHeight > 1 ) in CopyFromClip()
1566 aVerFract = Fraction( nDestHeight, nSourceHeight ); in CopyFromClip()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx126 …_Int32 nDestX, ::sal_Int32 nDestY, ::sal_Int32 nDestWidth, ::sal_Int32 nDestHeight ) throw (::com:…
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx329 …t, sal_Int32 nDestX, sal_Int32 nDestY, sal_Int32 nDestWidth, sal_Int32 nDestHeight ) throw(uno::Ru… in copy() argument
340 mpOutputDevice->DrawOutDev( Point( nDestX, nDestY ), Size( nDestWidth, nDestHeight ), in copy()
346 …t, sal_Int32 nDestX, sal_Int32 nDestY, sal_Int32 nDestWidth, sal_Int32 nDestHeight ) throw(uno::Ru… in draw() argument
365 if(nDestHeight != nSourceHeight) in draw()
367 float zoomY = (float)nDestHeight / (float)nSourceHeight; in draw()
372 …ctClipRegion(Region(Rectangle(nDestX, nDestY, nDestX + nDestWidth - 1, nDestY + nDestHeight - 1))); in draw()
/trunk/main/vcl/inc/unx/
H A Dsalbmp.h138 long nDestWidth, long nDestHeight,
/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/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx466 const long nDestHeight(basegfx::fround(basegfx::B2DVector(rY - rNull).getLength())); in drawTransformedBitmap() local
468 if(nDestWidth && nDestHeight) in drawTransformedBitmap()
479 nDestHeight); in drawTransformedBitmap()

Completed in 41 milliseconds