Home
last modified time | relevance | path

Searched refs:nSrcY (Results 1 – 22 of 22) sorted by relevance

/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx371 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 …]
/trunk/main/vcl/source/gdi/
H A Dalpha.cxx163 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 Dbitmap.cxx1043 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 Dsalmisc.cxx402 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 Dsalgdilayout.cxx588 long nSrcX, long nSrcY, in CopyArea() argument
597 copyArea( nDestX, nDestY, nSrcX, nSrcY, nSrcWidth, nSrcHeight, nFlags ); in CopyArea()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx265 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 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.h163 int &nSrcY ) const;
169 int &nSrcY ) const;
175 int &nSrcY,
311 long nSrcY,
H A Dsalbmp.h137 long nSrcX, long nSrcY,
H A Dpspgraphics.h158 long nSrcY,
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx147 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()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx104 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()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx459 long nSrcY, in copyArea() argument
464 B2IRange aSrcRect( nSrcX, nSrcY, nSrcX+nSrcWidth, nSrcY+nSrcHeight ); in copyArea()
H A Dsvpgdi.hxx149 long nSrcY,
H A Dsvppspgraphics.hxx168 long nSrcY,
/trunk/main/sc/source/core/data/
H A Dtable4.cxx1027 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()
/trunk/main/vcl/inc/
H A Dsalgdi.hxx135 virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth,
407 long nSrcY,
/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()
1212 aSrcPoint.y = (nSrcY + nSrcHeight) - mnHeight; 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/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 142 milliseconds