/aoo42x/main/vcl/source/gdi/ |
H A D | alpha.cxx | 161 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 D | bitmap.cxx | 1030 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 …]
|
/aoo42x/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()
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 468 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()
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 550 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()
|
/aoo42x/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 1182 aPosAry.mnDestY = nDstY; in copyArea() 1218 const CGPoint aDstPoint = CGPointMake( +nDstX, +nDstY); in copyArea() 1226 RefreshRect( nDstX, nDstY, nSrcWidth, nSrcHeight ); in copyArea()
|