Home
last modified time | relevance | path

Searched refs:aSrcRect (Results 1 – 14 of 14) sorted by relevance

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx136 RECTL aSrcRect; in copyArea() local
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()
174 if ( aSrcRect.yBottom < 0 ) in copyArea()
198 if ( aSrcRect.yTop > nScreenDY ) in copyArea()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx162 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 …]
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx277 long nOldRight = aSrcRect.Right(); in DrawOutDev()
278 long nOldBottom = aSrcRect.Bottom(); in DrawOutDev()
410 long nOldRight = aSrcRect.Right(); in CopyArea()
411 long nOldBottom = aSrcRect.Bottom(); in CopyArea()
2392 aSrcRect.Justify(); in ImplPrintTransparent()
2421 aPaint.Crop( aSrcRect ); in ImplPrintTransparent()
2422 aMask.Crop( aSrcRect ); in ImplPrintTransparent()
2440 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintTransparent()
2506 aSrcRect.Justify(); in ImplPrintMask()
2534 aMask.Crop( aSrcRect ); in ImplPrintMask()
[all …]
H A Dimpimage.cxx287 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 Dprint2.cxx1381 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 Dimage.cxx598 Rectangle aSrcRect( Point( 0, 0 ), mpImplData->maImageSize ); in GetAsHorizontalStrip() local
604 aResult.CopyPixel( aDestRect, aSrcRect, &pData->maBitmapEx); in GetAsHorizontalStrip()
H A Dbitmapex.cxx84 Rectangle aSrcRect( aSrc, aSize ); in BitmapEx() local
85 CopyPixel( aDestRect, aSrcRect, &rBitmapEx ); in BitmapEx()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx464 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
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
526 B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY, in drawMask() local
540 aCopy->drawMaskedColor( aFgColor, rSrc.getBitmap(), aSrcRect, B2IPoint() ); in drawMask()
544 m_aDevice->drawMaskedColor( aColor, aCopy, aSrcRect, aDestPoint, m_aClipMap ); in drawMask()
553 B2IRange aSrcRect( nX, nY, nX+nWidth, nY+nHeight ); in getBitmap() local
[all …]
H A Dsvptext.cxx491 const B2IRange aSrcRect( B2ITuple(0,0), aAlphaMask->getSize() ); in DrawServerFontLayout() local
492 m_aDevice->drawMaskedColor( m_aTextColor, aAlphaMask, aSrcRect, aDstPoint, m_aClipMap ); in DrawServerFontLayout()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx1691 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
1740 Rectangle aSrcRect, aDestRect; in ReadData() local
[all …]
/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx237 const ::basegfx::B2DRectangle aSrcRect( 0, 0, in transformBitmap() local
241 aSrcRect, in transformBitmap()
250 aSrcRect, in transformBitmap()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1003 const Rectangle aSrcRect( rSrcPt, rSrcSz ); in ImplWriteBmp() local
1005 if( aSrcRect != aBmpRect ) in ImplWriteBmp()
1006 aBmpEx.Crop( aSrcRect ); in ImplWriteBmp()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1555 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()
/trunk/main/vcl/source/window/
H A Dmenu.cxx646 Rectangle aSrcRect( Point(0,0), maImage.GetSizePixel() ); in SetImages() local
652 aBmpExDst.CopyPixel( aDestRect, aSrcRect, &aBmpExSrc ); in SetImages()

Completed in 118 milliseconds