Home
last modified time | relevance | path

Searched refs:nSrcX (Results 1 – 23 of 23) sorted by relevance

/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx370 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap() local
372 if( nSrcX < 0 || nSrcX >= aBmpSize.Width() || in transformBitmap()
389 BitmapColor aColor( pReadAccess->GetPixel( nSrcY, nSrcX ) ); in transformBitmap()
416 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap() local
418 if( nSrcX < 0 || nSrcX >= aBmpSize.Width() || in transformBitmap()
440 nSrcX ) ); in transformBitmap()
473 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap() local
475 if( nSrcX < 0 || nSrcX >= aBmpSize.Width() || in transformBitmap()
495 const int nSrcX( ::basegfx::fround( aPoint.getX() ) ); in transformBitmap() local
497 if( nSrcX < 0 || nSrcX >= aBmpSize.Width() || in transformBitmap()
[all …]
/trunk/main/vcl/source/gdi/
H A Dalpha.cxx164 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel() local
165 pWriteAcc->SetPixel( nDstY, nDstX, pReadAcc->GetPixel( nSrcY, nSrcX ) ); in CopyPixel()
189 const long nSrcX = aRectSrc.Left(); in CopyPixel() local
191 const long nSrcEndX1 = nSrcX + nWidth - 1L; in CopyPixel()
198 if( ( nDstX <= nSrcX ) && ( nDstY <= nSrcY ) ) in CopyPixel()
201 for( long nX = nSrcX, nXN = nDstX; nX <= nSrcEndX1; nX++, nXN++ ) in CopyPixel()
204 else if( ( nDstX <= nSrcX ) && ( nDstY >= nSrcY ) ) in CopyPixel()
207 for( long nX = nSrcX, nXN = nDstX; nX <= nSrcEndX1; nX++, nXN++ ) in CopyPixel()
210 else if( ( nDstX >= nSrcX ) && ( nDstY <= nSrcY ) ) in CopyPixel()
213 for( long nX = nSrcEndX1, nXN = nDstEndX1; nX >= nSrcX; nX--, nXN-- ) in CopyPixel()
[all …]
H A Dbitmap.cxx1044 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel() local
1052 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel() local
1057 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel() local
1082 const long nSrcX = aRectSrc.Left(); in CopyPixel() local
1084 const long nSrcEndX1 = nSrcX + nWidth - 1L; in CopyPixel()
1091 if( ( nDstX <= nSrcX ) && ( nDstY <= nSrcY ) ) in CopyPixel()
1094 for( long nX = nSrcX, nXN = nDstX; nX <= nSrcEndX1; nX++, nXN++ ) in CopyPixel()
1097 else if( ( nDstX <= nSrcX ) && ( nDstY >= nSrcY ) ) in CopyPixel()
1100 for( long nX = nSrcX, nXN = nDstX; nX <= nSrcEndX1; nX++, nXN++ ) in CopyPixel()
1103 else if( ( nDstX >= nSrcX ) && ( nDstY <= nSrcY ) ) in CopyPixel()
[all …]
H A Dsalmisc.cxx402 const long nSrcX = rTwoRect.mnSrcX, nSrcY = rTwoRect.mnSrcY; in StretchAndConvert() local
437 pMapX[ i ] = nSrcX + static_cast<int>( i * fFactorX ); in StretchAndConvert()
441 for( i = 0L, nTmp = nSrcX; i < nDstDX; i++ ) in StretchAndConvert()
H A Dsalgdilayout.cxx588 long nSrcX, long nSrcY, in CopyArea() argument
595 mirror( nSrcX, nSrcWidth, pOutDev ); in CopyArea()
597 copyArea( nDestX, nDestY, nSrcX, nSrcY, nSrcWidth, nSrcHeight, nFlags ); in CopyArea()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx264 int &nSrcX, in Clip() argument
277 nSrcX += aRect.x - nX; in Clip()
301 int &nSrcX, in Clip() argument
306 && RectangleOut == Clip( pPaintRegion_, nX, nY, nDX, nDY, nSrcX, nSrcY ) ) in Clip()
310 && RectangleOut == Clip( mpClipRegion, nX, nY, nDX, nDY, nSrcX, nSrcY ) ) in Clip()
343 int &nSrcX, in SetMask() argument
347 int n = Clip( nX, nY, nDX, nDY, nSrcX, nSrcY ); in SetMask()
359 XSetClipOrigin( pDisplay, pMaskGC_, nX - nSrcX, nY - nSrcY ); in SetMask()
388 nSrcX, nSrcY, // Source in SetMask()
607 long nSrcX, long nSrcY, in copyArea() argument
[all …]
H A Dxrender_peer.hxx219 int nSrcX, int nSrcY, int nMaskX, int nMaskY, int nDstX, int nDstY, in CompositePicture() argument
224 nSrcX, nSrcY, nMaskX, nMaskY, nDstX, nDstY, nWidth, nHeight ); in CompositePicture()
227 nSrcX, nSrcY, nMaskX, nMaskY, nDstX, nDstY, nWidth, nHeight ); in CompositePicture()
H A Dsalbmp.cxx994 long nSrcX, long nSrcY, in ImplDraw() argument
1004 nSrcX, nSrcY, nDestWidth, nDestHeight, nDestX, nDestY, 1 ); in ImplDraw()
1009 nSrcX, nSrcY, nDestWidth, nDestHeight, nDestX, nDestY ); in ImplDraw()
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h162 int &nSrcX,
168 int &nSrcX,
174 int &nSrcX,
310 long nSrcX,
H A Dsalbmp.h137 long nSrcX, long nSrcY,
H A Dpspgraphics.h157 long nSrcX,
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx147 long nSrcX, long nSrcY, in copyArea() argument
171 aSrcRect.left = (int)nSrcX; in copyArea()
280 int nOffX = (int)(nDestX-nSrcX); in copyArea()
301 (int)nSrcX, (int)nSrcY, in copyArea()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx104 long nSrcX, long nSrcY, in copyArea() argument
119 thePoints[2].x = nSrcX; in copyArea()
125 Point aVCLSrcPos( nSrcX, nSrcY ); in copyArea()
250 long nOffX = (nDestX-nSrcX); in copyArea()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx458 long nSrcX, in copyArea() argument
464 B2IRange aSrcRect( nSrcX, nSrcY, nSrcX+nSrcWidth, nSrcY+nSrcHeight ); in copyArea()
H A Dsvpgdi.hxx148 long nSrcX,
H A Dsvppspgraphics.hxx167 long nSrcX,
/trunk/main/sc/source/core/data/
H A Dtable4.cxx1026 SCCOL nSrcX = nCol1; in GetAutoFillPreview() local
1031 nSrcX = sal::static_int_cast<SCCOL>( nSrcX + static_cast<SCCOL>(nPos) ); in GetAutoFillPreview()
1033 ScBaseCell* pCell = GetCell( nSrcX, nSrcY ); in GetAutoFillPreview()
1077 sal_uLong nNumFmt = GetNumberFormat( nSrcX, nSrcY ); in GetAutoFillPreview()
/trunk/main/vcl/inc/
H A Dsalgdi.hxx135 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
406 long nSrcX,
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1168 void AquaSalGraphics::copyArea( long nDstX, long nDstY,long nSrcX, long nSrcY, long nSrcWidth, long… in copyArea() argument
1173 SalBitmap* pBitmap = getBitmap( nSrcX, nSrcY, nSrcWidth, nSrcHeight ); in copyArea()
1207 CGPoint aSrcPoint = CGPointMake( -nSrcX, -nSrcY); in copyArea()
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h180 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1353 const long nSrcX = pMapLX[ nX ]; in ImplCreateScaled() local
1355 if( pSrc[ nSrcX >> 3 ] & ( 1 << ( 7 - ( nSrcX & 7 ) ) ) ) in ImplCreateScaled()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h208 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h250 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,

Completed in 137 milliseconds