Home
last modified time | relevance | path

Searched refs:geometry (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx80 pOutput[a] = geometry::RealBezierSegment2D( in bezierSequenceFromB2DPolygon()
399 geometry::AffineMatrix2D& affineMatrixFromHomMatrix( geometry::AffineMatrix2D& output, in affineMatrixFromHomMatrix()
413 geometry::AffineMatrix3D& output, in affineMatrixFromHomMatrix3D()
454 return geometry::RealSize2D( rVec.getX(), in size2DFromB2DSize()
460 return geometry::RealPoint2D( rPoint.getX(), in point2DFromB2DPoint()
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()
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()
[all …]
/trunk/main/basegfx/inc/basegfx/tools/
H A Dcanvastools.hxx32 namespace com { namespace sun { namespace star { namespace geometry namespace
92 ::com::sun::star::geometry::RealBezierSegment2D > >
97 ::com::sun::star::geometry::RealPoint2D > >
102 ::com::sun::star::geometry::RealPoint2D >& rPoints );
128 ::com::sun::star::geometry::AffineMatrix3D& matrix,
138 BASEGFX_DLLPUBLIC ::com::sun::star::geometry::Matrix2D&
178 …ol RealSize2DAreEqual( const ::com::sun::star::geometry::RealSize2D& rA, const ::com::sun::star::g…
179 …l RealPoint2DAreEqual( const ::com::sun::star::geometry::RealPoint2D& rA, const ::com::sun::star::
182 …ineMatrix2DAreEqual( const ::com::sun::star::geometry::AffineMatrix2D& rA, const ::com::sun::star:…
184 …ntegerSize2DAreEqual( const ::com::sun::star::geometry::IntegerSize2D& rA, const ::com::sun::star:…
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx89 const geometry::RealRectangle2D& rBox) in ConvertRectangle()
102 const geometry::RealRectangle2D& rBox) in ConvertRectangleWithConstantSize()
117 return geometry::RealRectangle2D( in ConvertRectangle()
156 const geometry::RealRectangle2D& rBox1, in Intersection()
157 const geometry::RealRectangle2D& rBox2) in Intersection()
164 return geometry::RealRectangle2D(0,0,0,0); in Intersection()
173 const css::geometry::RealRectangle2D& rBox, in IsInside()
174 const css::geometry::RealPoint2D& rPoint) in IsInside()
221 const geometry::RealRectangle2D& rBox1, in Union()
222 const geometry::RealRectangle2D& rBox2) in Union()
[all …]
H A DPresenterSlideSorter.cxx106 geometry::RealPoint2D GetLocalPosition (const geometry::RealPoint2D& rWindowPoint) const;
107 geometry::RealPoint2D GetWindowPosition(const geometry::RealPoint2D& rLocalPoint) const;
113 css::geometry::RealPoint2D GetPoint (
1049 geometry::AffineMatrix2D( in PaintPreview()
1420 geometry::RealPoint2D aBottomRight; in IsScrollBarNeeded()
1437 return css::geometry::RealPoint2D( in GetLocalPosition()
1448 return css::geometry::RealPoint2D( in GetWindowPosition()
1525 geometry::RealPoint2D aPosition ( in GetPoint()
1554 geometry::RealRectangle2D( in GetBoundingBox()
2254 geometry::AffineMatrix2D( in PaintBitmapOnce()
[all …]
H A DPresenterPaneAnimator.cxx258 geometry::RealPoint2D GetLocation (const geometry::RealRectangle2D& rBox);
259 geometry::RealSize2D GetSize (const geometry::RealRectangle2D& rBox);
395 const geometry::RealRectangle2D& rBox) in ResizePane()
719 return geometry::RealRectangle2D( in MovePanesAway()
1142 return geometry::RealRectangle2D( in GetOriginalBoundingBox()
1299 const geometry::RealPoint2D rInitialBox, in InterpolatePosition()
1300 const geometry::RealPoint2D rFinalBox) in InterpolatePosition()
1306 geometry::RealPoint2D( in InterpolatePosition()
1382 const geometry::RealPoint2D& rLocation) in SpritePaneMove()
1402 geometry::RealPoint2D GetLocation (const geometry::RealRectangle2D& rBox) in GetLocation()
[all …]
H A DPresenterScrollBar.cxx604 const geometry::RealRectangle2D aBox, in Repaint()
642 geometry::RealRectangle2D aBox (aLocalBox); in PaintBitmap()
664 geometry::AffineMatrix2D( in PaintBitmap()
704 const geometry::RealPoint2D aPoint(nX, nY); in GetArea()
851 return geometry::RealPoint2D(nMinor, nMajor); in GetPoint()
903 maBox[Pager] = geometry::RealRectangle2D( in UpdateBorders()
920 maBox[Thumb] = geometry::RealRectangle2D( in UpdateBorders()
932 maBox[PagerUp] = geometry::RealRectangle2D( in UpdateBorders()
934 maBox[PagerDown] = geometry::RealRectangle2D( in UpdateBorders()
1127 maBox[Pager] = geometry::RealRectangle2D( in UpdateBorders()
[all …]
H A DPresenterGeometryHelper.hxx54 const css::geometry::RealRectangle2D& rBox);
60 const css::geometry::RealRectangle2D& rBox);
77 static css::geometry::RealRectangle2D Intersection (
78 const css::geometry::RealRectangle2D& rBox1,
79 const css::geometry::RealRectangle2D& rBox2);
82 const css::geometry::RealRectangle2D& rBox,
83 const css::geometry::RealPoint2D& rPoint);
95 static css::geometry::RealRectangle2D Union (
96 const css::geometry::RealRectangle2D& rBox1,
97 const css::geometry::RealRectangle2D& rBox2);
[all …]
H A DPresenterClock.cxx88 geometry::RealPoint2D maScaledOffset;
130 geometry::RealPoint2D maCenter;
184 geometry::RealPoint2D maCenter;
775 geometry::IntegerSize2D( in Paint()
875 Sequence<Sequence<geometry::RealPoint2D> > aPoints(1); in PaintAngledLine()
876 aPoints[0] = Sequence<geometry::RealPoint2D>(2); in PaintAngledLine()
877 aPoints[0][0] = geometry::RealPoint2D( in PaintAngledLine()
880 aPoints[0][1] = geometry::RealPoint2D( in PaintAngledLine()
1214 rDescriptor.maScaledOffset = geometry::RealPoint2D( in ScaleBitmaps()
1320 geometry::AffineMatrix2D(1,0,0, 0,1,0), in Paint()
[all …]
H A DPresenterSprite.hxx65 void Resize (const css::geometry::RealSize2D& rSize);
66 css::geometry::RealSize2D GetSize (void) const;
68 void MoveTo (const css::geometry::RealPoint2D& rLocation);
69 css::geometry::RealPoint2D GetLocation (void) const;
71 void Transform (const css::geometry::AffineMatrix2D& rTransform);
72 css::geometry::AffineMatrix2D GetTransform (void) const;
82 css::geometry::RealSize2D maSize;
83 css::geometry::RealPoint2D maLocation;
84 css::geometry::AffineMatrix2D maTransform;
H A DPresenterSprite.cxx145 void PresenterSprite::Resize (const css::geometry::RealSize2D& rSize) in Resize()
157 css::geometry::RealSize2D PresenterSprite::GetSize (void) const in GetSize()
165 void PresenterSprite::MoveTo (const css::geometry::RealPoint2D& rLocation) in MoveTo()
172 geometry::AffineMatrix2D(1,0,0, 0,1,0), in MoveTo()
175 geometry::AffineMatrix2D(1,0,0, 0,1,0), in MoveTo()
185 css::geometry::RealPoint2D PresenterSprite::GetLocation (void) const in GetLocation()
193 void PresenterSprite::Transform (const css::geometry::AffineMatrix2D& rTransform) in Transform()
203 css::geometry::AffineMatrix2D PresenterSprite::GetTransform (void) const in GetTransform()
251 geometry::AffineMatrix2D(1,0,0, 0,1,0), in ProvideSprite()
254 geometry::AffineMatrix2D(1,0,0, 0,1,0), in ProvideSprite()
/trunk/main/canvas/workben/
H A Dcanvasdemo.cxx133 geometry::AffineMatrix2D aUnit( 1,0, 0, in DemoRenderer()
152 geometry::Matrix2D aFontMatrix( 1, 0, in DemoRenderer()
166 geometry::RealPoint2D( d, maSize.Height() ), in drawGrid()
171 geometry::RealPoint2D( maSize.Width(), d ), in drawGrid()
190 uno::Sequence< geometry::RealPoint2D > aPoints(4); in drawRect()
236 geometry::RealPoint2D( RADIUS * cos (a), in drawPolishDiamond()
495 …mxCanvas->drawLine(geometry::RealPoint2D(ax, ay), geometry::RealPoint2D(c1x, c1y), maViewState, ma… in drawArcs()
496 …mxCanvas->drawLine(geometry::RealPoint2D(c1x, c1y), geometry::RealPoint2D(c2x, c2y), maViewState, … in drawArcs()
497 …mxCanvas->drawLine(geometry::RealPoint2D(bx, by), geometry::RealPoint2D(c2x, c2y), maViewState, ma… in drawArcs()
499 geometry::RealBezierSegment2D aBezierSegment( in drawArcs()
[all …]
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx71 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,
174 geometry::Matrix2D() )), in SimpleCanvasImpl()
238 virtual void SAL_CALL drawLine( const geometry::RealPoint2D& aStartPoint, in drawLine()
[all …]
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx98 const css::geometry::RealSize2D& rSpriteSize);
138 geometry::RealPoint2D maPosition;
139 geometry::RealSize2D maSpriteSize;
290 const css::geometry::RealPoint2D& aPoint, in drawPoint()
304 const css::geometry::RealPoint2D& aEndPoint, in drawLine()
785 return geometry::IntegerSize2D(0,0); in getSize()
816 const css::geometry::RealSize2D& rNewSize, in getScaledBitmap()
992 const geometry::RealPoint2D& rLocation, in UpdateSpriteClip()
993 const geometry::RealSize2D& rSize) in UpdateSpriteClip()
1076 const css::geometry::RealSize2D& rSpriteSize) in PresenterCustomSprite()
[all …]
H A DPresenterCanvas.hxx146 const css::geometry::RealPoint2D& rLocation,
147 const css::geometry::RealSize2D& rSize);
163 const css::geometry::RealPoint2D& aPoint,
169 const css::geometry::RealPoint2D& aStartPoint,
170 const css::geometry::RealPoint2D& aEndPoint,
177 const css::geometry::RealPoint2D& aEndPoint,
259 const css::geometry::Matrix2D& aFontMatrix)
312 const css::geometry::RealRectangle2D& sourceRect,
315 const css::geometry::RealRectangle2D& destRect,
341 const css::geometry::RealSize2D& spriteSize)
[all …]
/trunk/main/vcl/inc/vcl/
H A Dcanvastools.hxx55 namespace com { namespace sun { namespace star { namespace geometry namespace
100 ::com::sun::star::geometry::RealPoint2D >& rPoints );
106 … ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealPoint2D > >& rPoints );
112 ::com::sun::star::geometry::RealBezierSegment2D >& rPoints );
118 … ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealBezierSegment2D > >& rPoints );
212 ::com::sun::star::geometry::RealSize2D VCL_DLLPUBLIC size2DFromSize( const Size& );
213 ::com::sun::star::geometry::RealPoint2D VCL_DLLPUBLIC point2DFromPoint( const Point& );
216 …Size VCL_DLLPUBLIC sizeFromRealSize2D( const ::com::sun::star::geometry::RealSize2D& );
217 …Point VCL_DLLPUBLIC pointFromRealPoint2D( const ::com::sun::star::geometry::RealPoint2D…
221 … ::com::sun::star::geometry::IntegerSize2D VCL_DLLPUBLIC integerSize2DFromSize( const Size& );
[all …]
/trunk/main/canvas/source/null/
H A Dnull_canvashelper.cxx85 const geometry::RealPoint2D& /*aPoint*/, in drawPoint()
92 const geometry::RealPoint2D& /*aPoint1*/, in drawLine()
93 const geometry::RealPoint2D& /*aPoint2*/, in drawLine()
100 const geometry::RealBezierSegment2D& /*aBezierSegment*/, in drawBezier()
101 const geometry::RealPoint2D& /*aEndPoint*/, in drawBezier()
262 const geometry::RealRectangle2D& /*sourceRect*/, in copyRect()
265 const geometry::RealRectangle2D& /*destRect*/, in copyRect()
272 geometry::IntegerSize2D CanvasHelper::getSize() in getSize()
275 geometry::IntegerSize2D(1, 1); // we're disposed in getSize()
296 const geometry::IntegerRectangle2D& /*rect*/ ) in setData()
[all …]
H A Dnull_canvashelper.hxx81 const ::com::sun::star::geometry::RealPoint2D& aPoint,
85 const ::com::sun::star::geometry::RealPoint2D& aStartPoint,
86 const ::com::sun::star::geometry::RealPoint2D& aEndPoint,
91 const ::com::sun::star::geometry::RealPoint2D& aEndPoint,
164 const ::com::sun::star::geometry::Matrix2D& fontMatrix );
209 const ::com::sun::star::geometry::RealRectangle2D& sourceRect,
212 const ::com::sun::star::geometry::RealRectangle2D& destRect,
216 ::com::sun::star::geometry::IntegerSize2D getSize();
219 getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
224 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dpolypolygonprimitive2d.hxx63 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
77 … virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
113 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
133 … virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
168 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
191 … virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
221 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
247 … virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
291 … virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
326 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
[all …]
H A Dsceneprimitive2d.hxx75 geometry::ViewInformation3D maViewInformation3D;
97 bool impGetShadow3D(const geometry::ViewInformation2D& rViewInformation) const;
99 const geometry::ViewInformation2D& rViewInformation,
106 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
115 Primitive2DSequence getShadow2D(const geometry::ViewInformation2D& rViewInformation) const;
134 const geometry::ViewInformation3D& rViewInformation3D);
141 const geometry::ViewInformation3D& getViewInformation3D() const { return maViewInformation3D; } in getViewInformation3D()
147 virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
153 …virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation…
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx222 geometry::IntegerRectangle2D aRect; in readBmp()
460 geometry::RealSize2D size2DFromSize( const Size& rSize ) in size2DFromSize()
462 return geometry::RealSize2D( rSize.Width(), in size2DFromSize()
466 geometry::RealPoint2D point2DFromPoint( const Point& rPoint ) in point2DFromPoint()
468 return geometry::RealPoint2D( rPoint.X(), in point2DFromPoint()
474 return geometry::RealRectangle2D( rRect.Left(), rRect.Top(), in rectangle2DFromRectangle()
478 Size sizeFromRealSize2D( const geometry::RealSize2D& rSize ) in sizeFromRealSize2D()
484 Point pointFromRealPoint2D( const geometry::RealPoint2D& rPoint ) in pointFromRealPoint2D()
578 geometry::IntegerSize2D integerSize2DFromSize( const Size& rSize ) in integerSize2DFromSize()
580 return geometry::IntegerSize2D( rSize.Width(), in integerSize2DFromSize()
[all …]
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.hxx121 const ::com::sun::star::geometry::RealRectangle2D& rRect,
122 const ::com::sun::star::geometry::Matrix2D& rFontMatrix );
125 ::com::sun::star::geometry::RealRectangle2D& rRect,
126 ::com::sun::star::geometry::Matrix2D& rFontMatrix,
138 virtual void startPage( const ::com::sun::star::geometry::RealSize2D& rSize );
141 virtual void hyperLink( const ::com::sun::star::geometry::RealRectangle2D& rBounds,
172 const ::com::sun::star::geometry::RealRectangle2D& rRect,
258 com::sun::star::geometry::RealRectangle2D& getRect(){ return m_rRect; } in getRect()
259 com::sun::star::geometry::Matrix2D& getFontMatrix(){ return m_rFontMatrix; } in getFontMatrix()
292 com::sun::star::geometry::Matrix2D m_rFontMatrix ;
[all …]
/trunk/main/boost/prj/
H A Dd.lst940 ..\%__SRC%\inc\boost\geometry\algorithms\* %_DEST%\inc%_EXT%\boost\geometry\algorithms
944 ..\%__SRC%\inc\boost\geometry\arithmetic\* %_DEST%\inc%_EXT%\boost\geometry\arithmetic
945 ..\%__SRC%\inc\boost\geometry\core\* %_DEST%\inc%_EXT%\boost\geometry\core
946 ..\%__SRC%\inc\boost\geometry\domains\* %_DEST%\inc%_EXT%\boost\geometry\domains
951 ..\%__SRC%\inc\boost\geometry\geometries\* %_DEST%\inc%_EXT%\boost\geometry\geometries
956 ..\%__SRC%\inc\boost\geometry\multi\* %_DEST%\inc%_EXT%\boost\geometry\multi
961 ..\%__SRC%\inc\boost\geometry\multi\core\* %_DEST%\inc%_EXT%\boost\geometry\multi\core
966 ..\%__SRC%\inc\boost\geometry\multi\core\* %_DEST%\inc%_EXT%\boost\geometry\multi\core
973 ..\%__SRC%\inc\boost\geometry\policies\* %_DEST%\inc%_EXT%\boost\geometry\policies
981 ..\%__SRC%\inc\boost\geometry\util\* %_DEST%\inc%_EXT%\boost\geometry\util
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.hxx94 const ::com::sun::star::geometry::RealPoint2D& aPoint,
98 const ::com::sun::star::geometry::RealPoint2D& aStartPoint,
99 const ::com::sun::star::geometry::RealPoint2D& aEndPoint,
104 const ::com::sun::star::geometry::RealPoint2D& aEndPoint,
177 const ::com::sun::star::geometry::Matrix2D& fontMatrix );
225 const ::com::sun::star::geometry::RealRectangle2D& destRect,
229 ::com::sun::star::geometry::IntegerSize2D getSize();
232 getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
237 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
249 const ::com::sun::star::geometry::IntegerPoint2D& pos );
[all …]
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.hxx109 const ::com::sun::star::geometry::RealPoint2D& aPoint,
113 const ::com::sun::star::geometry::RealPoint2D& aStartPoint,
114 const ::com::sun::star::geometry::RealPoint2D& aEndPoint,
119 const ::com::sun::star::geometry::RealPoint2D& aEndPoint,
192 const ::com::sun::star::geometry::Matrix2D& fontMatrix );
244 ::com::sun::star::geometry::IntegerSize2D getSize();
249 getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
254 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
258 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
262 const ::com::sun::star::geometry::IntegerPoint2D& pos );
[all …]
H A Dtextlayout.cxx121 geometry::AffineMatrix2D(1,0,0, 0,1,0), in queryTextShapes()
125 geometry::AffineMatrix2D(1,0,0,0,1,0), in queryTextShapes()
174 geometry::AffineMatrix2D(1,0,0, 0,1,0), in queryInkMeasures()
178 geometry::AffineMatrix2D(1,0,0,0,1,0), in queryInkMeasures()
187 uno::Sequence<geometry::RealRectangle2D> aBoundingBoxes; in queryInkMeasures()
204 aBoundingBoxes[nIndex++] = geometry::RealRectangle2D( in queryInkMeasures()
219 return uno::Sequence< geometry::RealRectangle2D >(); in queryMeasures()
239 geometry::RealRectangle2D SAL_CALL TextLayout::queryTextBounds( ) throw (uno::RuntimeException) in queryTextBounds()
244 return geometry::RealRectangle2D(); in queryTextBounds()
262 return geometry::RealRectangle2D( 0, nAboveBaseline, in queryTextBounds()
[all …]

Completed in 138 milliseconds

12345678910>>...22