Searched refs:nDestWidth (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 329 …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()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 463 const long nDestWidth(basegfx::fround(basegfx::B2DVector(rX - rNull).getLength())); in drawTransformedBitmap() local 466 if(nDestWidth && nDestHeight) in drawTransformedBitmap() 475 nDestWidth, in drawTransformedBitmap()
|
/aoo41x/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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 1546 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()
|
/aoo41x/main/vcl/inc/unx/ |
H A D | salbmp.h | 138 long nDestWidth, long nDestHeight,
|
/aoo41x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxgraphics.hxx | 126 …t32 nSourceHeight, ::sal_Int32 nDestX, ::sal_Int32 nDestY, ::sal_Int32 nDestWidth, ::sal_Int32 nDe…
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 116 [in] long nDestWidth,
|
Completed in 37 milliseconds