Home
last modified time | relevance | path

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

/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()
193 const long nDstX = aRectDst.Left(); in CopyPixel() local
195 const long nDstEndX1 = nDstX + 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()
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
1058 pWriteAcc->SetPixel( nDstY, nDstX, pReadAcc->GetPixel( nSrcY, nSrcX ) ); in CopyPixel()
1086 const long nDstX = aRectDst.Left(); in CopyPixel() local
1088 const long nDstEndX1 = nDstX + 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()
[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.cxx467 int nDstX = (int) aPosAry.mnDestX; in drawBitmap() local
495 aPtL[ 2 ].x = nDstX; in drawBitmap()
508 aPtL[ 0 ].x = nDstX; in drawBitmap()
510 aPtL[ 1 ].x = nDstX + nDstWidth; in drawBitmap()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx549 int nDstX = (int)aPosAry.mnDestX; 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
1181 aPosAry.mnDestX = nDstX; in copyArea()
1218 const CGPoint aDstPoint = CGPointMake( +nDstX, +nDstY); in copyArea()
1226 RefreshRect( nDstX, nDstY, nSrcWidth, nSrcHeight ); in copyArea()

Completed in 52 milliseconds