Lines Matching refs:geometry

69geometry::RealRectangle2D const&                 rRect )  in rect2Poly()
71 uno::Sequence< geometry::RealPoint2D > rectSequence( 4 ); in rect2Poly()
72 geometry::RealPoint2D* pOutput = rectSequence.getArray(); in rect2Poly()
73 pOutput[0] = geometry::RealPoint2D( rRect.X1, rRect.Y1 ); in rect2Poly()
74 pOutput[1] = geometry::RealPoint2D( rRect.X2, rRect.Y1 ); in rect2Poly()
75 pOutput[2] = geometry::RealPoint2D( rRect.X2, rRect.Y2 ); in rect2Poly()
76 pOutput[3] = geometry::RealPoint2D( rRect.X1, rRect.Y2 ); in rect2Poly()
78 uno::Sequence< uno::Sequence< geometry::RealPoint2D > > sequenceSequence( 1 ); in rect2Poly()
97 o3tl::LazyUpdate<geometry::RealRectangle2D,
100 geometry::AffineMatrix2D m_aTransformation;
174 geometry::Matrix2D() )), in SimpleCanvasImpl()
218 …virtual void SAL_CALL setRectClip( const geometry::RealRectangle2D& aRect ) throw (uno::RuntimeExc… in setRectClip()
224 …virtual void SAL_CALL setTransformation( const geometry::AffineMatrix2D& aTransform ) throw (uno::… in setTransformation()
230 …virtual void SAL_CALL drawPixel( const geometry::RealPoint2D& aPoint ) throw (uno::RuntimeExceptio… in drawPixel()
238 virtual void SAL_CALL drawLine( const geometry::RealPoint2D& aStartPoint, in drawLine()
239 … const geometry::RealPoint2D& aEndPoint ) throw (uno::RuntimeException) in drawLine()
248 …virtual void SAL_CALL drawRect( const geometry::RealRectangle2D& aRect ) throw (uno::RuntimeExcept… in drawRect()
280 const geometry::RealPoint2D& aOutPos, in drawText()
296 … const geometry::RealPoint2D& aLeftTop ) throw (uno::RuntimeException) in drawBitmap()
342 … virtual geometry::RealRectangle2D SAL_CALL getCurrentClipRect( ) throw (uno::RuntimeException) in getCurrentClipRect()
348 …virtual geometry::AffineMatrix2D SAL_CALL getCurrentTransformation( ) throw (uno::RuntimeExceptio… in getCurrentTransformation()