/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() 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 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 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 …]
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | xrender_peer.hxx | 79 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()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 467 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()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 549 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()
|
/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 1181 aPosAry.mnDestX = nDstX; in copyArea() 1218 const CGPoint aDstPoint = CGPointMake( +nDstX, +nDstY); in copyArea() 1226 RefreshRect( nDstX, nDstY, nSrcWidth, nSrcHeight ); in copyArea()
|