Searched refs:nDestHeight (Results 1 – 7 of 7) sorted by relevance
/trunk/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 329 …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/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 466 const long nDestHeight(basegfx::fround(basegfx::B2DVector(rY - rNull).getLength())); in drawTransformedBitmap() local 468 if(nDestWidth && nDestHeight) in drawTransformedBitmap() 479 nDestHeight); in drawTransformedBitmap()
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salbmp.cxx | 995 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 D | drwlayer.cxx | 1547 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/vcl/inc/unx/ |
H A D | salbmp.h | 138 long nDestWidth, long nDestHeight,
|
/trunk/main/toolkit/inc/toolkit/awt/ |
H A D | vclxgraphics.hxx | 126 …_Int32 nDestX, ::sal_Int32 nDestY, ::sal_Int32 nDestWidth, ::sal_Int32 nDestHeight ) throw (::com:…
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 117 [in] long nDestHeight );
|
Completed in 44 milliseconds