Searched refs:io_rSourceArea (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/canvas/source/tools/ |
| H A D | canvastools.cxx | 782 ::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()
|
| /AOO42X/main/basebmp/source/ |
| H A D | bitmapdevice.cxx | 1261 bool clipAreaImpl( ::basegfx::B2IRange& io_rSourceArea, in clipAreaImpl() argument 1267 io_rSourceArea.getMinimum() ); in clipAreaImpl() 1269 ::basegfx::B2IRange aLocalSourceArea( io_rSourceArea ); in clipAreaImpl() 1300 io_rSourceArea = ::basegfx::B2IRange( aSourceTopLeft + aDestUpperLeftOffset, in clipAreaImpl() 1310 ::basegfx::B2IRange& io_rSourceArea, in clipAreaImpl() argument 1315 const double nScaleX( io_rDestArea.getWidth() / (double)io_rSourceArea.getWidth() ); in clipAreaImpl() 1316 const double nScaleY( io_rDestArea.getHeight() / (double)io_rSourceArea.getHeight() ); in clipAreaImpl() 1322 io_rSourceArea.getMinimum() ); in clipAreaImpl() 1324 ::basegfx::B2IRange aLocalSourceArea( io_rSourceArea ); in clipAreaImpl() 1357 …io_rSourceArea = ::basegfx::B2IRange( basegfx::fround(aSourceTopLeft.getX() + aDestUpperLeftOffset… in clipAreaImpl() [all …]
|
| /AOO42X/main/canvas/inc/canvas/ |
| H A D | canvastools.hxx | 365 … CANVASTOOLS_DLLPUBLIC bool clipScrollArea( ::basegfx::B2IRange& io_rSourceArea, 393 CANVASTOOLS_DLLPUBLIC bool clipBlit( ::basegfx::B2IRange& io_rSourceArea,
|