Searched refs:rShapeBounds (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/slideshow/source/engine/ |
H A D | tools.cxx | 149 aTransform.translate( rShapeBounds.getCenterX(), in getAttributedShapeTransformation() 522 rShapeBounds.getWidth(), rShapeBounds.getHeight(), in getShapeTransformation() 523 rShapeBounds.getMinX(), rShapeBounds.getMinY())); in getShapeTransformation() 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() [all …]
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | viewbackgroundshape.cxx | 143 const ::basegfx::B2DRectangle& rShapeBounds ) : in ViewBackgroundShape() 148 maBounds( rShapeBounds ) in ViewBackgroundShape()
|
H A D | viewbackgroundshape.hxx | 64 const ::basegfx::B2DRectangle& rShapeBounds );
|
/aoo4110/main/slideshow/source/inc/ |
H A D | tools.hxx | 198 const basegfx::B2DRange& rShapeBounds ); 276 const basegfx::B2DRange& rShapeBounds );
|
Completed in 33 milliseconds