Home
last modified time | relevance | path

Searched refs:nDstY (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dalpha.cxx161 long nDstY = aRectDst.Top(); in CopyPixel() local
163 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel()
165 pWriteAcc->SetPixel( nDstY, nDstX, pReadAcc->GetPixel( nSrcY, nSrcX ) ); in CopyPixel()
194 const long nDstY = aRectDst.Top(); in CopyPixel() local
196 const long nDstEndY1 = nDstY + 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()
210 else if( ( nDstX >= nSrcX ) && ( nDstY <= nSrcY ) ) in CopyPixel()
212 for( long nY = nSrcY, nYN = nDstY; nY <= nSrcEndY1; nY++, nYN++ ) in CopyPixel()
H A Dbitmap.cxx1030 long nDstY = aRectDst.Top(); in CopyPixel() local
1043 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel()
1051 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel()
1056 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel()
1087 const long nDstY = aRectDst.Top(); in CopyPixel() local
1089 const long nDstEndY1 = nDstY + 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()
1103 else if( ( nDstX >= nSrcX ) && ( nDstY <= nSrcY ) ) in CopyPixel()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dxrender_peer.hxx79 int nDstX, int nDstY, const unsigned* pText, int nTextLen ) const;
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()
291 GlyphSet aGlyphSet, int nDstX, int nDstY, in CompositeString32() argument
296 aGlyphSet, 0, 0, nDstX, nDstY, pText, nTextLen ); in CompositeString32()
299 aGlyphSet, 0, 0, nDstX, nDstY, pText, nTextLen ); in CompositeString32()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx468 int nDstY = (int) aPosAry.mnDestY; in drawBitmap() local
496 aPtL[ 2 ].y = TY( nDstY + nDstHeight - 1 ); in drawBitmap()
509 aPtL[ 0 ].y = TY( nDstY + nDstHeight - 1 ); in drawBitmap()
511 aPtL[ 1 ].y = TY( nDstY - 1 ); in drawBitmap()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx550 int nDstY = (int)aPosAry.mnDestY; in drawBitmap() local
567 BitBlt( hMemDC, 0, 0, nDstWidth, nDstHeight, hDC, nDstX, nDstY, SRCCOPY ); in drawBitmap()
602 BitBlt( hDC, nDstX, nDstY, nDstWidth, nDstHeight, hMemDC, 0, 0, SRCCOPY ); in drawBitmap()
/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
1182 aPosAry.mnDestY = nDstY; in copyArea()
1218 const CGPoint aDstPoint = CGPointMake( +nDstX, +nDstY); in copyArea()
1226 RefreshRect( nDstX, nDstY, nSrcWidth, nSrcHeight ); in copyArea()

Completed in 51 milliseconds