Lines Matching refs:aSourceTopLeft
1269 const ::basegfx::B2IPoint aSourceTopLeft( in clipAreaImpl() local
1283 aLocalSourceArea.getMinimum()-aSourceTopLeft ); in clipAreaImpl()
1285 aLocalSourceArea.getMaximum()-aSourceTopLeft ); in clipAreaImpl()
1303 io_rSourceArea = ::basegfx::B2IRange( aSourceTopLeft + aDestUpperLeftOffset, in clipAreaImpl()
1304 aSourceTopLeft + aDestLowerRightOffset ); in clipAreaImpl()
1324 const ::basegfx::B2IPoint aSourceTopLeft( in clipAreaImpl() local
1338 aLocalSourceArea.getMinimum()-aSourceTopLeft ); in clipAreaImpl()
1340 aLocalSourceArea.getMaximum()-aSourceTopLeft ); in clipAreaImpl()
1360 …io_rSourceArea = ::basegfx::B2IRange( basegfx::fround(aSourceTopLeft.getX() + aDestUpperLeftOffset… in clipAreaImpl()
1361 … basegfx::fround(aSourceTopLeft.getY() + aDestUpperLeftOffset.getY()/nScaleY), in clipAreaImpl()
1362 … basegfx::fround(aSourceTopLeft.getX() + aDestLowerRightOffset.getX()/nScaleX), in clipAreaImpl()
1363 … basegfx::fround(aSourceTopLeft.getY() + aDestLowerRightOffset.getY()/nScaleY) ); in clipAreaImpl()