Searched refs:rSourceRect (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/canvas/source/directx/ |
H A D | dx_9rm.cxx | 158 const ::basegfx::B2IRange& rSourceRect, 395 const ::basegfx::B2IRange& rSourceRect, in update() 413 rect.left + sal_Int32(rSourceRect.getWidth()+1)); in update() 429 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update() 430 pImage += rSourceRect.getMinX()*nSourceBytesPerPixel; in update() 437 rSourceRect.getWidth())* in update() 439 const sal_uInt64 nNumLines(rSourceRect.getHeight()); in update() 470 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update() 471 pImage += rSourceRect.getMinX()*nSourceBytesPerPixel; in update() 510 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update() [all …]
|
H A D | dx_5rm.cxx | 521 const ::basegfx::B2IRange& rSourceRect, 889 const ::basegfx::B2IRange& rSourceRect, in update() 918 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update() 919 pImage += rSourceRect.getMinX()*nSourceBytesPerPixel; in update() 928 rSourceRect.getWidth())* in update() 930 const sal_uInt64 nNumLines(rSourceRect.getHeight()); in update() 946 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update() 947 pImage += rSourceRect.getMinX()*nSourceBytesPerPixel; in update() 955 const sal_uInt64 nNumLines(rSourceRect.getHeight()); in update() 980 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update() [all …]
|
/aoo4110/main/canvas/inc/canvas/rendering/ |
H A D | isurface.hxx | 75 const ::basegfx::B2IRange& rSourceRect,
|
/aoo4110/main/sd/source/ui/presenter/ |
H A D | PresenterCanvas.cxx | 582 const css::geometry::RealRectangle2D& rSourceRect, in copyRect() argument 601 rxSourceCanvas, rSourceRect, aSourceViewState, rSourceRenderState, in copyRect()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | window.hxx | 466 …SAL_DLLPRIVATE void ImplCalcOverlapRegion( const Rectangle& rSourceRect, Region& rR…
|
/aoo4110/main/vcl/source/window/ |
H A D | window.cxx | 2295 void Window::ImplCalcOverlapRegion( const Rectangle& rSourceRect, Region& rRegion, in ImplCalcOverlapRegion() argument 2298 Region aRegion( rSourceRect ); in ImplCalcOverlapRegion()
|
Completed in 93 milliseconds