/aoo4110/main/canvas/source/vcl/ |
H A D | impltools.cxx | 371 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap() local 373 nSrcY < 0 || nSrcY >= aBmpSize.Height() ) in transformBitmap() 389 BitmapColor aColor( pReadAccess->GetPixel( nSrcY, nSrcX ) ); in transformBitmap() 417 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap() local 419 nSrcY < 0 || nSrcY >= aBmpSize.Height() ) in transformBitmap() 439 BitmapColor aColor( pReadAccess->GetPixel( nSrcY, in transformBitmap() 474 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap() local 476 nSrcY < 0 || nSrcY >= aBmpSize.Height() ) in transformBitmap() 496 const int nSrcY( ::basegfx::fround( aPoint.getY() ) ); in transformBitmap() local 498 nSrcY < 0 || nSrcY >= aBmpSize.Height() ) in transformBitmap() [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | alpha.cxx | 163 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel() local 165 pWriteAcc->SetPixel( nDstY, nDstX, pReadAcc->GetPixel( nSrcY, nSrcX ) ); in CopyPixel() 190 const long nSrcY = aRectSrc.Top(); in CopyPixel() local 192 const long nSrcEndY1 = nSrcY + nHeight - 1L; in CopyPixel() 198 if( ( nDstX <= nSrcX ) && ( nDstY <= nSrcY ) ) in CopyPixel() 200 for( long nY = nSrcY, nYN = nDstY; nY <= nSrcEndY1; nY++, nYN++ ) in CopyPixel() 204 else if( ( nDstX <= nSrcX ) && ( nDstY >= nSrcY ) ) in CopyPixel() 206 for( long nY = nSrcEndY1, nYN = nDstEndY1; nY >= nSrcY; nY--, nYN-- ) in CopyPixel() 210 else if( ( nDstX >= nSrcX ) && ( nDstY <= nSrcY ) ) in CopyPixel() 212 for( long nY = nSrcY, nYN = nDstY; nY <= nSrcEndY1; nY++, nYN++ ) in CopyPixel() [all …]
|
H A D | bitmap.cxx | 1043 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel() local 1051 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel() local 1056 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel() local 1083 const long nSrcY = aRectSrc.Top(); in CopyPixel() local 1085 const long nSrcEndY1 = nSrcY + nHeight - 1L; in CopyPixel() 1091 if( ( nDstX <= nSrcX ) && ( nDstY <= nSrcY ) ) in CopyPixel() 1093 for( long nY = nSrcY, nYN = nDstY; nY <= nSrcEndY1; nY++, nYN++ ) in CopyPixel() 1097 else if( ( nDstX <= nSrcX ) && ( nDstY >= nSrcY ) ) in CopyPixel() 1099 for( long nY = nSrcEndY1, nYN = nDstEndY1; nY >= nSrcY; nY--, nYN-- ) 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 451 pMapY[ i ] = nSrcY + static_cast<int>( i * fFactorY ); in StretchAndConvert() 455 for( i = 0L, nTmp = nSrcY; i < nDstDY; i++ ) in StretchAndConvert()
|
H A D | salgdilayout.cxx | 588 long nSrcX, long nSrcY, in CopyArea() argument 597 copyArea( nDestX, nDestY, nSrcX, nSrcY, nSrcWidth, nSrcHeight, nFlags ); in CopyArea()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 265 int &nSrcY ) const in Clip() 286 nSrcY += aRect.y - nY; in Clip() 302 int &nSrcY ) const in Clip() 306 && RectangleOut == Clip( pPaintRegion_, nX, nY, nDX, nDY, nSrcX, nSrcY ) ) in Clip() 310 && RectangleOut == Clip( mpClipRegion, nX, nY, nDX, nDY, nSrcX, nSrcY ) ) in Clip() 344 int &nSrcY, 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 | 163 int &nSrcY ) const; 169 int &nSrcY ) const; 175 int &nSrcY, 311 long nSrcY,
|
H A D | salbmp.h | 137 long nSrcX, long nSrcY,
|
H A D | pspgraphics.h | 158 long nSrcY,
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 147 long nSrcX, long nSrcY, in copyArea() argument 172 aSrcRect.top = (int)nSrcY; in copyArea() 281 int nOffY = (int)(nDestY-nSrcY); 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 120 thePoints[2].y = TY( nSrcY + nSrcHeight - 1); in copyArea() 125 Point aVCLSrcPos( nSrcX, nSrcY ); in copyArea() 251 long nOffY = (nSrcY-nDestY); in copyArea()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 459 long nSrcY, in copyArea() argument 464 B2IRange aSrcRect( nSrcX, nSrcY, nSrcX+nSrcWidth, nSrcY+nSrcHeight ); in copyArea()
|
H A D | svpgdi.hxx | 149 long nSrcY,
|
H A D | svppspgraphics.hxx | 168 long nSrcY,
|
/aoo4110/main/sc/source/core/data/ |
H A D | table4.cxx | 1027 SCROW nSrcY = nRow1; in GetAutoFillPreview() local 1029 nSrcY = sal::static_int_cast<SCROW>( nSrcY + static_cast<SCROW>(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, 407 long nSrcY,
|
/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() 1212 aSrcPoint.y = (nSrcY + nSrcHeight) - mnHeight; 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/vcl/inc/aqua/ |
H A D | salgdi.h | 250 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
|