Searched refs:aDestTopLeft (Results 1 – 1 of 1) sorted by relevance
1322 const basegfx::B2IPoint aDestTopLeft( in clipAreaImpl() local1342 …::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 19 milliseconds