Home
last modified time | relevance | path

Searched refs:nSourceHeight (Results 1 – 5 of 5) sorted by path

/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl113 [in] long nSourceHeight,
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1549 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()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx126 …nSourceX, ::sal_Int32 nSourceY, ::sal_Int32 nSourceWidth, ::sal_Int32 nSourceHeight, ::sal_Int32 n…
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx329 …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()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx949 const sal_uInt32 nSourceHeight(GetSizePixel().Height()); in getTransformed() local
951 if(!nSourceWidth || !nSourceHeight) in getTransformed()
993 1.0 / nSourceHeight)); in getTransformed()

Completed in 36 milliseconds