Searched refs:nSourceWidth (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 329 …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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 946 const sal_uInt32 nSourceWidth(GetSizePixel().Width()); in getTransformed() local 949 if(!nSourceWidth || !nSourceHeight) in getTransformed() 990 1.0 / nSourceWidth, in getTransformed()
|
/aoo4110/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 1548 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()
|
/aoo4110/main/toolkit/inc/toolkit/awt/ |
H A D | vclxgraphics.hxx | 126 …e >& xSource, ::sal_Int32 nSourceX, ::sal_Int32 nSourceY, ::sal_Int32 nSourceWidth, ::sal_Int32 nS…
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 112 [in] long nSourceWidth,
|
Completed in 32 milliseconds