Home
last modified time | relevance | path

Searched refs:geometry (Results 26 – 50 of 534) sorted by relevance

12345678910>>...22

/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
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;
H A Dbaseprimitive2d.hxx50 namespace drawinglayer { namespace geometry { namespace
162 virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
171 …virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation…
185 …virtual ::com::sun::star::geometry::RealRectangle2D SAL_CALL getRange( const ::com::sun::star::uno…
244 …virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& rViewInformat…
256 …virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation…
273 …eFromPrimitive2DReference(const Primitive2DReference& rCandidate, const geometry::ViewInformation2…
276 …ngeFromPrimitive2DSequence(const Primitive2DSequence& rCandidate, const geometry::ViewInformation2…
/trunk/main/canvas/source/null/
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()
/trunk/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()
H A Ddx_bitmapcanvashelper.cxx140 const geometry::RealRectangle2D& /*sourceRect*/, in copyRect()
143 const geometry::RealRectangle2D& /*destRect*/, in copyRect()
150 geometry::IntegerSize2D BitmapCanvasHelper::getSize() in getSize()
153 return geometry::IntegerSize2D(1, 1); in getSize()
158 …uno::Reference< rendering::XBitmap > BitmapCanvasHelper::getScaledBitmap( const geometry::RealSize… in getScaledBitmap()
166 … const geometry::IntegerRectangle2D& rect ) in getData()
182 const geometry::IntegerRectangle2D& rect ) in setData()
197 const geometry::IntegerPoint2D& pos ) in setPixel()
211 const geometry::IntegerPoint2D& pos ) in getPixel()
H A Ddx_impltools.cxx168 const geometry::AffineMatrix2D& rMatrix ) in gdiPlusMatrixFromAffineMatrix2D()
182 …diplus::PointF implGdiPlusPointFromRealPoint2D( const ::com::sun::star::geometry::RealPoint2D& rPo… in implGdiPlusPointFromRealPoint2D()
313 …Gdiplus::PointF gdiPlusPointFromRealPoint2D( const ::com::sun::star::geometry::RealPoint2D& rPoint… in gdiPlusPointFromRealPoint2D()
318 Gdiplus::Rect gdiPlusRectFromIntegerRectangle2D( const geometry::IntegerRectangle2D& rRect ) in gdiPlusRectFromIntegerRectangle2D()
326 Gdiplus::RectF gdiPlusRectFFromRectangle2D( const geometry::RealRectangle2D& rRect ) in gdiPlusRectFFromRectangle2D()
344 geometry::RealPoint2D realPoint2DFromGdiPlusPointF( const Gdiplus::PointF& rPoint ) in realPoint2DFromGdiPlusPointF()
346 return geometry::RealPoint2D( rPoint.X, rPoint.Y ); in realPoint2DFromGdiPlusPointF()
349 geometry::RealRectangle2D realRectangle2DFromGdiPlusRectF( const Gdiplus::RectF& rRect ) in realRectangle2DFromGdiPlusRectF()
351 return geometry::RealRectangle2D( rRect.X, rRect.Y, in realRectangle2DFromGdiPlusRectF()
452 …::std::transform( const_cast< uno::Sequence< geometry::RealPoint2D >& >(points[nCurrPoly]).getArra… in graphicsPathFromRealPoint2DSequence()
[all …]
H A Ddx_bitmapcanvashelper.hxx91 const ::com::sun::star::geometry::RealRectangle2D& sourceRect,
94 const ::com::sun::star::geometry::RealRectangle2D& destRect,
98 ::com::sun::star::geometry::IntegerSize2D getSize();
101 getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
106 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
110 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
114 const ::com::sun::star::geometry::IntegerPoint2D& pos );
118 const ::com::sun::star::geometry::IntegerPoint2D& pos );
H A Ddx_impltools.hxx48 namespace com { namespace sun { namespace star { namespace geometry namespace
82 … const ::com::sun::star::geometry::AffineMatrix2D& rMatrix );
84 … Gdiplus::PointF gdiPlusPointFFromRealPoint2D( const ::com::sun::star::geometry::RealPoint2D& );
85 … Gdiplus::RectF gdiPlusRectFFromRectangle2D( const ::com::sun::star::geometry::RealRectangle2D& );
86 …Gdiplus::Rect gdiPlusRectFromIntegerRectangle2D( const ::com::sun::star::geometry::IntegerRectang…
89 … ::com::sun::star::geometry::RealPoint2D realPoint2DFromGdiPlusPointF( const Gdiplus::PointF& );
90 …::com::sun::star::geometry::RealRectangle2D realRectangle2DFromGdiPlusRectF( const Gdiplus::RectF&…
101 … ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealPoint2D > >& );
H A Ddx_devicehelper.hxx64 ::com::sun::star::geometry::RealSize2D getPhysicalResolution();
65 ::com::sun::star::geometry::RealSize2D getPhysicalSize();
68 …star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealPoint2D > >&…
71 …star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealBezierSegmen…
74 const ::com::sun::star::geometry::IntegerSize2D& size );
77 const ::com::sun::star::geometry::IntegerSize2D& size );
80 const ::com::sun::star::geometry::IntegerSize2D& size );
83 const ::com::sun::star::geometry::IntegerSize2D& size );
/trunk/main/canvas/inc/canvas/
H A Dverifyinput.hxx39 namespace com { namespace sun { namespace star { namespace geometry namespace
95 … CANVASTOOLS_DLLPUBLIC void verifyInput( const ::com::sun::star::geometry::AffineMatrix2D& rMatrix,
118 CANVASTOOLS_DLLPUBLIC void verifyInput( const ::com::sun::star::geometry::Matrix2D& rMatrix,
141 … CANVASTOOLS_DLLPUBLIC void verifyInput( const ::com::sun::star::geometry::RealPoint2D& rPoint,
164 CANVASTOOLS_DLLPUBLIC void verifyInput( const ::com::sun::star::geometry::RealSize2D& rSize,
210 … CANVASTOOLS_DLLPUBLIC void verifyInput( const ::com::sun::star::geometry::RealPoint2D& rPoint,
233 … CANVASTOOLS_DLLPUBLIC void verifyInput( const ::com::sun::star::geometry::RealRectangle2D& rRect,
678 const ::com::sun::star::geometry::IntegerSize2D& size );
690 const ::com::sun::star::geometry::IntegerSize2D& size );
698 …CANVASTOOLS_DLLPUBLIC void verifyBitmapSize( const ::com::sun::star::geometry::IntegerSize2D& size,
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx52 …Primitive2DSequence PolyPolygonHairlinePrimitive2D::create2DDecomposition(const geometry::ViewInfo… in create2DDecomposition()
94 …basegfx::B2DRange PolyPolygonHairlinePrimitive2D::getB2DRange(const geometry::ViewInformation2D& /… in getB2DRange()
112 …Primitive2DSequence PolyPolygonMarkerPrimitive2D::create2DDecomposition(const geometry::ViewInform… in create2DDecomposition()
167 …basegfx::B2DRange PolyPolygonMarkerPrimitive2D::getB2DRange(const geometry::ViewInformation2D& /*r… in getB2DRange()
185 …Primitive2DSequence PolyPolygonStrokePrimitive2D::create2DDecomposition(const geometry::ViewInform… in create2DDecomposition()
244 …basegfx::B2DRange PolyPolygonStrokePrimitive2D::getB2DRange(const geometry::ViewInformation2D& /*r… in getB2DRange()
341 …basegfx::B2DRange PolyPolygonStrokeArrowPrimitive2D::getB2DRange(const geometry::ViewInformation2D… in getB2DRange()
391 …basegfx::B2DRange PolyPolygonColorPrimitive2D::getB2DRange(const geometry::ViewInformation2D& /*rV… in getB2DRange()
481 …Primitive2DSequence PolyPolygonHatchPrimitive2D::create2DDecomposition(const geometry::ViewInforma… in create2DDecomposition()
559 …Primitive2DSequence PolyPolygonGraphicPrimitive2D::create2DDecomposition(const geometry::ViewInfor… in create2DDecomposition()
[all …]
H A Dbaseprimitive2d.cxx55 …basegfx::B2DRange BasePrimitive2D::getB2DRange(const geometry::ViewInformation2D& rViewInformation… in getB2DRange()
60 …Primitive2DSequence BasePrimitive2D::get2DDecomposition(const geometry::ViewInformation2D& /*rView… in get2DDecomposition()
67 const geometry::ViewInformation2D aViewInformation(rViewParameters); in getDecomposition()
71 …com::sun::star::geometry::RealRectangle2D SAL_CALL BasePrimitive2D::getRange( const uno::Sequence<… in getRange()
73 const geometry::ViewInformation2D aViewInformation(rViewParameters); in getRange()
85 …Primitive2DSequence BufferedDecompositionPrimitive2D::create2DDecomposition(const geometry::ViewIn… in create2DDecomposition()
96 …Primitive2DSequence BufferedDecompositionPrimitive2D::get2DDecomposition(const geometry::ViewInfor… in get2DDecomposition()
140 …eFromPrimitive2DReference(const Primitive2DReference& rCandidate, const geometry::ViewInformation2… in getB2DRangeFromPrimitive2DReference()
166 …ngeFromPrimitive2DSequence(const Primitive2DSequence& rCandidate, const geometry::ViewInformation2… in getB2DRangeFromPrimitive2DSequence()
/trunk/main/drawinglayer/source/primitive3d/
H A Dbaseprimitive3d.cxx55 …basegfx::B3DRange BasePrimitive3D::getB3DRange(const geometry::ViewInformation3D& rViewInformation… in getB3DRange()
60 …Primitive3DSequence BasePrimitive3D::get3DDecomposition(const geometry::ViewInformation3D& /*rView… in get3DDecomposition()
67 const geometry::ViewInformation3D aViewInformation(rViewParameters); in getDecomposition()
71 …com::sun::star::geometry::RealRectangle3D SAL_CALL BasePrimitive3D::getRange( const uno::Sequence<… in getRange()
73 const geometry::ViewInformation3D aViewInformation(rViewParameters); in getRange()
85 …Primitive3DSequence BufferedDecompositionPrimitive3D::create3DDecomposition(const geometry::ViewIn… in create3DDecomposition()
96 …Primitive3DSequence BufferedDecompositionPrimitive3D::get3DDecomposition(const geometry::ViewInfor… in get3DDecomposition()
119 …eFromPrimitive3DReference(const Primitive3DReference& rCandidate, const geometry::ViewInformation3… in getB3DRangeFromPrimitive3DReference()
145 …ngeFromPrimitive3DSequence(const Primitive3DSequence& rCandidate, const geometry::ViewInformation3… in getB3DRangeFromPrimitive3DSequence()
/trunk/main/canvas/inc/canvas/rendering/
H A Dbitmap.hxx87 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
92 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
97 const ::com::sun::star::geometry::IntegerPoint2D& pos );
101 const ::com::sun::star::geometry::IntegerPoint2D& pos );
179 void drawPoint( const ::com::sun::star::geometry::RealPoint2D& aPoint,
183 void drawLine( const ::com::sun::star::geometry::RealPoint2D& aStartPoint,
184 const ::com::sun::star::geometry::RealPoint2D& aEndPoint,
188 void drawBezier( const ::com::sun::star::geometry::RealBezierSegment2D& aBezierSegment,
189 const ::com::sun::star::geometry::RealPoint2D& aEndPoint,
240 ::com::sun::star::geometry::XMapping2D >& xMapping,
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DXSimpleCanvas.idl30 #include <com/sun/star/geometry/RealPoint2D.idl>
33 #include <com/sun/star/geometry/RealRectangle2D.idl>
36 #include <com/sun/star/geometry/AffineMatrix2D.idl>
136 void drawPixel( [in] ::com::sun::star::geometry::RealPoint2D aPoint );
142 void drawLine( [in] ::com::sun::star::geometry::RealPoint2D aStartPoint,
143 [in] ::com::sun::star::geometry::RealPoint2D aEndPoint );
149 void drawRect( [in] ::com::sun::star::geometry::RealRectangle2D aRect );
177 [in] ::com::sun::star::geometry::RealPoint2D aOutPos,
191 [in] ::com::sun::star::geometry::RealPoint2D aLeftTop );
248 com::sun::star::geometry::RealRectangle2D getCurrentClipRect();
[all …]
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx201 const geometry::RealPoint2D& aPoint, in drawPoint()
223 const geometry::RealPoint2D& aStartRealPoint2D, in drawLine()
224 const geometry::RealPoint2D& aEndRealPoint2D, in drawLine()
248 const geometry::RealBezierSegment2D& aBezierSegment, in drawBezier()
249 const geometry::RealPoint2D& _aEndPoint, in drawBezier()
912 const geometry::RealRectangle2D& , in copyRect()
915 const geometry::RealRectangle2D& , in copyRect()
922 geometry::IntegerSize2D CanvasHelper::getSize() in getSize()
925 return geometry::IntegerSize2D(); // we're disposed in getSize()
1008 const geometry::IntegerRectangle2D& rect ) in setData()
[all …]
H A Ddevicehelper.hxx57 ::com::sun::star::geometry::RealSize2D getPhysicalResolution();
58 ::com::sun::star::geometry::RealSize2D getPhysicalSize();
61 …star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealPoint2D > >&…
64 …star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealBezierSegmen…
67 const ::com::sun::star::geometry::IntegerSize2D& size );
70 const ::com::sun::star::geometry::IntegerSize2D& size );
73 const ::com::sun::star::geometry::IntegerSize2D& size );
76 const ::com::sun::star::geometry::IntegerSize2D& size );
/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.cxx96 geometry::RealRectangle2D GetBoundingBox (
555 return geometry::RealSize2D( in GetSize()
661 geometry::AffineMatrix2D(1,0,0, 0,1,0), in windowPaint()
875 geometry::RealSize2D aTotalSize (0,0); in Layout()
942 geometry::RealRectangle2D aBoundingBox( in Layout()
968 geometry::RealSize2D aTotalSize (0,0); in CalculatePartSize()
1006 const geometry::RealSize2D& rPartSize, in LayoutPart()
2022 geometry::AffineMatrix2D(1,0,nX, 0,1,nY), in Paint()
2056 return geometry::RealRectangle2D(0,0,0,0); in GetBoundingBox()
2339 geometry::AffineMatrix2D(1,0,0, 0,1,0), in Paint()
[all …]
H A DPresenterUIPainter.cxx56 geometry::IntegerSize2D aLeftBitmapSize; in PaintHorizontalBitmapComposite()
59 geometry::IntegerSize2D aCenterBitmapSize; in PaintHorizontalBitmapComposite()
62 geometry::IntegerSize2D aRightBitmapSize; in PaintHorizontalBitmapComposite()
68 geometry::AffineMatrix2D(1,0,0, 0,1,0), in PaintHorizontalBitmapComposite()
72 geometry::AffineMatrix2D(1,0,0, 0,1,0), in PaintHorizontalBitmapComposite()
161 geometry::IntegerSize2D aTopBitmapSize; in PaintVerticalBitmapComposite()
164 geometry::IntegerSize2D aCenterBitmapSize; in PaintVerticalBitmapComposite()
167 geometry::IntegerSize2D aBottomBitmapSize; in PaintVerticalBitmapComposite()
173 geometry::AffineMatrix2D(1,0,0, 0,1,0), in PaintVerticalBitmapComposite()
177 geometry::AffineMatrix2D(1,0,0, 0,1,0), in PaintVerticalBitmapComposite()
H A DPresenterHelpView.cxx70 geometry::RealSize2D maSize;
90 const geometry::RealRectangle2D& rBBox,
321 geometry::AffineMatrix2D(1,0,0, 0,1,0), in Paint()
325 geometry::AffineMatrix2D(1,0,0, 0,1,0), in Paint()
332 geometry::RealPoint2D(aWindowBox.Width/2, gnVerticalBorder), in Paint()
339 geometry::RealPoint2D(0, mnSeparatorY), in Paint()
340 geometry::RealPoint2D(aWindowBox.Width, mnSeparatorY), in Paint()
352 geometry::RealRectangle2D( in Paint()
363 geometry::RealRectangle2D( in Paint()
547 mpCloseButton->SetCenter(geometry::RealPoint2D( in Resize()
[all …]
H A DPresenterButton.cxx197 void PresenterButton::SetCenter (const css::geometry::RealPoint2D& rLocation) in SetCenter()
254 css::geometry::IntegerSize2D PresenterButton::GetSize (void) in GetSize()
324 geometry::AffineMatrix2D(1,0,0, 0,1,0), in windowPaint()
327 geometry::AffineMatrix2D(1,0,0, 0,1,0), in windowPaint()
437 css::geometry::IntegerSize2D PresenterButton::CalculateButtonSize (void) in CalculateButtonSize()
442 return geometry::IntegerSize2D(-1,-1); in CalculateButtonSize()
446 return geometry::IntegerSize2D ( in CalculateButtonSize()
456 const geometry::IntegerSize2D& rSize, in RenderButton()
482 const geometry::RealRectangle2D aTextBBox (xLayout->queryTextBounds()); in RenderButton()
484 rendering::RenderState aRenderState (geometry::AffineMatrix2D(1,0,0, 0,1,0), NULL, in RenderButton()
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dbaseprimitive3d.hxx50 namespace drawinglayer { namespace geometry { namespace
106 virtual basegfx::B3DRange getB3DRange(const geometry::ViewInformation3D& rViewInformation) const;
114 …virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation…
128 …virtual ::com::sun::star::geometry::RealRectangle3D SAL_CALL getRange( const ::com::sun::star::uno…
165 …virtual Primitive3DSequence create3DDecomposition(const geometry::ViewInformation3D& rViewInformat…
177 …virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation…
190 …eFromPrimitive3DReference(const Primitive3DReference& rCandidate, const geometry::ViewInformation3…
193 …ngeFromPrimitive3DSequence(const Primitive3DSequence& rCandidate, const geometry::ViewInformation3…
/trunk/main/basegfx/inc/basegfx/tools/
H A Dunopolypolygon.hxx53 …virtual void SAL_CALL addPolyPolygon( const ::com::sun::star::geometry::RealPoint2D& position, con…
62 …star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealPoint2D > > …
63 …star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealPoint2D > >&…
64 …virtual ::com::sun::star::geometry::RealPoint2D SAL_CALL getPoint( ::sal_Int32 nPolygonIndex, ::sa…
65 …virtual void SAL_CALL setPoint( const ::com::sun::star::geometry::RealPoint2D& point, ::sal_Int32 …
68 …star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealBezierSegmen…
69 …star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealBezierSegmen…
70 …virtual ::com::sun::star::geometry::RealBezierSegment2D SAL_CALL getBezierSegment( ::sal_Int32 nPo…
71 …virtual void SAL_CALL setBezierSegment( const ::com::sun::star::geometry::RealBezierSegment2D& poi…
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx185 test( xBmp->getScaledBitmap( geometry::RealSize2D(500,500), sal_False ).is(), in checkCanvasBitmap()
209 uno::Sequence<sal_Int8> aPixelData2 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(0,0) ); in checkCanvasBitmap()
214 aPixelData = xBmp->getData(aLayout, geometry::IntegerRectangle2D(0,0,200,1)); in checkCanvasBitmap()
295 aPixel4 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(5,0) ); in checkCanvasBitmap()
336 test( xBmp->getScaledBitmap( geometry::RealSize2D(500,500), sal_False ).is(), in checkBitmapImport()
365 aPixelData = xBmp->getData(aLayout, geometry::IntegerRectangle2D(0,0,200,1)); in checkBitmapImport()
446 aPixel4 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(5,0) ); in checkBitmapImport()
466 geometry::IntegerSize2D maSize;
826 TestBitmap( const geometry::IntegerSize2D& rSize, bool bPalette ) : in TestBitmap()
956 new TestBitmap( geometry::IntegerSize2D(10,10), true )); in Paint()
[all …]
/trunk/main/drawinglayer/source/geometry/
H A Dviewinformation3d.cxx42 namespace geometry namespace
51 friend class ::drawinglayer::geometry::ViewInformation3D;
161 com::sun::star::geometry::AffineMatrix3D aAffineMatrix3D; in impInterpretPropertyValues()
167 com::sun::star::geometry::AffineMatrix3D aAffineMatrix3D; in impInterpretPropertyValues()
181 com::sun::star::geometry::AffineMatrix3D aAffineMatrix3D; in impInterpretPropertyValues()
216 com::sun::star::geometry::AffineMatrix3D aAffineMatrix3D; in impInterpretPropertyValues()
273 com::sun::star::geometry::AffineMatrix3D aAffineMatrix3D; in impFillViewInformationFromContent()
282 com::sun::star::geometry::AffineMatrix3D aAffineMatrix3D; in impFillViewInformationFromContent()
291 com::sun::star::geometry::AffineMatrix3D aAffineMatrix3D; in impFillViewInformationFromContent()
328 com::sun::star::geometry::AffineMatrix3D aAffineMatrix3D; in impFillViewInformationFromContent()
[all …]

Completed in 130 milliseconds

12345678910>>...22