Home
last modified time | relevance | path

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

/aoo4110/main/basebmp/source/
H A Dbitmapdevice.cxx1322 const basegfx::B2IPoint aDestTopLeft( in clipAreaImpl() local
1342 …::basegfx::B2IRange aLocalDestArea( basegfx::fround(aDestTopLeft.getX() + nScaleX*aUpperLeftOffset… in clipAreaImpl()
1343 … basegfx::fround(aDestTopLeft.getY() + nScaleY*aUpperLeftOffset.getY()), in clipAreaImpl()
1344 … basegfx::fround(aDestTopLeft.getX() + nScaleX*aLowerRightOffset.getX()), in clipAreaImpl()
1345 … basegfx::fround(aDestTopLeft.getY() + nScaleY*aLowerRightOffset.getY()) ); in clipAreaImpl()
1356 aLocalDestArea.getMinimum()-aDestTopLeft ); in clipAreaImpl()
1358 aLocalDestArea.getMaximum()-aDestTopLeft ); in clipAreaImpl()

Completed in 28 milliseconds