/aoo4110/main/canvas/source/vcl/ |
H A D | impltools.cxx | 370 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 …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | alpha.cxx | 164 … 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 D | bitmap.cxx | 1044 … 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 D | salmisc.cxx | 402 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 D | salgdilayout.cxx | 588 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()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 264 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 D | xrender_peer.hxx | 219 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 D | salbmp.cxx | 994 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()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | salgdi.h | 162 int &nSrcX, 168 int &nSrcX, 174 int &nSrcX, 310 long nSrcX,
|
H A D | salbmp.h | 137 long nSrcX, long nSrcY,
|
H A D | pspgraphics.h | 157 long nSrcX,
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 147 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()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 104 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()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 458 long nSrcX, in copyArea() argument 464 B2IRange aSrcRect( nSrcX, nSrcY, nSrcX+nSrcWidth, nSrcY+nSrcHeight ); in copyArea()
|
H A D | svpgdi.hxx | 148 long nSrcX,
|
H A D | svppspgraphics.hxx | 167 long nSrcX,
|
/aoo4110/main/sc/source/core/data/ |
H A D | table4.cxx | 1026 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()
|
/aoo4110/main/vcl/inc/ |
H A D | salgdi.hxx | 135 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth, 406 long nSrcX,
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 1168 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()
|
/aoo4110/main/vcl/inc/os2/ |
H A D | salgdi.h | 180 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
|
/aoo4110/main/vcl/inc/win/ |
H A D | salgdi.h | 208 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
|
/aoo4110/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 1353 const long nSrcX = pMapLX[ nX ]; in ImplCreateScaled() local 1355 if( pSrc[ nSrcX >> 3 ] & ( 1 << ( 7 - ( nSrcX & 7 ) ) ) ) in ImplCreateScaled()
|
/aoo4110/main/vcl/inc/aqua/ |
H A D | salgdi.h | 250 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
|