Lines Matching refs:rShapeBounds

101 …segfx::B2DHomMatrix getAttributedShapeTransformation( const ::basegfx::B2DRectangle&		rShapeBounds,  in getAttributedShapeTransformation()  argument
105 const ::basegfx::B2DSize& rSize( rShapeBounds.getRange() ); in getAttributedShapeTransformation()
149 aTransform.translate( rShapeBounds.getCenterX(), in getAttributedShapeTransformation()
150 rShapeBounds.getCenterY() ); in getAttributedShapeTransformation()
501 const basegfx::B2DRange& rShapeBounds ) in calcRelativeShapeBounds() argument
503 return basegfx::B2DRange( rShapeBounds.getMinX() / rPageSize.getX(), in calcRelativeShapeBounds()
504 rShapeBounds.getMinY() / rPageSize.getY(), in calcRelativeShapeBounds()
505 rShapeBounds.getMaxX() / rPageSize.getX(), in calcRelativeShapeBounds()
506 rShapeBounds.getMaxY() / rPageSize.getY() ); in calcRelativeShapeBounds()
516 … ::basegfx::B2DHomMatrix getShapeTransformation( const ::basegfx::B2DRectangle& rShapeBounds, in getShapeTransformation() argument
522 rShapeBounds.getWidth(), rShapeBounds.getHeight(), in getShapeTransformation()
523 rShapeBounds.getMinX(), rShapeBounds.getMinY())); in getShapeTransformation()
529 return getAttributedShapeTransformation( rShapeBounds, in getShapeTransformation()
634 const ::basegfx::B2DRange& rShapeBounds ) in getShapeUpdateArea()
637 basegfx::tools::lerp( rShapeBounds.getMinX(), in getShapeUpdateArea()
638 rShapeBounds.getMaxX(), in getShapeUpdateArea()
640 basegfx::tools::lerp( rShapeBounds.getMinY(), in getShapeUpdateArea()
641 rShapeBounds.getMaxY(), in getShapeUpdateArea()
643 basegfx::tools::lerp( rShapeBounds.getMinX(), in getShapeUpdateArea()
644 rShapeBounds.getMaxX(), in getShapeUpdateArea()
646 basegfx::tools::lerp( rShapeBounds.getMinY(), in getShapeUpdateArea()
647 rShapeBounds.getMaxY(), in getShapeUpdateArea()