Home
last modified time | relevance | path

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

12345678910>>...22

/AOO41X/main/basegfx/source/tools/
H A Dcanvastools.cxx67 …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()
[all …]
/AOO41X/main/basegfx/inc/basegfx/tools/
H A Dcanvastools.hxx31 namespace com { namespace sun { namespace star { namespace geometry namespace
91 ::com::sun::star::geometry::RealBezierSegment2D > >
96 ::com::sun::star::geometry::RealPoint2D > >
101 ::com::sun::star::geometry::RealPoint2D >& rPoints );
105 … ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealPoint2D > >& rPoints );
109 ::com::sun::star::geometry::RealBezierSegment2D >& rPoints );
113 … ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealBezierSegment2D > >& rPoints );
122 ::com::sun::star::geometry::AffineMatrix2D&
123 affineMatrixFromHomMatrix( ::com::sun::star::geometry::AffineMatrix2D& matrix,
126 ::com::sun::star::geometry::AffineMatrix3D& affineMatrixFromHomMatrix3D(
[all …]
/AOO41X/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx89 const geometry::RealRectangle2D& rBox) in ConvertRectangle()
102 const geometry::RealRectangle2D& rBox) in ConvertRectangleWithConstantSize()
114 geometry::RealRectangle2D PresenterGeometryHelper::ConvertRectangle ( in ConvertRectangle()
117 return geometry::RealRectangle2D( in ConvertRectangle()
155 geometry::RealRectangle2D PresenterGeometryHelper::Intersection ( in Intersection()
156 const geometry::RealRectangle2D& rBox1, in Intersection()
157 const geometry::RealRectangle2D& rBox2) in Intersection()
164 return geometry::RealRectangle2D(0,0,0,0); in Intersection()
166 return geometry::RealRectangle2D(nLeft,nTop, nRight, nBottom); in Intersection()
173 const css::geometry::RealRectangle2D& rBox, in IsInside()
[all …]
H A DPresenterSlideSorter.cxx102 void Update (const geometry::RealRectangle2D& rBoundingBox, const double nSlideAspectRatio);
106 geometry::RealPoint2D GetLocalPosition (const geometry::RealPoint2D& rWindowPoint) const;
107 geometry::RealPoint2D GetWindowPosition(const geometry::RealPoint2D& rLocalPoint) const;
108 sal_Int32 GetColumn (const geometry::RealPoint2D& rLocalPoint,
110 sal_Int32 GetRow (const geometry::RealPoint2D& rLocalPoint,
112 sal_Int32 GetSlideIndexForPosition (const css::geometry::RealPoint2D& rPoint) const;
113 css::geometry::RealPoint2D GetPoint (
125 css::geometry::RealRectangle2D maBoundingBox;
126 css::geometry::IntegerSize2D maPreviewSize;
200 geometry::IntegerSize2D CalculateLabelSize (
[all …]
H A DPresenterPaneAnimator.cxx94 const geometry::RealRectangle2D& rBox);
117 geometry::RealRectangle2D maCenterPaneBox;
120 geometry::RealRectangle2D MovePanesAway (
121 const css::geometry::RealRectangle2D& rFreeCenterArea);
141 geometry::RealRectangle2D maCenterPaneBox;
148 const css::geometry::RealPoint2D& rStartLocation,
149 const css::geometry::RealPoint2D& rEndLocation);
209 css::geometry::RealRectangle2D GetOriginalBoundingBox (void) const;
210 css::geometry::RealRectangle2D GetCurrentBoundingBox (void) const;
223 css::geometry::RealRectangle2D maCurrentBoundingBox;
[all …]
H A DPresenterScrollBar.cxx197 void PresenterScrollBar::SetPosSize (const css::geometry::RealRectangle2D& rBox) in SetPosSize()
593 geometry::RealRectangle2D PresenterScrollBar::GetRectangle (const Area eArea) const in GetRectangle()
604 const geometry::RealRectangle2D aBox, in Repaint()
640 const geometry::RealRectangle2D aLocalBox (GetRectangle(eArea)); in PaintBitmap()
642 geometry::RealRectangle2D aBox (aLocalBox); in PaintBitmap()
659 geometry::AffineMatrix2D(1,0,0, 0,1,0), in PaintBitmap()
662 const geometry::IntegerSize2D aBitmapSize (xBitmap->getSize()); in PaintBitmap()
664 geometry::AffineMatrix2D( in PaintBitmap()
704 const geometry::RealPoint2D aPoint(nX, nY); in GetArea()
735 const geometry::IntegerSize2D aBitmapSize (xBitmap->getSize()); in UpdateWidthOrHeight()
[all …]
H A DPresenterGeometryHelper.hxx54 const css::geometry::RealRectangle2D& rBox);
60 const css::geometry::RealRectangle2D& rBox);
62 static css::geometry::RealRectangle2D ConvertRectangle (
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,
[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()
/AOO41X/main/canvas/workben/
H A Dcanvasdemo.cxx133 geometry::AffineMatrix2D aUnit( 1,0, 0, in DemoRenderer()
152 geometry::Matrix2D aFontMatrix( 1, 0, in DemoRenderer()
165 mxCanvas->drawLine( geometry::RealPoint2D( d, 0 ), in drawGrid()
166 geometry::RealPoint2D( d, maSize.Height() ), in drawGrid()
170 mxCanvas->drawLine( geometry::RealPoint2D( 0, d ), in drawGrid()
171 geometry::RealPoint2D( maSize.Width(), d ), in drawGrid()
190 uno::Sequence< geometry::RealPoint2D > aPoints(4); in drawRect()
193 aPoints[0] = geometry::RealPoint2D( rRect.Left(), rRect.Top() ); in drawRect()
194 aPoints[1] = geometry::RealPoint2D( rRect.Left(), rRect.Bottom() ); in drawRect()
195 aPoints[2] = geometry::RealPoint2D( rRect.Right(), rRect.Bottom() ); in drawRect()
[all …]
/AOO41X/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx69geometry::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;
[all …]
/AOO41X/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& );
214 …::com::sun::star::geometry::RealRectangle2D VCL_DLLPUBLIC rectangle2DFromRectangle( const Rect…
216 … VCL_DLLPUBLIC sizeFromRealSize2D( const ::com::sun::star::geometry::RealSize2D& );
217 … VCL_DLLPUBLIC pointFromRealPoint2D( const ::com::sun::star::geometry::RealPoint2D& );
[all …]
/AOO41X/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()
142 … const uno::Reference< geometry::XMapping2D >& /*xMapping*/, in strokeTextureMappedPolyPolygon()
183 … const uno::Reference< geometry::XMapping2D >& /*xMapping*/ ) in fillTextureMappedPolyPolygon()
192 … const geometry::Matrix2D& fontMatrix ) in createFont()
262 const geometry::RealRectangle2D& /*sourceRect*/, in copyRect()
265 const geometry::RealRectangle2D& /*destRect*/, in copyRect()
[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,
90 const ::com::sun::star::geometry::RealBezierSegment2D& aBezierSegment,
91 const ::com::sun::star::geometry::RealPoint2D& aEndPoint,
125 … ::com::sun::star::geometry::XMapping2D >& xMapping,
157 … ::com::sun::star::geometry::XMapping2D >& xMapping );
164 const ::com::sun::star::geometry::Matrix2D& fontMatrix );
209 const ::com::sun::star::geometry::RealRectangle2D& sourceRect,
212 const ::com::sun::star::geometry::RealRectangle2D& destRect,
[all …]
H A Dnull_devicehelper.cxx72 geometry::RealSize2D DeviceHelper::getPhysicalResolution() in getPhysicalResolution()
74 return geometry::RealSize2D( 75, 75 ); in getPhysicalResolution()
77 geometry::RealSize2D DeviceHelper::getPhysicalSize() in getPhysicalSize()
79 return geometry::RealSize2D( 210, 280 ); in getPhysicalSize()
84 const uno::Sequence< uno::Sequence< geometry::RealPoint2D > >& points ) in createCompatibleLinePolyPolygon()
97 const uno::Sequence< uno::Sequence< geometry::RealBezierSegment2D > >& points ) in createCompatibleBezierPolyPolygon()
110 const geometry::IntegerSize2D& size ) in createCompatibleBitmap()
125 const geometry::IntegerSize2D& /*size*/ ) in createVolatileBitmap()
132 const geometry::IntegerSize2D& size ) in createCompatibleAlphaBitmap()
147 const geometry::IntegerSize2D& /*size*/ ) in createVolatileAlphaBitmap()
/AOO41X/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx98 const css::geometry::RealSize2D& rSpriteSize);
108 virtual void SAL_CALL move (const geometry::RealPoint2D& rNewPos,
113 virtual void SAL_CALL transform (const geometry::AffineMatrix2D& rTransformation)
138 geometry::RealPoint2D maPosition;
139 geometry::RealSize2D maSpriteSize;
290 const css::geometry::RealPoint2D& aPoint, in drawPoint()
303 const css::geometry::RealPoint2D& aStartPoint, in drawLine()
304 const css::geometry::RealPoint2D& aEndPoint, in drawLine()
317 const css::geometry::RealBezierSegment2D& aBezierSegment, in drawBezier()
318 const css::geometry::RealPoint2D& aEndPoint, in drawBezier()
[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,
176 const css::geometry::RealBezierSegment2D& aBezierSegment,
177 const css::geometry::RealPoint2D& aEndPoint,
212 const css::uno::Reference<css::geometry::XMapping2D>& xMapping,
250 const css::uno::Reference< css::geometry::XMapping2D >& xMapping)
259 const css::geometry::Matrix2D& aFontMatrix)
[all …]
/AOO41X/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;
323 …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…
H A Dpolygonprimitive2d.hxx74 … virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
116 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
136 … virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
139 …virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation…
174 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
197 … virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
226 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
252 … virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
282 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
308 … virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
/AOO41X/main/vcl/source/helper/
H A Dcanvastools.cxx111 ::Polygon polygonFromPoint2DSequence( const uno::Sequence< geometry::RealPoint2D >& points ) in polygonFromPoint2DSequence()
128 …PolygonFromPoint2DSequenceSequence( const uno::Sequence< uno::Sequence< geometry::RealPoint2D > >&… in polyPolygonFromPoint2DSequenceSequence()
145 …::Polygon polygonFromBezier2DSequence( const uno::Sequence< geometry::RealBezierSegment2D >& curve… in polygonFromBezier2DSequence()
154 …olygonFromBezier2DSequenceSequence( const uno::Sequence< uno::Sequence< geometry::RealBezierSegmen… in polyPolygonFromBezier2DSequenceSequence()
222 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()
472 geometry::RealRectangle2D rectangle2DFromRectangle( const Rectangle& rRect ) in rectangle2DFromRectangle()
[all …]
/AOO41X/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.hxx120 const ::com::sun::star::geometry::RealRectangle2D& rRect,
121 const ::com::sun::star::geometry::Matrix2D& rFontMatrix );
124 ::com::sun::star::geometry::RealRectangle2D& rRect,
125 ::com::sun::star::geometry::Matrix2D& rFontMatrix,
137 virtual void startPage( const ::com::sun::star::geometry::RealSize2D& rSize );
140 virtual void hyperLink( const ::com::sun::star::geometry::RealRectangle2D& rBounds,
145 virtual void setTransformation( const ::com::sun::star::geometry::AffineMatrix2D& rMatrix );
171 const ::com::sun::star::geometry::RealRectangle2D& rRect,
172 const ::com::sun::star::geometry::Matrix2D& rFontMatrix );
257 com::sun::star::geometry::RealRectangle2D& getRect(){ return m_rRect; } in getRect()
[all …]
/AOO41X/main/boost/prj/
H A Dd.lst203 mkdir: %_DEST%\inc%_EXT%\boost\geometry
204 mkdir: %_DEST%\inc%_EXT%\boost\geometry\algorithms
205 mkdir: %_DEST%\inc%_EXT%\boost\geometry\algorithms\detail
206 mkdir: %_DEST%\inc%_EXT%\boost\geometry\algorithms\detail\equals
207 mkdir: %_DEST%\inc%_EXT%\boost\geometry\algorithms\detail\overlay
208 mkdir: %_DEST%\inc%_EXT%\boost\geometry\algorithms\detail\sections
209 mkdir: %_DEST%\inc%_EXT%\boost\geometry\arithmetic
210 mkdir: %_DEST%\inc%_EXT%\boost\geometry\core
211 mkdir: %_DEST%\inc%_EXT%\boost\geometry\domains
212 mkdir: %_DEST%\inc%_EXT%\boost\geometry\domains\gis
[all …]
/AOO41X/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,
103 const ::com::sun::star::geometry::RealBezierSegment2D& aBezierSegment,
104 const ::com::sun::star::geometry::RealPoint2D& aEndPoint,
138 … ::com::sun::star::geometry::XMapping2D >& xMapping,
170 … ::com::sun::star::geometry::XMapping2D >& xMapping );
177 const ::com::sun::star::geometry::Matrix2D& fontMatrix );
222 const ::com::sun::star::geometry::RealRectangle2D& sourceRect,
225 const ::com::sun::star::geometry::RealRectangle2D& destRect,
[all …]
/AOO41X/main/canvas/source/directx/
H A Ddx_devicehelper.cxx78 geometry::RealSize2D DeviceHelper::getPhysicalResolution() in getPhysicalResolution()
92 return geometry::RealSize2D( nHorzRes*25.4, in getPhysicalResolution()
96 geometry::RealSize2D DeviceHelper::getPhysicalSize() in getPhysicalSize()
110 return geometry::RealSize2D( nHorzSize, in getPhysicalSize()
116 const uno::Sequence< uno::Sequence< geometry::RealPoint2D > >& points ) in createCompatibleLinePolyPolygon()
128 const uno::Sequence< uno::Sequence< geometry::RealBezierSegment2D > >& points ) in createCompatibleBezierPolyPolygon()
140 const geometry::IntegerSize2D& size ) in createCompatibleBitmap()
156 const geometry::IntegerSize2D& /*size*/ ) in createVolatileBitmap()
163 const geometry::IntegerSize2D& size ) in createCompatibleAlphaBitmap()
179 const geometry::IntegerSize2D& /*size*/ ) in createVolatileAlphaBitmap()

12345678910>>...22