Home
last modified time | relevance | path

Searched refs:aDestRect (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.cxx349 ::basegfx::B2IRange aDestRect( rDestRect ); in scrollUpdate()
350 aDestRect.intersect( aOutputBounds ); in scrollUpdate()
360 sal::static_int_cast<sal_Int32>(aDestRect.getWidth()), in scrollUpdate()
361 sal::static_int_cast<sal_Int32>(aDestRect.getHeight()) ); in scrollUpdate()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx83 Rectangle aDestRect( Point( 0, 0 ), aSize ); in BitmapEx() local
85 CopyPixel( aDestRect, aSrcRect, &rBitmapEx ); in BitmapEx()
H A Dimage.cxx601 Rectangle aDestRect( Point( nIdx * mpImplData->maImageSize.Width(), 0 ), in GetAsHorizontalStrip() local
604 aResult.CopyPixel( aDestRect, aSrcRect, &pData->maBitmapEx); in GetAsHorizontalStrip()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx1693 Rectangle aDestRect = pTransClip->GetMMRect( 0, 0, in TransposeClip() local
1696 … pTransClip->pDrawLayer->CopyFromClip( pDrawLayer, i, aSourceRect, ScAddress(0,0,i), aDestRect ); in TransposeClip()
1959 Rectangle aDestRect = GetMMRect( nCol1, nRow1, nCol2, nRow2, i ); in CopyBlockFromClip() local
1961 ScAddress( nCol1, nRow1, i ), aDestRect ); in CopyBlockFromClip()
/trunk/main/vcl/source/window/
H A Dwindow.cxx2984 Rectangle aDestRect( aRectMirror ); in ImplScroll() local
2985 aDestRect.Move( bReMirror ? -nHorzScroll : nHorzScroll, nVertScroll ); in ImplScroll()
2987 aWinInvalidateRegion.Exclude( aDestRect ); in ImplScroll()
H A Dmenu.cxx647 Rectangle aDestRect( Point((lastSize - maImage.GetSizePixel().Width())/2, in SetImages() local
652 aBmpExDst.CopyPixel( aDestRect, aSrcRect, &aBmpExSrc ); in SetImages()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx578 Rectangle aDestRect( aPoint, Size( nSxe, nSye ) ); in ReadRecordParams() local
579 aBmpSaveList.Insert( new BSaveStruct( aBmp, aDestRect, nWinROP ), LIST_APPEND ); in ReadRecordParams()
617 Rectangle aDestRect( ReadYX(), aDestSize ); in ReadRecordParams() local
629 aBmpSaveList.Insert( new BSaveStruct( aBmp, aDestRect, nWinROP ), LIST_APPEND ); in ReadRecordParams()
1399 Rectangle aDestRect( ReadYX(), aDestSize ); in GetPlaceableBound() local
1400 GetWinExtMax( aDestRect, rPlaceableBound, nMapMode ); in GetPlaceableBound()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx465 B2IRange aDestRect( nDestX, nDestY, nDestX+nSrcWidth, nDestY+nSrcHeight ); in copyArea() local
466 m_aDevice->drawBitmap( m_aOrigDevice, aSrcRect, aDestRect, DrawMode_PAINT, m_aClipMap ); in copyArea()
478 B2IRange aDestRect( rPosAry.mnDestX, rPosAry.mnDestY, in copyBits() local
481 … m_aDevice->drawBitmap( pSrc->m_aOrigDevice, aSrcRect, aDestRect, DrawMode_PAINT, m_aClipMap ); in copyBits()
491 B2IRange aDestRect( rPosAry.mnDestX, rPosAry.mnDestY, in drawBitmap() local
494 m_aDevice->drawBitmap( rSrc.getBitmap(), aSrcRect, aDestRect, DrawMode_PAINT, m_aClipMap ); in drawBitmap()
514 B2IRange aDestRect( rPosAry.mnDestX, rPosAry.mnDestY, in drawBitmap() local
517 …m_aDevice->drawMaskedBitmap( rSrc.getBitmap(), rSrcTrans.getBitmap(), aSrcRect, aDestRect, DrawMod… in drawBitmap()
554 B2IRange aDestRect( 0, 0, nWidth, nHeight ); in getBitmap() local
555 aCopy->drawBitmap( m_aOrigDevice, aSrcRect, aDestRect, DrawMode_PAINT ); in getBitmap()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx1691 Rectangle aSrcRect, aDestRect; in ReadData() local
1694 pVirDev->DrawBitmap(aDestRect.TopLeft(),aDestRect.GetSize(),aBmp); in ReadData()
1699 Rectangle aSrcRect, aDestRect; in ReadData() local
1702 pVirDev->DrawBitmap(aDestRect.TopLeft(),aDestRect.GetSize(),aBmp); in ReadData()
1716 Rectangle aSrcRect, aDestRect; in ReadData() local
1719 pVirDev->DrawBitmap(aDestRect.TopLeft(),aDestRect.GetSize(),aBmp); in ReadData()
1724 Rectangle aSrcRect, aDestRect; in ReadData() local
1727 pVirDev->DrawBitmap(aDestRect.TopLeft(),aDestRect.GetSize(),aBmp); in ReadData()
1732 Rectangle aSrcRect, aDestRect; in ReadData() local
1735 pVirDev->DrawBitmap(aDestRect.TopLeft(),aDestRect.GetSize(),aBmp); in ReadData()
[all …]
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx813 ::basegfx::B2DRectangle aDestRect; in implDrawBitmap()
814 ::canvas::tools::calcTransformedRectBounds( aDestRect, in implDrawBitmap()
821 aOutputPos.setX( aDestRect.getMinX() ); in implDrawBitmap()
822 aOutputPos.setY( aDestRect.getMinY() ); in implDrawBitmap()
H A Dimpltools.cxx232 ::basegfx::B2DRectangle aDestRect; in transformBitmap()
240 ::canvas::tools::calcTransformedRectBounds( aDestRect, in transformBitmap()
317 const Size aDestBmpSize( ::basegfx::fround( aDestRect.getWidth() ), in transformBitmap()
318 ::basegfx::fround( aDestRect.getHeight() ) ); in transformBitmap()
H A Dspritehelper.cxx209 ::basegfx::B2DRectangle aDestRect; in redraw()
210 ::canvas::tools::calcTransformedRectBounds( aDestRect, in redraw()
217 aOutPos.X() = ::basegfx::fround( aDestRect.getMinX() ); in redraw()
218 aOutPos.Y() = ::basegfx::fround( aDestRect.getMinY() ); in redraw()

Completed in 172 milliseconds