Home
last modified time | relevance | path

Searched refs:rSourceRect (Results 1 – 6 of 6) sorted by relevance

/trunk/main/canvas/source/directx/
H A Ddx_9rm.cxx158 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 Ddx_5rm.cxx521 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 …]
/trunk/main/canvas/inc/canvas/rendering/
H A Disurface.hxx75 const ::basegfx::B2IRange& rSourceRect,
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx582 const css::geometry::RealRectangle2D& rSourceRect, in copyRect() argument
601 rxSourceCanvas, rSourceRect, aSourceViewState, rSourceRenderState, in copyRect()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx466 …SAL_DLLPRIVATE void ImplCalcOverlapRegion( const Rectangle& rSourceRect, Region& rR…
/trunk/main/vcl/source/window/
H A Dwindow.cxx2295 void Window::ImplCalcOverlapRegion( const Rectangle& rSourceRect, Region& rRegion, in ImplCalcOverlapRegion() argument
2298 Region aRegion( rSourceRect ); in ImplCalcOverlapRegion()

Completed in 86 milliseconds