/trunk/main/basebmp/test/ |
H A D | bmptest.cxx | 72 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestBmpBasics() local 80 aSourceRect, in implTestBmpBasics() 87 aSourceRect, in implTestBmpBasics() 94 aSourceRect, in implTestBmpBasics() 101 aSourceRect, in implTestBmpBasics() 113 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestBmpClip() local 121 aSourceRect, in implTestBmpClip() 128 aSourceRect, in implTestBmpClip() 135 aSourceRect, in implTestBmpClip()
|
H A D | masktest.cxx | 71 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestMaskBasics() local 85 aSourceRect, in implTestMaskBasics() 93 aSourceRect, in implTestMaskBasics() 101 aSourceRect, in implTestMaskBasics() 109 aSourceRect, in implTestMaskBasics()
|
H A D | bmpmasktest.cxx | 73 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestBmpBasics() local 79 aSourceRect, in implTestBmpBasics() 91 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestBmpScaledClip() local 97 aSourceRect, in implTestBmpScaledClip()
|
H A D | cliptest.cxx | 180 const basegfx::B2IRange aSourceRect(0,0,10,10); in implTestMaskColorClip() local 186 aSourceRect, in implTestMaskColorClip()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdhdl.cxx | 2382 …Rectangle aSourceRect( Point( nX * (nPixelSize) + nOffset, nY * (nPixelSize)), Size(nPixelSize, nP… in GetBitmapForHandle() local 2385 aRetval.Crop(aSourceRect); in GetBitmapForHandle()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|