Searched refs:clipPos (Results 1 – 1 of 1) sorted by relevance
639 basegfx::B2DPoint pos, clipPos; in updateShapeAttributes() local648 clipPos.setX( -pos.getX() ); in updateShapeAttributes()649 clipPos.setY( -pos.getY() ); in updateShapeAttributes()663 clipPos.setX( -pos.getX() ); in updateShapeAttributes()664 clipPos.setY( -pos.getY() ); in updateShapeAttributes()673 basegfx::B2DRectangle( clipPos.getX(), in updateShapeAttributes()674 clipPos.getY(), in updateShapeAttributes()675 clipPos.getX() + fScrollWidth, in updateShapeAttributes()676 clipPos.getY() + fScrollHeight ) ) ); in updateShapeAttributes()
Completed in 15 milliseconds