/aoo42x/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 1691 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 …]
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 465 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()
|
/aoo42x/main/canvas/source/vcl/ |
H A D | spritehelper.cxx | 209 ::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()
|
H A D | impltools.cxx | 232 ::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 D | canvashelper.cxx | 813 ::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()
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_spritecanvashelper.cxx | 349 ::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()
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | winwmf.cxx | 578 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()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | image.cxx | 601 Rectangle aDestRect( Point( nIdx * mpImplData->maImageSize.Width(), 0 ), in GetAsHorizontalStrip() local 604 aResult.CopyPixel( aDestRect, aSrcRect, &pData->maBitmapEx); in GetAsHorizontalStrip()
|
H A D | bitmapex.cxx | 83 Rectangle aDestRect( Point( 0, 0 ), aSize ); in BitmapEx() local 85 CopyPixel( aDestRect, aSrcRect, &rBitmapEx ); in BitmapEx()
|
/aoo42x/main/sc/source/core/data/ |
H A D | document.cxx | 1693 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()
|
/aoo42x/main/vcl/source/window/ |
H A D | window.cxx | 2984 Rectangle aDestRect( aRectMirror ); in ImplScroll() local 2985 aDestRect.Move( bReMirror ? -nHorzScroll : nHorzScroll, nVertScroll ); in ImplScroll() 2987 aWinInvalidateRegion.Exclude( aDestRect ); in ImplScroll()
|
H A D | menu.cxx | 647 Rectangle aDestRect( Point((lastSize - maImage.GetSizePixel().Width())/2, in SetImages() local 652 aBmpExDst.CopyPixel( aDestRect, aSrcRect, &aBmpExSrc ); in SetImages()
|