Home
last modified time | relevance | path

Searched refs:rPolygon (Results 26 – 50 of 64) sorted by relevance

123

/trunk/main/chart2/source/view/main/
H A DPlottingPositionHelper.cxx234 void PlottingPositionHelper::transformScaledLogicToScene( drawing::PolyPolygonShape3D& rPolygon ) c… in transformScaledLogicToScene()
237 for( sal_Int32 nS = rPolygon.SequenceX.getLength(); nS--;) in transformScaledLogicToScene()
239 drawing::DoubleSequence& xValues = rPolygon.SequenceX[nS]; in transformScaledLogicToScene()
240 drawing::DoubleSequence& yValues = rPolygon.SequenceY[nS]; in transformScaledLogicToScene()
241 drawing::DoubleSequence& zValues = rPolygon.SequenceZ[nS]; in transformScaledLogicToScene()
/trunk/main/svx/source/engine3d/
H A Dhelperminimaldepth3d.cxx96 const basegfx::B3DPolygon& rPolygon = rPrimitive.getB3DPolygon(); in processBasePrimitive3D() local
97 const sal_uInt32 nCount(rPolygon.count()); in processBasePrimitive3D()
101 …basegfx::B3DPoint aPointInView(getViewInformation3D().getObjectToView() * rPolygon.getB3DPoint(a)); in processBasePrimitive3D()
/trunk/main/tools/source/generic/
H A Dpoly.cxx2276 Polygon::Polygon(const basegfx::B2DPolygon& rPolygon) in Polygon() argument
2281 const bool bCurve(rPolygon.areControlPointsUsed()); in Polygon()
2282 const bool bClosed(rPolygon.isClosed()); in Polygon()
2283 sal_uInt32 nB2DLocalCount(rPolygon.count()); in Polygon()
2306 aBezier.setStartPoint(rPolygon.getB2DPoint(0)); in Polygon()
2319 aBezier.setEndPoint(rPolygon.getB2DPoint(nNextIndex)); in Polygon()
2320 aBezier.setControlPointA(rPolygon.getNextControlPoint(a)); in Polygon()
2321 aBezier.setControlPointB(rPolygon.getPrevControlPoint(nNextIndex)); in Polygon()
2338 const basegfx::B2VectorContinuity eCont(rPolygon.getContinuityInPoint(a)); in Polygon()
2364 const basegfx::B2DPoint aClosingPoint(rPolygon.getB2DPoint(nB2DLocalCount - 1L)); in Polygon()
[all …]
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx156 const basegfx::B2DPolygon& rPolygon, in createPolygonLinePrimitive() argument
165 if(!rPolygon.isClosed() && !rStroke.isDefault()) in createPolygonLinePrimitive()
171 …pNewLinePrimitive = new PolygonStrokeArrowPrimitive2D(rPolygon, aLineAttribute, aStrokeAttribute, … in createPolygonLinePrimitive()
176 pNewLinePrimitive = new PolygonStrokePrimitive2D(rPolygon, aLineAttribute, aStrokeAttribute); in createPolygonLinePrimitive()
/trunk/main/slideshow/source/engine/transitions/
H A Dshapetransitionfactory.cxx65 const ParametricPolyPolygonSharedPtr& rPolygon,
97 const ParametricPolyPolygonSharedPtr& rPolygon, in ClippingAnimation() argument
105 maClippingFunctor( rPolygon, in ClippingAnimation()
H A Dslidetransitionfactory.cxx315 const ParametricPolyPolygonSharedPtr& rPolygon, in ClippedSlideChange() argument
331 maClippingFunctor( rPolygon, in ClippedSlideChange()
H A Dclippingfunctor.hxx59 const ParametricPolyPolygonSharedPtr& rPolygon,
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dsdrdecompositiontools2d.hxx49 const basegfx::B2DPolyPolygon& rPolygon);
62 const basegfx::B2DPolyPolygon& rPolygon,
/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx741 void CGMImpressOutAct::DrawPolybezier( Polygon& rPolygon ) in DrawPolybezier() argument
743 sal_uInt16 nPoints = rPolygon.GetSize(); in DrawPolybezier()
764 *pInnerSequence++ = awt::Point( rPolygon[ i ].X(), rPolygon[ i ].Y() ); in DrawPolybezier()
765 *pInnerFlags++ = (drawing::PolygonFlags)rPolygon.GetFlags( i ); in DrawPolybezier()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx377 void DrawPolyLine( const Polygon& rPolygon );
378 void DrawPolygon( const Polygon& rPolygon );
379 void DrawPolyPolygon( const PolyPolygon& rPolygon );
443 void OS2METReader::DrawPolyLine( const Polygon& rPolygon ) in DrawPolyLine() argument
446 pVirDev->DrawPolyLine( rPolygon, aLineInfo ); in DrawPolyLine()
448 pVirDev->DrawPolyLine( rPolygon ); in DrawPolyLine()
451 void OS2METReader::DrawPolygon( const Polygon& rPolygon ) in DrawPolygon() argument
457 pVirDev->DrawPolygon( rPolygon ); in DrawPolygon()
459 pVirDev->DrawPolyLine( rPolygon, aLineInfo ); in DrawPolygon()
462 pVirDev->DrawPolygon( rPolygon ); in DrawPolygon()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dpolygon.cxx41 ViewContactOfE3dPolygon::ViewContactOfE3dPolygon(E3dPolygonObj& rPolygon) in ViewContactOfE3dPolygon() argument
42 : ViewContactOfE3d(rPolygon) in ViewContactOfE3dPolygon()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx591 Polygon& ImplMap( Polygon& rPolygon );
657 void DrawPolygon( Polygon& rPolygon, sal_Bool bRecordPath = sal_False );
659 …void DrawPolyLine( Polygon& rPolygon, sal_Bool bDrawTo = sal_False, sal_Bool bRecordPath = sal_…
/trunk/main/vcl/source/gdi/
H A Dregion.cxx343 Region::Region(const Polygon& rPolygon) in Region() argument
349 DBG_CHKOBJ( &rPolygon, Polygon, NULL ); in Region()
351 if(rPolygon.GetSize()) in Region()
353 ImplCreatePolyPolyRegion(rPolygon); in Region()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx145 double GetLength( const Polygon& rPolygon ) in GetLength() argument
148 if ( rPolygon.GetSize() > 1 ) in GetLength()
150 sal_uInt16 nCount = rPolygon.GetSize(); in GetLength()
152 fLength += ((Polygon&)rPolygon).CalcDistance( nCount, nCount - 1 ); in GetLength()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx75 …BASEGFX_DLLPUBLIC bool isInside(const B2DPolygon& rCandidate, const B2DPolygon& rPolygon, bool bWi…
551 const B2DPolygon& rPolygon,
H A Db2dtrapezoid.hxx110 const B2DPolygon& rPolygon,
/trunk/main/drawinglayer/source/processor2d/
H A Dhittestprocessor2d.cxx88 const basegfx::B2DPolygon& rPolygon, in checkHairlineHitWithTolerance() argument
91 basegfx::B2DPolygon aLocalPolygon(rPolygon); in checkHairlineHitWithTolerance()
/trunk/main/chart2/source/view/charttypes/
H A DAreaChart.cxx752 … drawing::PolyPolygonShape3D& rPolygon = (*aSeriesIter)->m_aPolyPolygonShape3D; in createShapes() local
754 if( 0<= rIndex && rIndex < rPolygon.SequenceX.getLength() ) in createShapes()
756 if( rPolygon.SequenceX[ rIndex ].getLength() ) in createShapes()
/trunk/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx1018 bool isInside(const B3DPolygon& rCandidate, const B3DPolygon& rPolygon, bool bWithBorder) in isInside() argument
1020 const sal_uInt32 nPointCount(rPolygon.count()); in isInside()
1024 const B3DPoint aTestPoint(rPolygon.getB3DPoint(a)); in isInside()
H A Db2dpolygoncutandtouch.cxx194 const temporaryPointVector& rPointVector, const B2DPolygon& rPolygon, in adaptAndTransferCutsWithBezierSegment() argument
202 const sal_uInt32 nEdgeCount(rPolygon.count() ? rPolygon.count() - 1L : 0L); in adaptAndTransferCutsWithBezierSegment()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx1213 const ::basegfx::B2DPolygon& rPolygon, in drawPolyLine()
1222 if( !bIsHairline && (rPolygon.count() > 1000) ) in drawPolyLine()
1239 basegfx::B2DPolygon aPolygon = rPolygon; in drawPolyLine()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx684 const basegfx::B3DPolygon& rPolygon, in PolygonTubePrimitive3D() argument
690 : PolygonHairlinePrimitive3D(rPolygon, rBColor), in PolygonTubePrimitive3D()
/trunk/main/svx/inc/svx/sdr/contact/
H A Dviewcontactofe3dpolygon.hxx46 ViewContactOfE3dPolygon(E3dPolygonObj& rPolygon);
/trunk/main/chart2/source/view/inc/
H A DClipping.hxx57 const ::com::sun::star::drawing::PolyPolygonShape3D& rPolygon
/trunk/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dhittestprocessor2d.hxx75 const basegfx::B2DPolygon& rPolygon,

Completed in 155 milliseconds

123