Home
last modified time | relevance | path

Searched refs:aDestLowerRightOffset (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/basebmp/source/
H A Dbitmapdevice.cxx1297 const ::basegfx::B2IVector aDestLowerRightOffset( in clipAreaImpl() local
1301 aSourceTopLeft + aDestLowerRightOffset ); in clipAreaImpl()
1354 const ::basegfx::B2IVector aDestLowerRightOffset( in clipAreaImpl() local
1359 … basegfx::fround(aSourceTopLeft.getX() + aDestLowerRightOffset.getX()/nScaleX), in clipAreaImpl()
1360 … basegfx::fround(aSourceTopLeft.getY() + aDestLowerRightOffset.getY()/nScaleY) ); in clipAreaImpl()
/AOO42X/main/canvas/source/tools/
H A Dcanvastools.cxx818 const ::basegfx::B2IVector aDestLowerRightOffset( in clipAreaImpl() local
822 aSourceTopLeft + aDestLowerRightOffset ); in clipAreaImpl()