| /AOO41X/main/vcl/os2/source/gdi/ |
| H A D | salgdi2.cxx | 136 RECTL aSrcRect; in copyArea() local 144 aSrcRect.xLeft = aVCLSrcRect.Left(); in copyArea() 145 aSrcRect.yBottom = TY( aVCLSrcRect.Top()+nVCLScrHeight-1 ); in copyArea() 146 aSrcRect.xRight = aSrcRect.xLeft+aVCLSrcRect.GetWidth(); in copyArea() 147 aSrcRect.yTop = aSrcRect.yBottom+nVCLScrHeight; in copyArea() 156 aSrcRect.xLeft += aPt.x; in copyArea() 157 aSrcRect.yTop += aPt.y; in copyArea() 158 aSrcRect.xRight += aPt.x; in copyArea() 159 aSrcRect.yBottom += aPt.y; in copyArea() 162 if ( aSrcRect.xLeft < 0 ) in copyArea() [all …]
|
| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | salgdi2.cxx | 162 RECT aSrcRect; in copyArea() local 171 aSrcRect.left = (int)nSrcX; in copyArea() 172 aSrcRect.top = (int)nSrcY; in copyArea() 173 aSrcRect.right = aSrcRect.left+(int)nSrcWidth; in copyArea() 174 aSrcRect.bottom = aSrcRect.top+(int)nSrcHeight; in copyArea() 176 if ( IntersectRect( &aSrcRect, &aSrcRect, &aClipRect ) ) in copyArea() 183 aSrcRect.left += aPt.x; in copyArea() 184 aSrcRect.top += aPt.y; in copyArea() 185 aSrcRect.right += aPt.x; in copyArea() 186 aSrcRect.bottom += aPt.y; in copyArea() [all …]
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | outdev2.cxx | 194 Rectangle aSrcRect( Point( rPosAry.mnSrcX, rPosAry.mnSrcY ), in ImplDrawOutDevDirect() local 196 const long nOldRight = aSrcRect.Right(); in ImplDrawOutDevDirect() 197 const long nOldBottom = aSrcRect.Bottom(); in ImplDrawOutDevDirect() 199 if ( !aSrcRect.Intersection( aSrcOutRect ).IsEmpty() ) in ImplDrawOutDevDirect() 204 rPosAry.mnSrcWidth -= (nOldRight - aSrcRect.Right()); in ImplDrawOutDevDirect() 211 rPosAry.mnSrcHeight -= (nOldBottom - aSrcRect.Bottom()); in ImplDrawOutDevDirect() 275 Rectangle aSrcRect( Point( aPosAry.mnSrcX, aPosAry.mnSrcY ), in DrawOutDev() local 277 long nOldRight = aSrcRect.Right(); in DrawOutDev() 278 long nOldBottom = aSrcRect.Bottom(); in DrawOutDev() 280 if ( !aSrcRect.Intersection( aSrcOutRect ).IsEmpty() ) in DrawOutDev() [all …]
|
| H A D | impimage.cxx | 287 const Rectangle aSrcRect( aSrcPos, maSize ); in Replace() local 290 maBmpEx.CopyPixel( aDstRect, aSrcRect ); in Replace() 293 maDisabledBmpEx.CopyPixel( aDstRect, aSrcRect ); in Replace() 306 const Rectangle aSrcRect( aSrcPos, maSize ); in Replace() local 309 maBmpEx.CopyPixel( aDstRect, aSrcRect, &rImageBmp.maBmpEx ); in Replace() 323 const Rectangle aSrcRect( aNullPos, maSize ); in Replace() local 326 maBmpEx.CopyPixel( aDstRect, aSrcRect, &rBmpEx ); in Replace() 375 const Rectangle aSrcRect( aSrcPos, maSize ); in GetBitmapEx() local 378 aRet.CopyPixel( aDstRect, aSrcRect, &maBmpEx ); in GetBitmapEx()
|
| H A D | print2.cxx | 1381 Rectangle aSrcRect( rSrcPt, rSrcSz ); in GetDownsampledBitmap() local 1384 if( aSrcRect.Intersection( aBmpRect ) != aBmpRect ) in GetDownsampledBitmap() 1386 if( !aSrcRect.IsEmpty() ) in GetDownsampledBitmap() 1387 aBmp.Crop( aSrcRect ); in GetDownsampledBitmap() 1450 Rectangle aSrcRect( rSrcPt, rSrcSz ); in GetDownsampledBitmapEx() local 1453 if( aSrcRect.Intersection( aBmpRect ) != aBmpRect ) in GetDownsampledBitmapEx() 1455 if( !aSrcRect.IsEmpty() ) in GetDownsampledBitmapEx() 1456 aBmpEx.Crop( aSrcRect ); in GetDownsampledBitmapEx()
|
| H A D | image.cxx | 598 Rectangle aSrcRect( Point( 0, 0 ), mpImplData->maImageSize ); in GetAsHorizontalStrip() local 604 aResult.CopyPixel( aDestRect, aSrcRect, &pData->maBitmapEx); in GetAsHorizontalStrip()
|
| H A D | bitmapex.cxx | 82 Rectangle aSrcRect( aSrc, aSize ); in BitmapEx() local 83 CopyPixel( aDestRect, aSrcRect, &rBitmapEx ); in BitmapEx()
|
| /AOO41X/main/vcl/unx/headless/ |
| H A D | svpgdi.cxx | 464 B2IRange aSrcRect( nSrcX, nSrcY, nSrcX+nSrcWidth, nSrcY+nSrcHeight ); in copyArea() local 466 m_aDevice->drawBitmap( m_aOrigDevice, aSrcRect, aDestRect, DrawMode_PAINT, m_aClipMap ); in copyArea() 475 B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY, in copyBits() local 481 … m_aDevice->drawBitmap( pSrc->m_aOrigDevice, aSrcRect, aDestRect, DrawMode_PAINT, m_aClipMap ); in copyBits() 488 B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY, in drawBitmap() local 494 m_aDevice->drawBitmap( rSrc.getBitmap(), aSrcRect, aDestRect, DrawMode_PAINT, m_aClipMap ); in drawBitmap() 511 B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY, in drawBitmap() local 517 …m_aDevice->drawMaskedBitmap( rSrc.getBitmap(), rSrcTrans.getBitmap(), aSrcRect, aDestRect, DrawMod… in drawBitmap() 526 B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY, in drawMask() local 540 aCopy->drawMaskedColor( aFgColor, rSrc.getBitmap(), aSrcRect, B2IPoint() ); in drawMask() [all …]
|
| H A D | svptext.cxx | 491 const B2IRange aSrcRect( B2ITuple(0,0), aAlphaMask->getSize() ); in DrawServerFontLayout() local 492 m_aDevice->drawMaskedColor( m_aTextColor, aAlphaMask, aSrcRect, aDstPoint, m_aClipMap ); in DrawServerFontLayout()
|
| /AOO41X/main/filter/source/graphicfilter/ipict/ |
| H A D | ipict.cxx | 1691 Rectangle aSrcRect, aDestRect; in ReadData() local 1692 … nDataSize=ReadPixMapEtc(aBmp, sal_False, sal_True, &aSrcRect, &aDestRect, sal_True, sal_False); in ReadData() 1699 Rectangle aSrcRect, aDestRect; in ReadData() local 1700 … nDataSize=ReadPixMapEtc(aBmp, sal_False, sal_True, &aSrcRect, &aDestRect, sal_True, sal_True); in ReadData() 1716 Rectangle aSrcRect, aDestRect; in ReadData() local 1717 … nDataSize=ReadPixMapEtc(aBmp, sal_False, sal_True, &aSrcRect, &aDestRect, sal_True, sal_False); in ReadData() 1724 Rectangle aSrcRect, aDestRect; in ReadData() local 1725 … nDataSize=ReadPixMapEtc(aBmp, sal_False, sal_True, &aSrcRect, &aDestRect, sal_True, sal_True); in ReadData() 1732 Rectangle aSrcRect, aDestRect; in ReadData() local 1733 … nDataSize=ReadPixMapEtc(aBmp, sal_True, sal_False, &aSrcRect, &aDestRect, sal_True, sal_False); in ReadData() [all …]
|
| /AOO41X/main/canvas/source/vcl/ |
| H A D | impltools.cxx | 237 const ::basegfx::B2DRectangle aSrcRect( 0, 0, in transformBitmap() local 241 aSrcRect, in transformBitmap() 250 aSrcRect, in transformBitmap()
|
| /AOO41X/main/vcl/aqua/source/gdi/ |
| H A D | salgdi.cxx | 1555 const CGRect aSrcRect = CGRectMake( 0, 0, aSize.Width(), aSize.Height()); in drawTransformedBitmap() local 1556 CGContextDrawImage( mrContext, aSrcRect, xImage ); in drawTransformedBitmap() 1562 const CGRect aDstRect = CGRectApplyAffineTransform( aSrcRect, aCGMat ); in drawTransformedBitmap()
|
| /AOO41X/main/filter/source/svg/ |
| H A D | svgwriter.cxx | 1003 const Rectangle aSrcRect( rSrcPt, rSrcSz ); in ImplWriteBmp() local 1005 if( aSrcRect != aBmpRect ) in ImplWriteBmp() 1006 aBmpEx.Crop( aSrcRect ); in ImplWriteBmp()
|
| /AOO41X/main/vcl/source/window/ |
| H A D | menu.cxx | 646 Rectangle aSrcRect( Point(0,0), maImage.GetSizePixel() ); in SetImages() local 652 aBmpExDst.CopyPixel( aDestRect, aSrcRect, &aBmpExSrc ); in SetImages()
|