Searched refs:nSourceX (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 329 void VCLXGraphics::copy( const uno::Reference< awt::XDevice >& rxSource, sal_Int32 nSourceX, sal_In… in copy() argument 341 … Point( nSourceX, nSourceY ), Size( nSourceWidth, nSourceHeight ), *pFromDev->GetOutputDevice() ); in copy() 346 … const uno::Reference< awt::XDisplayBitmap >& rxBitmapHandle, sal_Int32 nSourceX, sal_Int32 nSourc… in draw() argument 356 Point aPos(nDestX - nSourceX, nDestY - nSourceY); in draw() 371 if(nSourceX || nSourceY || aSz.Width() != nSourceWidth || aSz.Height() != nSourceHeight) in draw()
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxgraphics.hxx | 126 …:uno::Reference< ::com::sun::star::awt::XDevice >& xSource, ::sal_Int32 nSourceX, ::sal_Int32 nSou…
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 110 [in] long nSourceX,
|
Completed in 19 milliseconds