Lines Matching refs:geometry

67 …uno::Sequence< geometry::RealBezierSegment2D > bezierSequenceFromB2DPolygon(const ::basegfx::B2DPo…  in bezierSequenceFromB2DPolygon()
70 uno::Sequence< geometry::RealBezierSegment2D > outputSequence(nPointCount); in bezierSequenceFromB2DPolygon()
71 geometry::RealBezierSegment2D* pOutput = outputSequence.getArray(); in bezierSequenceFromB2DPolygon()
80 pOutput[a] = geometry::RealBezierSegment2D( in bezierSequenceFromB2DPolygon()
89 …uno::Sequence< geometry::RealPoint2D > pointSequenceFromB2DPolygon( const ::basegfx::B2DPolygon& r… in pointSequenceFromB2DPolygon()
93 uno::Sequence< geometry::RealPoint2D > outputSequence( nNumPoints ); in pointSequenceFromB2DPolygon()
94 geometry::RealPoint2D* pOutput = outputSequence.getArray(); in pointSequenceFromB2DPolygon()
102 pOutput[i] = geometry::RealPoint2D( aPoint.getX(), in pointSequenceFromB2DPolygon()
112 …uno::Sequence< uno::Sequence< geometry::RealBezierSegment2D > > bezierSequenceSequenceFromB2DPolyP… in bezierSequenceSequenceFromB2DPolyPolygon()
117 … uno::Sequence< uno::Sequence< geometry::RealBezierSegment2D > > outputSequence( nNumPolies ); in bezierSequenceSequenceFromB2DPolyPolygon()
118 uno::Sequence< geometry::RealBezierSegment2D >* pOutput = outputSequence.getArray(); in bezierSequenceSequenceFromB2DPolyPolygon()
130 …uno::Sequence< uno::Sequence< geometry::RealPoint2D > > pointSequenceSequenceFromB2DPolyPolygon( c… in pointSequenceSequenceFromB2DPolyPolygon()
135 uno::Sequence< uno::Sequence< geometry::RealPoint2D > > outputSequence( nNumPolies ); in pointSequenceSequenceFromB2DPolyPolygon()
136 uno::Sequence< geometry::RealPoint2D >* pOutput = outputSequence.getArray(); in pointSequenceSequenceFromB2DPolyPolygon()
158 uno::Sequence< uno::Sequence< geometry::RealBezierSegment2D > > outputSequence( 1 ); in xPolyPolygonFromB2DPolygon()
166 uno::Sequence< uno::Sequence< geometry::RealPoint2D > > outputSequence( 1 ); in xPolyPolygonFromB2DPolygon()
215 …::basegfx::B2DPolygon polygonFromPoint2DSequence( const uno::Sequence< geometry::RealPoint2D >& po… in polygonFromPoint2DSequence()
229 …PolygonFromPoint2DSequenceSequence( const uno::Sequence< uno::Sequence< geometry::RealPoint2D > >&… in polyPolygonFromPoint2DSequenceSequence()
243 …::basegfx::B2DPolygon polygonFromBezier2DSequence( const uno::Sequence< geometry::RealBezierSegmen… in polygonFromBezier2DSequence()
252 … const geometry::RealBezierSegment2D& rFirstSegment(curves[0]); // #i79917# first segment, not last in polygonFromBezier2DSequence()
257 const geometry::RealBezierSegment2D& rCurrSegment(curves[a]); in polygonFromBezier2DSequence()
258 const geometry::RealBezierSegment2D& rNextSegment(curves[(a + 1) % nSize]); in polygonFromBezier2DSequence()
277 …olygonFromBezier2DSequenceSequence( const uno::Sequence< uno::Sequence< geometry::RealBezierSegmen… in polyPolygonFromBezier2DSequenceSequence()
348 const geometry::AffineMatrix2D& input ) in homMatrixFromAffineMatrix()
363 ::basegfx::B2DHomMatrix homMatrixFromAffineMatrix( const geometry::AffineMatrix2D& input ) in homMatrixFromAffineMatrix()
377 …::basegfx::B3DHomMatrix homMatrixFromAffineMatrix3D( const ::com::sun::star::geometry::AffineMatri… in homMatrixFromAffineMatrix3D()
399 geometry::AffineMatrix2D& affineMatrixFromHomMatrix( geometry::AffineMatrix2D& output, in affineMatrixFromHomMatrix()
412 geometry::AffineMatrix3D& affineMatrixFromHomMatrix3D( in affineMatrixFromHomMatrix3D()
413 geometry::AffineMatrix3D& output, in affineMatrixFromHomMatrix3D()
437 const geometry::Matrix2D& input ) in homMatrixFromMatrix()
452 geometry::RealSize2D size2DFromB2DSize( const ::basegfx::B2DVector& rVec ) in size2DFromB2DSize()
454 return geometry::RealSize2D( rVec.getX(), in size2DFromB2DSize()
458 geometry::RealPoint2D point2DFromB2DPoint( const ::basegfx::B2DPoint& rPoint ) in point2DFromB2DPoint()
460 return geometry::RealPoint2D( rPoint.getX(), in point2DFromB2DPoint()
464 geometry::RealRectangle2D rectangle2DFromB2DRectangle( const ::basegfx::B2DRange& rRect ) in rectangle2DFromB2DRectangle()
466 return geometry::RealRectangle2D( rRect.getMinX(), in rectangle2DFromB2DRectangle()
472 geometry::RealRectangle3D rectangle3DFromB3DRectangle( const ::basegfx::B3DRange& rRect ) in rectangle3DFromB3DRectangle()
474 return geometry::RealRectangle3D( rRect.getMinX(), in rectangle3DFromB3DRectangle()
482 ::basegfx::B2DVector b2DSizeFromRealSize2D( const geometry::RealSize2D& rSize ) in b2DSizeFromRealSize2D()
488 ::basegfx::B2DPoint b2DPointFromRealPoint2D( const geometry::RealPoint2D& rPoint ) in b2DPointFromRealPoint2D()
494 … ::basegfx::B2DRange b2DRectangleFromRealRectangle2D( const geometry::RealRectangle2D& rRect ) in b2DRectangleFromRealRectangle2D()
502 … ::basegfx::B3DRange b3DRectangleFromRealRectangle3D( const geometry::RealRectangle3D& rRect ) in b3DRectangleFromRealRectangle3D()
512 geometry::IntegerSize2D integerSize2DFromB2ISize( const ::basegfx::B2IVector& rSize ) in integerSize2DFromB2ISize()
514 return geometry::IntegerSize2D( rSize.getX(), in integerSize2DFromB2ISize()
518 geometry::IntegerPoint2D integerPoint2DFromB2IPoint( const ::basegfx::B2IPoint& rPoint ) in integerPoint2DFromB2IPoint()
520 return geometry::IntegerPoint2D( rPoint.getX(), in integerPoint2DFromB2IPoint()
524geometry::IntegerRectangle2D integerRectangle2DFromB2IRectangle( const ::basegfx::B2IRange& rRecta… in integerRectangle2DFromB2IRectangle()
526 return geometry::IntegerRectangle2D( rRectangle.getMinX(), rRectangle.getMinY(), in integerRectangle2DFromB2IRectangle()
530 ::basegfx::B2IVector b2ISizeFromIntegerSize2D( const geometry::IntegerSize2D& rSize ) in b2ISizeFromIntegerSize2D()
536 ::basegfx::B2IPoint b2IPointFromIntegerPoint2D( const geometry::IntegerPoint2D& rPoint ) in b2IPointFromIntegerPoint2D()
542 …::basegfx::B2IRange b2IRectangleFromIntegerRectangle2D( const geometry::IntegerRectangle2D& rRecta… in b2IRectangleFromIntegerRectangle2D()
614 …ol RealSize2DAreEqual( const ::com::sun::star::geometry::RealSize2D& rA, const ::com::sun::star::g… in RealSize2DAreEqual()
619 …l RealPoint2DAreEqual( const ::com::sun::star::geometry::RealPoint2D& rA, const ::com::sun::star:: in RealPoint2DAreEqual()
624 …Rectangle2DAreEqual( const ::com::sun::star::geometry::RealRectangle2D& rA, const ::com::sun::star… in RealRectangle2DAreEqual()
629 …Rectangle3DAreEqual( const ::com::sun::star::geometry::RealRectangle3D& rA, const ::com::sun::star… in RealRectangle3DAreEqual()
634 …ineMatrix2DAreEqual( const ::com::sun::star::geometry::AffineMatrix2D& rA, const ::com::sun::star:… in AffineMatrix2DAreEqual()
639 …ntegerSize2DAreEqual( const ::com::sun::star::geometry::IntegerSize2D& rA, const ::com::sun::star:… in IntegerSize2DAreEqual()
644 …egerPoint2DAreEqual( const ::com::sun::star::geometry::IntegerPoint2D& rA, const ::com::sun::star:… in IntegerPoint2DAreEqual()
649 …ctangle2DAreEqual( const ::com::sun::star::geometry::IntegerRectangle2D& rA, const ::com::sun::sta… in IntegerRectangle2DAreEqual()