Lines Matching refs:basegfx

93 			const basegfx::B2DPolygon aB2DPolygon(inputPolygon.getB2DPolygon());  in xPolyPolygonFromPolygon()
94 return basegfx::unotools::xPolyPolygonFromB2DPolygon(xGraphicDevice, aB2DPolygon); in xPolyPolygonFromPolygon()
105 const basegfx::B2DPolyPolygon aB2DPolyPolygon(inputPolyPolygon.getB2DPolyPolygon()); in xPolyPolygonFromPolyPolygon()
106 return basegfx::unotools::xPolyPolygonFromB2DPolyPolygon(xGraphicDevice, aB2DPolyPolygon); in xPolyPolygonFromPolyPolygon()
148 const basegfx::B2DPolygon aB2DPolygon(basegfx::unotools::polygonFromBezier2DSequence(curves)); in polygonFromBezier2DSequence()
157 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::unotools::polyPolygonFromBezier2DSequenceSe… in polyPolygonFromBezier2DSequenceSequence()
498 ::Size sizeFromB2DSize( const ::basegfx::B2DVector& rVec ) in sizeFromB2DSize()
504 ::Point pointFromB2DPoint( const ::basegfx::B2DPoint& rPoint ) in pointFromB2DPoint()
510 ::Rectangle rectangleFromB2DRectangle( const ::basegfx::B2DRange& rRect ) in rectangleFromB2DRectangle()
518 Size sizeFromB2ISize( const ::basegfx::B2IVector& rVec ) in sizeFromB2ISize()
524 Point pointFromB2IPoint( const ::basegfx::B2IPoint& rPoint ) in pointFromB2IPoint()
530 Rectangle rectangleFromB2IRectangle( const ::basegfx::B2IRange& rRect ) in rectangleFromB2IRectangle()
538 ::basegfx::B2DVector b2DSizeFromSize( const ::Size& rSize ) in b2DSizeFromSize()
540 return ::basegfx::B2DVector( rSize.Width(), in b2DSizeFromSize()
544 ::basegfx::B2DPoint b2DPointFromPoint( const ::Point& rPoint ) in b2DPointFromPoint()
546 return ::basegfx::B2DPoint( rPoint.X(), in b2DPointFromPoint()
550 ::basegfx::B2DRange b2DRectangleFromRectangle( const ::Rectangle& rRect ) in b2DRectangleFromRectangle()
552 return ::basegfx::B2DRange( rRect.Left(), in b2DRectangleFromRectangle()
558 basegfx::B2IVector b2ISizeFromSize( const Size& rSize ) in b2ISizeFromSize()
560 return ::basegfx::B2IVector( rSize.Width(), in b2ISizeFromSize()
564 basegfx::B2IPoint b2IPointFromPoint( const Point& rPoint ) in b2IPointFromPoint()
566 return ::basegfx::B2IPoint( rPoint.X(), in b2IPointFromPoint()
570 basegfx::B2IRange b2IRectangleFromRectangle( const Rectangle& rRect ) in b2IRectangleFromRectangle()
572 return ::basegfx::B2IRange( rRect.Left(), in b2IRectangleFromRectangle()