Lines Matching refs:io_rSourceArea
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()
1360 …io_rSourceArea = ::basegfx::B2IRange( basegfx::fround(aSourceTopLeft.getX() + aDestUpperLeftOffset… in clipAreaImpl()
1367 io_rSourceArea.intersect( rSourceBounds ); in clipAreaImpl()
1369 if( io_rSourceArea.isEmpty() ) in clipAreaImpl()