Home
last modified time | relevance | path

Searched refs:nSourceWidth (Results 1 – 5 of 5) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx329 …Device >& rxSource, sal_Int32 nSourceX, sal_Int32 nSourceY, sal_Int32 nSourceWidth, sal_Int32 nSou… in copy() argument
341 … Point( nSourceX, nSourceY ), Size( nSourceWidth, nSourceHeight ), *pFromDev->GetOutputDevice() ); in copy()
346 … >& rxBitmapHandle, sal_Int32 nSourceX, sal_Int32 nSourceY, sal_Int32 nSourceWidth, sal_Int32 nSou… in draw() argument
359 if(nDestWidth != nSourceWidth) in draw()
361 float zoomX = (float)nDestWidth / (float)nSourceWidth; in draw()
371 if(nSourceX || nSourceY || aSz.Width() != nSourceWidth || aSz.Height() != nSourceHeight) in draw()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx948 const sal_uInt32 nSourceWidth(GetSizePixel().Width()); in getTransformed() local
951 if(!nSourceWidth || !nSourceHeight) in getTransformed()
992 1.0 / nSourceWidth, in getTransformed()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1548 long nSourceWidth = rSourceRange.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()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx126 …e >& xSource, ::sal_Int32 nSourceX, ::sal_Int32 nSourceY, ::sal_Int32 nSourceWidth, ::sal_Int32 nS…
/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl112 [in] long nSourceWidth,

Completed in 35 milliseconds