Lines Matching refs:basegfx

101 …::basegfx::B2DHomMatrix getAttributedShapeTransformation( const ::basegfx::B2DRectangle&		rShapeBo…  in getAttributedShapeTransformation()
104 ::basegfx::B2DHomMatrix aTransform; in getAttributedShapeTransformation()
105 const ::basegfx::B2DSize& rSize( rShapeBounds.getRange() ); in getAttributedShapeTransformation()
123 aTransform.scale( ::basegfx::pruneScaleValue( in getAttributedShapeTransformation()
125 ::basegfx::pruneScaleValue( in getAttributedShapeTransformation()
128 const bool bNeedShearX( !::basegfx::fTools::equalZero(nShearX) ); in getAttributedShapeTransformation()
129 const bool bNeedShearY( !::basegfx::fTools::equalZero(nShearY) ); in getAttributedShapeTransformation()
130 const bool bNeedRotation( !::basegfx::fTools::equalZero(nRotation) ); in getAttributedShapeTransformation()
163 const ::basegfx::B2DVector& rSlideBounds ) in extractValue()
198 const ::basegfx::B2DVector& /*rSlideBounds*/ ) in extractValue()
243 const ::basegfx::B2DVector& rSlideBounds ) in extractValue()
264 const ::basegfx::B2DVector& /*rSlideBounds*/ ) in extractValue()
346 const ::basegfx::B2DVector& /*rSlideBounds*/ ) in extractValue()
385 const ::basegfx::B2DVector& /*rSlideBounds*/ ) in extractValue()
398 const ::basegfx::B2DVector& /*rSlideBounds*/ ) in extractValue()
435 bool extractValue( ::basegfx::B2DTuple& o_rPair, in extractValue()
438 const ::basegfx::B2DVector& rSlideBounds ) in extractValue()
500 basegfx::B2DRange calcRelativeShapeBounds( const basegfx::B2DVector& rPageSize, in calcRelativeShapeBounds()
501 const basegfx::B2DRange& rShapeBounds ) in calcRelativeShapeBounds()
503 return basegfx::B2DRange( rShapeBounds.getMinX() / rPageSize.getX(), in calcRelativeShapeBounds()
516 … ::basegfx::B2DHomMatrix getShapeTransformation( const ::basegfx::B2DRectangle& rShapeBounds, in getShapeTransformation()
521 … const basegfx::B2DHomMatrix aTransform(basegfx::tools::createScaleTranslateB2DHomMatrix( in getShapeTransformation()
534 ::basegfx::B2DHomMatrix getSpriteTransformation( const ::basegfx::B2DVector& rPixelSize, in getSpriteTransformation()
535 const ::basegfx::B2DVector& rOrigSize, in getSpriteTransformation()
538 ::basegfx::B2DHomMatrix aTransform; in getSpriteTransformation()
557 const ::basegfx::B2DSize aSize( in getSpriteTransformation()
563 aTransform.scale( ::basegfx::pruneScaleValue( in getSpriteTransformation()
565 ::basegfx::pruneScaleValue( in getSpriteTransformation()
567 ::basegfx::pruneScaleValue( in getSpriteTransformation()
569 ::basegfx::pruneScaleValue( in getSpriteTransformation()
572 const bool bNeedShearX( !::basegfx::fTools::equalZero(nShearX) ); in getSpriteTransformation()
573 const bool bNeedShearY( !::basegfx::fTools::equalZero(nShearY) ); in getSpriteTransformation()
574 const bool bNeedRotation( !::basegfx::fTools::equalZero(nRotation) ); in getSpriteTransformation()
601 ::basegfx::B2DRectangle getShapeUpdateArea( const ::basegfx::B2DRectangle& rUnitBounds, in getShapeUpdateArea()
602 … const ::basegfx::B2DHomMatrix& rShapeTransform, in getShapeUpdateArea()
605 ::basegfx::B2DHomMatrix aTransform; in getShapeUpdateArea()
624 ::basegfx::B2DRectangle aRes; in getShapeUpdateArea()
633 ::basegfx::B2DRange getShapeUpdateArea( const ::basegfx::B2DRange& rUnitBounds, in getShapeUpdateArea()
634 const ::basegfx::B2DRange& rShapeBounds ) in getShapeUpdateArea()
636 return ::basegfx::B2DRectangle( in getShapeUpdateArea()
637 basegfx::tools::lerp( rShapeBounds.getMinX(), in getShapeUpdateArea()
640 basegfx::tools::lerp( rShapeBounds.getMinY(), in getShapeUpdateArea()
643 basegfx::tools::lerp( rShapeBounds.getMinX(), in getShapeUpdateArea()
646 basegfx::tools::lerp( rShapeBounds.getMinY(), in getShapeUpdateArea()
651 ::basegfx::B2DRectangle getShapePosSize( const ::basegfx::B2DRectangle& rOrigBounds, in getShapePosSize()
670 ::basegfx::B2DSize aSize; in getShapePosSize()
678 ::basegfx::B2DPoint aPos; in getShapePosSize()
689 return ::basegfx::B2DRectangle( aPos - 0.5*aSize, in getShapePosSize()
739 const ::basegfx::B2DRectangle& rRect, in fillRect()
742 const ::basegfx::B2DPolygon aPoly( in fillRect()
743 ::basegfx::tools::createPolygonFromRect( rRect )); in fillRect()
757 const ::basegfx::B2ISize& rSize ) in initSlideBackground()
762 pCanvas->setTransformation( ::basegfx::B2DHomMatrix() ); in initSlideBackground()
770 ::basegfx::B2DRectangle( 0.0, 0.0, in initSlideBackground()
784 ::basegfx::B2DRectangle( 0.0, 0.0, in initSlideBackground()
790 ::basegfx::B2DRectangle getAPIShapeBounds( const uno::Reference< drawing::XShape >& xShape ) in getAPIShapeBounds()
803 return ::basegfx::B2DRectangle( aTmpRect.X, in getAPIShapeBounds()
827 basegfx::B2IVector getSlideSizePixel( const basegfx::B2DVector& rSlideSize, in getSlideSizePixel()
833 const basegfx::B2DRange aRect( 0,0, in getSlideSizePixel()
836 basegfx::B2DRange aTmpRect; in getSlideSizePixel()
844 return basegfx::B2IVector( in getSlideSizePixel()
845 basegfx::fround( aTmpRect.getRange().getX() ) + 1, in getSlideSizePixel()
846 basegfx::fround( aTmpRect.getRange().getY() ) + 1 ); in getSlideSizePixel()