Home
last modified time | relevance | path

Searched refs:geometry (Results 76 – 100 of 534) sorted by relevance

12345678910>>...22

/trunk/main/sdext/source/presenter/
H A DPresenterButton.hxx77 void SetCenter (const css::geometry::RealPoint2D& rLocation);
81 css::geometry::IntegerSize2D GetSize (void);
142 css::geometry::RealPoint2D maCenter;
143 css::geometry::IntegerSize2D maButtonSize;
159 const css::geometry::IntegerSize2D& rSize,
165 css::geometry::IntegerSize2D CalculateButtonSize (void);
H A DPresenterSlideShowView.cxx382 geometry::AffineMatrix2D(1,0,0, 0,1,0), in clear()
386 geometry::AffineMatrix2D(1,0,0, 0,1,0), in clear()
397 geometry::AffineMatrix2D SAL_CALL PresenterSlideShowView::getTransformation (void) in getTransformation()
414 return geometry::AffineMatrix2D( in getTransformation()
420 return geometry::AffineMatrix2D(1,0,0, 0,1,0); in getTransformation()
822 geometry::AffineMatrix2D(1,0,0, 0,1,0), in PaintOuterWindow()
826 geometry::AffineMatrix2D(1,0,0, 0,1,0), in PaintOuterWindow()
835 const geometry::IntegerSize2D aBitmapSize(xBackgroundBitmap->getSize()); in PaintOuterWindow()
837 geometry::AffineMatrix2D( in PaintOuterWindow()
882 geometry::AffineMatrix2D(1,0,0, 0,1,0), in PaintEndSlide()
[all …]
H A DPresenterTextView.hxx115 const css::geometry::RealSize2D& rSize,
190 cssu::Sequence<css::geometry::RealRectangle2D> maCellBoxes;
258 void SetLocation (const css::geometry::RealPoint2D& rLocation);
259 void SetSize (const css::geometry::RealSize2D& rSize);
292 css::geometry::RealPoint2D maLocation;
293 css::geometry::RealSize2D maSize;
H A DPresenterPaneBorderPainter.cxx463 maViewState(geometry::AffineMatrix2D(1,0,0, 0,1,0), NULL), in Renderer()
611 geometry::RealRectangle2D aBox (xLayout->queryTextBounds()); in PaintTitle()
644 geometry::AffineMatrix2D(1,0,nX, 0,1,nY), in PaintTitle()
652 Sequence<Sequence<geometry::RealPoint2D> > aPolygons(1); in PaintTitle()
653 aPolygons[0] = Sequence<geometry::RealPoint2D>(4); in PaintTitle()
654 aPolygons[0][0] = geometry::RealPoint2D(0, -nTextHeight); in PaintTitle()
655 aPolygons[0][1] = geometry::RealPoint2D(0, 0); in PaintTitle()
656 aPolygons[0][2] = geometry::RealPoint2D(nTextWidth, 0); in PaintTitle()
657 aPolygons[0][3] = geometry::RealPoint2D(nTextWidth, -nTextHeight); in PaintTitle()
819 geometry::AffineMatrix2D( in PaintBitmap()
/trunk/main/offapi/com/sun/star/rendering/
H A DXGraphicDevice.idl33 #include <com/sun/star/geometry/IntegerSize2D.idl>
36 #include <com/sun/star/geometry/RealSize2D.idl>
106 ::com::sun::star::geometry::RealSize2D getPhysicalResolution();
119 ::com::sun::star::geometry::RealSize2D getPhysicalSize();
129 …teCompatibleLinePolyPolygon( [in] sequence< sequence< ::com::sun::star::geometry::RealPoint2D > > …
139 …CompatibleBezierPolyPolygon( [in] sequence< sequence< ::com::sun::star::geometry::RealBezierSegmen…
150 …XBitmap createCompatibleBitmap( [in] ::com::sun::star::geometry::IntegerSize2D s…
170 …XVolatileBitmap createVolatileBitmap( [in] ::com::sun::star::geometry::IntegerSize…
182 …XBitmap createCompatibleAlphaBitmap( [in] ::com::sun::star::geometry::IntegerSiz…
203 …XVolatileBitmap createVolatileAlphaBitmap( [in] ::com::sun::star::geometry::Intege…
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx129 void PDFIProcessor::setTransformation( const geometry::AffineMatrix2D& rMatrix ) in setTransformation()
443 const geometry::RealRectangle2D& rRect, in drawGlyphLine()
488 geometry::RealRectangle2D rRect = rGlyph.getRect(); in getTransformGlyphContext()
489 geometry::Matrix2D rFontMatrix = rGlyph.getFontMatrix(); in getTransformGlyphContext()
492 geometry::RealRectangle2D aRect(rRect); in getTransformGlyphContext()
513 geometry::RealRectangle2D& rRect, in drawCharGlyphs()
514 geometry::Matrix2D& , in drawCharGlyphs()
524 geometry::RealRectangle2D aRect(rRect); in drawCharGlyphs()
552 const geometry::RealRectangle2D& rRect, in drawGlyphs()
739 void PDFIProcessor::hyperLink( const geometry::RealRectangle2D& rBounds, in hyperLink()
[all …]
/trunk/main/canvas/inc/canvas/base/
H A Dgraphicdevicebase.hxx168 …virtual ::com::sun::star::geometry::RealSize2D SAL_CALL getPhysicalResolution( ) throw (::com::su… in getPhysicalResolution()
175 …virtual ::com::sun::star::geometry::RealSize2D SAL_CALL getPhysicalSize( ) throw (::com::sun::sta… in getPhysicalSize()
182 …star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealPoint2D > >&… in createCompatibleLinePolyPolygon()
189 …star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealBezierSegmen… in createCompatibleBezierPolyPolygon()
196 …ing::XBitmap > SAL_CALL createCompatibleBitmap( const ::com::sun::star::geometry::IntegerSize2D& s… in createCompatibleBitmap()
208 …VolatileBitmap > SAL_CALL createVolatileBitmap( const ::com::sun::star::geometry::IntegerSize2D& s… in createVolatileBitmap()
220 …XBitmap > SAL_CALL createCompatibleAlphaBitmap( const ::com::sun::star::geometry::IntegerSize2D& s… in createCompatibleAlphaBitmap()
232 …ileBitmap > SAL_CALL createVolatileAlphaBitmap( const ::com::sun::star::geometry::IntegerSize2D& s… in createVolatileAlphaBitmap()
H A Dcanvasbase.hxx142 virtual void SAL_CALL drawPoint( const ::com::sun::star::geometry::RealPoint2D& aPoint, in drawPoint()
159 virtual void SAL_CALL drawLine( const ::com::sun::star::geometry::RealPoint2D& aStartPoint, in drawLine()
160 const ::com::sun::star::geometry::RealPoint2D& aEndPoint, in drawLine()
177 …virtual void SAL_CALL drawBezier( const ::com::sun::star::geometry::RealBezierSegment2D& aBezierS… in drawBezier()
178 … const ::com::sun::star::geometry::RealPoint2D& aEndPoint, in drawBezier()
257 … const ::com::sun::star::uno::Reference< ::com::sun::star::geometry::XMapping2D >& xMapping, in strokeTextureMappedPolyPolygon()
334 …const ::com::sun::star::uno::Reference< ::com::sun::star::geometry::XMapping2D >& xMapping ) thr… in fillTextureMappedPolyPolygon()
352 …const ::com::sun::star::geometry::Matrix2D& fontMatrix ) throw (::com::sun::star::lang::… in createFont()
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dsdrlatheprimitive3d.hxx64 geometry::ViewInformation3D* mpLastRLGViewInformation;
83 const geometry::ViewInformation3D& rViewInformation,
94 …virtual Primitive3DSequence create3DDecomposition(const geometry::ViewInformation3D& rViewInformat…
135 virtual basegfx::B3DRange getB3DRange(const geometry::ViewInformation3D& rViewInformation) const;
138 …virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation…
H A Dsdrextrudeprimitive3d.hxx62 geometry::ViewInformation3D* mpLastRLGViewInformation;
80 …virtual Primitive3DSequence create3DDecomposition(const geometry::ViewInformation3D& rViewInformat…
117 virtual basegfx::B3DRange getB3DRange(const geometry::ViewInformation3D& rViewInformation) const;
120 …virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation…
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dcontrolprimitive2d.hxx65 …Primitive2DReference createBitmapDecomposition(const geometry::ViewInformation2D& rViewInformation…
66 …Primitive2DReference createPlaceholderDecomposition(const geometry::ViewInformation2D& rViewInform…
70 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
101 virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
107 …virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation…
H A Dsvggradientprimitive2d.hxx202 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
223 … virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
271 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
295 … virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
326 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
388 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
H A Dprimitivetools2d.hxx72 …virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation…
111 …virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation…
150 …virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation…
193 …virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation…
/trunk/main/canvas/inc/canvas/
H A Dcanvastools.hxx52 namespace com { namespace sun { namespace star { namespace geometry namespace
153 CANVASTOOLS_DLLPUBLIC ::com::sun::star::geometry::RealSize2D createInfiniteSize2D();
213 CANVASTOOLS_DLLPUBLIC ::com::sun::star::geometry::AffineMatrix2D&
214 setIdentityAffineMatrix2D( ::com::sun::star::geometry::AffineMatrix2D& matrix );
216 CANVASTOOLS_DLLPUBLIC ::com::sun::star::geometry::Matrix2D&
217 setIdentityMatrix2D( ::com::sun::star::geometry::Matrix2D& matrix );
450 const ::com::sun::star::geometry::IntegerSize2D& rBitmapSize );
/trunk/main/svx/source/engine3d/
H A Dhelperminimaldepth3d.cxx55 MinimalDephInViewExtractor(const geometry::ViewInformation3D& rViewInformation) in MinimalDephInViewExtractor()
73 const geometry::ViewInformation3D aLastViewInformation3D(getViewInformation3D()); in processBasePrimitive3D()
76 const geometry::ViewInformation3D aNewViewInformation3D( in processBasePrimitive3D()
171 … const drawinglayer::geometry::ViewInformation3D aViewInfo3D(rVCScene.getViewInformation3D()); in getMinimalDepthInViewCoordinates()
189 const drawinglayer::geometry::ViewInformation3D aNewViewInformation3D( in getMinimalDepthInViewCoordinates()
/trunk/main/svx/inc/svx/sdr/primitive2d/
H A Dsdrtextprimitive2d.hxx101 …virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation…
126 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& aViewInformat…
168 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& aViewInformat…
218 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& aViewInformat…
272 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& aViewInformat…
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlaytools.hxx58 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
103 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
151 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
207 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
252 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
/trunk/main/sdext/source/pdfimport/test/
H A Dtests.cxx131 virtual void startPage( const geometry::RealSize2D& rSize ) in startPage()
141 virtual void hyperLink( const geometry::RealRectangle2D& rBounds, in hyperLink()
158 virtual void setTransformation( const geometry::AffineMatrix2D& rMatrix ) in setTransformation()
335 const geometry::RealRectangle2D& /*rRect*/, in drawGlyphs()
336 const geometry::Matrix2D& /*rFontMatrix*/ ) in drawGlyphs()
411 geometry::RealSize2D m_aPageSize;
412 geometry::RealRectangle2D m_aHyperlinkBounds;
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx100 geometry::IntegerSize2D CanvasBitmapHelper::getSize() in getSize()
103 return geometry::IntegerSize2D(); in getSize()
115 …uno::Reference< rendering::XBitmap > CanvasBitmapHelper::getScaledBitmap( const geometry::RealSize… in getScaledBitmap()
136 … const geometry::IntegerRectangle2D& rect ) in getData()
203 const geometry::IntegerRectangle2D& rect ) in setData()
436 const geometry::IntegerPoint2D& pos ) in setPixel()
501 const geometry::IntegerPoint2D& pos ) in getPixel()
/trunk/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dbaseprocessor2d.hxx163 geometry::ViewInformation2D maViewInformation2D;
170 void updateViewInformation(const geometry::ViewInformation2D& rViewInformation2D) in updateViewInformation()
183 BaseProcessor2D(const geometry::ViewInformation2D& rViewInformation);
190 const geometry::ViewInformation2D& getViewInformation2D() const { return maViewInformation2D; } in getViewInformation2D()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dscene.cxx253 maViewInformation3D = drawinglayer::geometry::ViewInformation3D( in createViewInformation3D()
321 const drawinglayer::geometry::ViewInformation3D aNeutralViewInformation3D(aEmptyProperties); in createScenePrimitive2DSequence()
365 maViewInformation3D = drawinglayer::geometry::ViewInformation3D(); in ActionChanged()
371 …const drawinglayer::geometry::ViewInformation3D& ViewContactOfE3dScene::getViewInformation3D() con… in getViewInformation3D()
395 …const drawinglayer::geometry::ViewInformation3D& ViewContactOfE3dScene::getViewInformation3D(const… in getViewInformation3D()
463 const drawinglayer::geometry::ViewInformation3D aNeutralViewInformation3D(aEmptyProperties); in getAllContentRange3D()
H A Dviewobjectcontact.cxx79 const drawinglayer::geometry::ViewInformation2D& rViewInformation,
91 const drawinglayer::geometry::ViewInformation2D& rViewInformation, in AnimatedExtractingProcessor2D()
223 …const drawinglayer::geometry::ViewInformation2D& rViewInformation2D(GetObjectContact().getViewInfo… in getObjectRange()
380 …const drawinglayer::geometry::ViewInformation2D& rViewInformation2D(GetObjectContact().getViewInfo… in getPrimitive2DSequence()
413 …const drawinglayer::geometry::ViewInformation2D& rViewInformation2D(GetObjectContact().getViewInfo… in getPrimitive2DSequenceHierarchy()
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper.cxx170 const geometry::RealPoint2D& aPoint, in drawPoint()
205 const geometry::RealPoint2D& aStartPoint, in drawLine()
206 const geometry::RealPoint2D& aEndPoint, in drawLine()
244 const geometry::RealBezierSegment2D& aBezierSegment, in drawBezier()
245 const geometry::RealPoint2D& aEndPoint, in drawBezier()
416 … const uno::Reference< geometry::XMapping2D >& /*xMapping*/, in strokeTextureMappedPolyPolygon()
466 … const uno::Reference< geometry::XMapping2D >& /*xMapping*/ ) in fillTextureMappedPolyPolygon()
475 … const geometry::Matrix2D& fontMatrix ) in createFont()
H A Ddx_textlayout_drawhelper.cxx113 const ::com::sun::star::geometry::Matrix2D& rFontMatrix, in drawText()
273geometry::RealRectangle2D TextLayoutDrawHelper::queryTextBounds( const rendering::StringContext& … in queryTextBounds()
276 … const geometry::Matrix2D& rFontMatrix, in queryTextBounds()
280 return geometry::RealRectangle2D(); in queryTextBounds()
334 return geometry::RealRectangle2D( 0, nAboveBaseline, in queryTextBounds()
340 return geometry::RealRectangle2D( 0, nAboveBaseline, in queryTextBounds()
H A Ddx_ibitmap.hxx46 const ::com::sun::star::geometry::IntegerRectangle2D& rect ) = 0;
51 const ::com::sun::star::geometry::IntegerRectangle2D& rect ) = 0;
56 const ::com::sun::star::geometry::IntegerPoint2D& pos ) = 0;
60 const ::com::sun::star::geometry::IntegerPoint2D& pos ) = 0;

Completed in 146 milliseconds

12345678910>>...22