/aoo41x/main/basebmp/test/ |
H A D | bmptest.cxx | 74 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestBmpBasics() local 82 aSourceRect, in implTestBmpBasics() 90 aSourceRect, in implTestBmpBasics() 98 aSourceRect, in implTestBmpBasics() 106 aSourceRect, in implTestBmpBasics() 119 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestBmpClip() local 127 aSourceRect, in implTestBmpClip() 135 aSourceRect, in implTestBmpClip() 143 aSourceRect, in implTestBmpClip()
|
H A D | masktest.cxx | 73 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestMaskBasics() local 87 aSourceRect, in implTestMaskBasics() 96 aSourceRect, in implTestMaskBasics() 105 aSourceRect, in implTestMaskBasics() 114 aSourceRect, in implTestMaskBasics()
|
H A D | bmpmasktest.cxx | 75 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestBmpBasics() local 81 aSourceRect, in implTestBmpBasics() 94 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestBmpScaledClip() local 100 aSourceRect, in implTestBmpScaledClip()
|
H A D | cliptest.cxx | 190 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestMaskColorClip() local 196 aSourceRect, in implTestMaskColorClip()
|
/aoo41x/main/canvas/source/vcl/ |
H A D | spritecanvashelper.cxx | 411 ::basegfx::B2IRange aSourceRect( in scrollUpdate() 427 !::canvas::tools::clipScrollArea( aSourceRect, in scrollUpdate() 449 ::vcl::unotools::pointFromB2IPoint( aSourceRect.getMinimum() ), in scrollUpdate() 451 ::Size( static_cast<sal_Int32>(aSourceRect.getRange().getX()), in scrollUpdate() 452 static_cast<sal_Int32>(aSourceRect.getRange().getY()) ) ); in scrollUpdate()
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_spritehelper.cxx | 174 const ::basegfx::B2DRectangle aSourceRect( 0.0, in redraw() local 191 aClipBounds.intersect( aSourceRect ); in redraw()
|
H A D | dx_5rm.cxx | 116 RECT aSourceRect = in doBlit() local 126 &aSourceRect, in doBlit()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_spritecanvashelper.cxx | 312 ::basegfx::B2IRange aSourceRect( in scrollUpdate() 326 if( !::canvas::tools::clipScrollArea( aSourceRect, in scrollUpdate() 346 const ::basegfx::B2IVector aSourceUpperLeftPos( aSourceRect.getMinimum() ); in scrollUpdate()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdhdl.cxx | 2393 …Rectangle aSourceRect( Point( nX * (nPixelSize) + nOffset, nY * (nPixelSize)), Size(nPixelSize, nP… in GetBitmapForHandle() local 2396 aRetval.Crop(aSourceRect); in GetBitmapForHandle()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 113 const Rectangle aSourceRect( Point( rTwoRect.mnSrcX, rTwoRect.mnSrcY ), in ImplAdjustTwoRect() local 115 Rectangle aCropRect( aSourceRect ); in ImplAdjustTwoRect()
|
/aoo41x/main/sc/source/core/data/ |
H A D | document.cxx | 1691 Rectangle aSourceRect = GetMMRect( aClipRange.aStart.Col(), aClipRange.aStart.Row(), in TransposeClip() local 1696 … pTransClip->pDrawLayer->CopyFromClip( pDrawLayer, i, aSourceRect, ScAddress(0,0,i), aDestRect ); in TransposeClip() 1957 Rectangle aSourceRect = pCBFCP->pClipDoc->GetMMRect( in CopyBlockFromClip() local 1960 pDrawLayer->CopyFromClip( pCBFCP->pClipDoc->pDrawLayer, nClipTab, aSourceRect, in CopyBlockFromClip()
|
/aoo41x/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 1632 ::Rectangle aSourceRect(aPos,VCLSize(_aSize)); in checkPosAndSize() 1641 const ::Rectangle aRect = aSourceRect.GetIntersection(aBoundRect); in checkPosAndSize()
|