Home
last modified time | relevance | path

Searched refs:io_rSourceArea (Results 1 – 3 of 3) sorted by relevance

/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx782 ::basegfx::B2IRange& io_rSourceArea, in clipAreaImpl() argument
788 io_rSourceArea.getMinimum() ); in clipAreaImpl()
790 ::basegfx::B2IRange aLocalSourceArea( io_rSourceArea ); in clipAreaImpl()
821 io_rSourceArea = ::basegfx::B2IRange( aSourceTopLeft + aDestUpperLeftOffset, in clipAreaImpl()
832 bool clipScrollArea( ::basegfx::B2IRange& io_rSourceArea, in clipScrollArea() argument
841 const ::basegfx::B2I64Tuple& rRange( io_rSourceArea.getRange() ); in clipScrollArea()
853 io_rSourceArea, in clipScrollArea()
868 bool clipBlit( ::basegfx::B2IRange& io_rSourceArea, in clipBlit() argument
874 io_rSourceArea, in clipBlit()
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx1264 bool clipAreaImpl( ::basegfx::B2IRange& io_rSourceArea, in clipAreaImpl() argument
1270 io_rSourceArea.getMinimum() ); in clipAreaImpl()
1272 ::basegfx::B2IRange aLocalSourceArea( io_rSourceArea ); in clipAreaImpl()
1303 io_rSourceArea = ::basegfx::B2IRange( aSourceTopLeft + aDestUpperLeftOffset, in clipAreaImpl()
1313 ::basegfx::B2IRange& io_rSourceArea, in clipAreaImpl() argument
1318 const double nScaleX( io_rDestArea.getWidth() / (double)io_rSourceArea.getWidth() ); in clipAreaImpl()
1319 const double nScaleY( io_rDestArea.getHeight() / (double)io_rSourceArea.getHeight() ); in clipAreaImpl()
1325 io_rSourceArea.getMinimum() ); in clipAreaImpl()
1327 ::basegfx::B2IRange aLocalSourceArea( io_rSourceArea ); in clipAreaImpl()
1367 io_rSourceArea.intersect( rSourceBounds ); in clipAreaImpl()
[all …]
/trunk/main/canvas/inc/canvas/
H A Dcanvastools.hxx365 … CANVASTOOLS_DLLPUBLIC bool clipScrollArea( ::basegfx::B2IRange& io_rSourceArea,
393 CANVASTOOLS_DLLPUBLIC bool clipBlit( ::basegfx::B2IRange& io_rSourceArea,

Completed in 38 milliseconds