Lines Matching refs:io_rSourceArea
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()
1364 io_rSourceArea.intersect( rSourceBounds ); in clipAreaImpl()
1366 if( io_rSourceArea.isEmpty() ) in clipAreaImpl()