Searched refs:io_rSourceArea (Results 1 – 3 of 3) sorted by relevance
/aoo4110/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()
|
/aoo4110/main/basebmp/source/ |
H A D | bitmapdevice.cxx | 1264 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 …]
|
/aoo4110/main/canvas/inc/canvas/ |
H A D | canvastools.hxx | 364 bool clipScrollArea( ::basegfx::B2IRange& io_rSourceArea, 392 bool clipBlit( ::basegfx::B2IRange& io_rSourceArea,
|
Completed in 90 milliseconds