Searched refs:nSourceHeight (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 329 …Int32 nSourceX, sal_Int32 nSourceY, sal_Int32 nSourceWidth, sal_Int32 nSourceHeight, sal_Int32 nDe… in copy() argument 341 … Point( nSourceX, nSourceY ), Size( nSourceWidth, nSourceHeight ), *pFromDev->GetOutputDevice() ); in copy() 346 …Int32 nSourceX, sal_Int32 nSourceY, sal_Int32 nSourceWidth, sal_Int32 nSourceHeight, sal_Int32 nDe… in draw() argument 365 if(nDestHeight != nSourceHeight) in draw() 367 float zoomY = (float)nDestHeight / (float)nSourceHeight; in draw() 371 if(nSourceX || nSourceY || aSz.Width() != nSourceWidth || aSz.Height() != nSourceHeight) in draw()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 949 const sal_uInt32 nSourceHeight(GetSizePixel().Height()); in getTransformed() local 951 if(!nSourceWidth || !nSourceHeight) in getTransformed() 993 1.0 / nSourceHeight)); in getTransformed()
|
/aoo42x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 1549 long nSourceHeight = rSourceRange.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()
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxgraphics.hxx | 126 …nSourceX, ::sal_Int32 nSourceY, ::sal_Int32 nSourceWidth, ::sal_Int32 nSourceHeight, ::sal_Int32 n…
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 113 [in] long nSourceHeight,
|
Completed in 34 milliseconds