Home
last modified time | relevance | path

Searched refs:rPolygon (Results 1 – 25 of 64) sorted by relevance

123

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx61 sal_uInt32 nCount(rPolygon.count()); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
66 const bool bControls(rPolygon.areControlPointsUsed()); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
67 basegfx::B2DPoint aCurr(rPolygon.getB2DPoint(0)); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
76 …if(bControls && (rPolygon.isNextControlPointUsed(a) || rPolygon.isPrevControlPointUsed(nNextIndex)… in impAddB2DPolygonToGDIPlusGraphicsPathReal()
107 sal_uInt32 nCount(rPolygon.count()); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
112 const bool bControls(rPolygon.areControlPointsUsed()); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
113 basegfx::B2DPoint aCurr(rPolygon.getB2DPoint(0)); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
122 …if(bControls && (rPolygon.isNextControlPointUsed(a) || rPolygon.isPrevControlPointUsed(nNextIndex)… in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
217 const basegfx::B2DPolygon& rPolygon, in drawPolyLine() argument
223 const sal_uInt32 nCount(rPolygon.count()); in drawPolyLine()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygon.cxx71 void setB2DPolygon(sal_uInt32 nIndex, const basegfx::B2DPolygon& rPolygon) in setB2DPolygon() argument
73 maPolygons[nIndex] = rPolygon; in setB2DPolygon()
83 maPolygons.insert(aIndex, nCount, rPolygon); in insert()
211 B2DPolyPolygon::B2DPolyPolygon(const B2DPolygon& rPolygon) : in B2DPolyPolygon() argument
212 mpPolyPolygon( ImplB2DPolyPolygon(rPolygon) ) in B2DPolyPolygon()
261 if(getB2DPolygon(nIndex) != rPolygon) in setB2DPolygon()
262 mpPolyPolygon->setB2DPolygon(nIndex, rPolygon); in setB2DPolygon()
269 const B2DPolygon& rPolygon = mpPolyPolygon->getB2DPolygon(a); in areControlPointsUsed() local
271 if(rPolygon.areControlPointsUsed()) in areControlPointsUsed()
285 mpPolyPolygon->insert(nIndex, rPolygon, nCount); in insert()
[all …]
H A Db3dpolypolygon.cxx72 void setB3DPolygon(sal_uInt32 nIndex, const ::basegfx::B3DPolygon& rPolygon) in setB3DPolygon() argument
74 maPolygons[nIndex] = rPolygon; in setB3DPolygon()
84 maPolygons.insert(aIndex, nCount, rPolygon); in insert()
220 B3DPolyPolygon::B3DPolyPolygon(const B3DPolygon& rPolygon) : in B3DPolyPolygon() argument
221 mpPolyPolygon( ImplB3DPolyPolygon(rPolygon) ) in B3DPolyPolygon()
266 void B3DPolyPolygon::setB3DPolygon(sal_uInt32 nIndex, const B3DPolygon& rPolygon) in setB3DPolygon() argument
270 if(getB3DPolygon(nIndex) != rPolygon) in setB3DPolygon()
271 mpPolyPolygon->setB3DPolygon(nIndex, rPolygon); in setB3DPolygon()
348 mpPolyPolygon->insert(nIndex, rPolygon, nCount); in insert()
351 void B3DPolyPolygon::append(const B3DPolygon& rPolygon, sal_uInt32 nCount) in append() argument
[all …]
H A Db2dpolygon.cxx1205 B2DPolygon::B2DPolygon(const B2DPolygon& rPolygon) in B2DPolygon() argument
1206 : mpPolygon(rPolygon.mpPolygon) in B2DPolygon()
1209 B2DPolygon::B2DPolygon(const B2DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount) in B2DPolygon() argument
1210 : mpPolygon(ImplB2DPolygon(*rPolygon.mpPolygon, nIndex, nCount)) in B2DPolygon()
1221 B2DPolygon& B2DPolygon::operator=(const B2DPolygon& rPolygon) in operator =() argument
1223 mpPolygon = rPolygon.mpPolygon; in operator =()
1232 bool B2DPolygon::operator==(const B2DPolygon& rPolygon) const in operator ==()
1234 if(mpPolygon.same_object(rPolygon.mpPolygon)) in operator ==()
1237 return ((*mpPolygon) == (*rPolygon.mpPolygon)); in operator ==()
1240 bool B2DPolygon::operator!=(const B2DPolygon& rPolygon) const in operator !=()
[all …]
H A Db3dpolygon.cxx1542 B3DPolygon::B3DPolygon(const B3DPolygon& rPolygon) : in B3DPolygon() argument
1543 mpPolygon(rPolygon.mpPolygon) in B3DPolygon()
1547 B3DPolygon::B3DPolygon(const B3DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount) : in B3DPolygon() argument
1548 mpPolygon(ImplB3DPolygon(*rPolygon.mpPolygon, nIndex, nCount)) in B3DPolygon()
1559 B3DPolygon& B3DPolygon::operator=(const B3DPolygon& rPolygon) in operator =() argument
1561 mpPolygon = rPolygon.mpPolygon; in operator =()
1570 bool B3DPolygon::operator==(const B3DPolygon& rPolygon) const in operator ==()
1572 if(mpPolygon.same_object(rPolygon.mpPolygon)) in operator ==()
1575 return (*mpPolygon == *rPolygon.mpPolygon); in operator ==()
1578 bool B3DPolygon::operator!=(const B3DPolygon& rPolygon) const in operator !=()
[all …]
H A Db2dpolygontools.cxx456 bool isInside(const B2DPolygon& rCandidate, const B2DPolygon& rPolygon, bool bWithBorder) in isInside() argument
459 …const B2DPolygon aPolygon(rPolygon.areControlPointsUsed() ? rPolygon.getDefaultAdaptiveSubdivision… in isInside()
3777 const B2DPolygon& rPolygon, in B2DPolygonToUnoPointSequence() argument
3780 B2DPolygon aPolygon(rPolygon); in B2DPolygonToUnoPointSequence()
3928 const B2DPolygon& rPolygon, in B2DPolygonToUnoPolygonBezierCoords() argument
3932 const sal_uInt32 nPointCount(rPolygon.count()); in B2DPolygonToUnoPolygonBezierCoords()
3936 const bool bCurve(rPolygon.areControlPointsUsed()); in B2DPolygonToUnoPolygonBezierCoords()
3937 const bool bClosed(rPolygon.isClosed()); in B2DPolygonToUnoPolygonBezierCoords()
3960 aBezierSegment.setStartPoint(rPolygon.getB2DPoint(0)); in B2DPolygonToUnoPolygonBezierCoords()
3974 aBezierSegment.setEndPoint(rPolygon.getB2DPoint(nNextIndex)); in B2DPolygonToUnoPolygonBezierCoords()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolygonprimitive2d.cxx48 const basegfx::B2DPolygon& rPolygon, in PolygonHairlinePrimitive2D() argument
51 maPolygon(rPolygon), in PolygonHairlinePrimitive2D()
136 const basegfx::B2DPolygon& rPolygon, in PolygonMarkerPrimitive2D() argument
141 maPolygon(rPolygon), in PolygonMarkerPrimitive2D()
307 const basegfx::B2DPolygon& rPolygon, in PolygonStrokePrimitive2D() argument
311 maPolygon(rPolygon), in PolygonStrokePrimitive2D()
318 const basegfx::B2DPolygon& rPolygon, in PolygonStrokePrimitive2D() argument
321 maPolygon(rPolygon), in PolygonStrokePrimitive2D()
441 const basegfx::B2DPolygon& rPolygon, in PolygonWavePrimitive2D() argument
462 const basegfx::B2DPolygon& rPolygon, in PolygonWavePrimitive2D() argument
[all …]
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx576 rPolygon[ i ] = ImplMap( rPolygon[ i ] ); in ImplMap()
578 return rPolygon; in ImplMap()
1343 ImplMap( rPolygon ); in DrawPolygon()
1345 aPathObj.AddPolygon( rPolygon ); in DrawPolygon()
1364 if ( rPolygon[ nCount - 1 ] != rPolygon[ 0 ] ) in DrawPolygon()
1418 ImplMap( rPolygon ); in DrawPolyLine()
1421 rPolygon[ 0 ] = maActPos; in DrawPolyLine()
1422 maActPos = rPolygon[ rPolygon.GetSize() - 1 ]; in DrawPolyLine()
1425 aPathObj.AddPolyLine( rPolygon ); in DrawPolyLine()
1442 ImplMap( rPolygon ); in DrawPolyBezier()
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dpolygonprimitive2d.hxx63 const basegfx::B2DPolygon& rPolygon,
121 const basegfx::B2DPolygon& rPolygon,
179 const basegfx::B2DPolygon& rPolygon,
185 const basegfx::B2DPolygon& rPolygon,
231 const basegfx::B2DPolygon& rPolygon,
239 const basegfx::B2DPolygon& rPolygon,
287 const basegfx::B2DPolygon& rPolygon,
295 const basegfx::B2DPolygon& rPolygon,
/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx225 basegfx::B2DPolygon& rPolygon = static_cast<GgoData*>(pData)->maPolygon; in MyCGPathApplierFunc() local
226 const int nPointCount = rPolygon.count(); in MyCGPathApplierFunc()
233 static_cast<GgoData*>(pData)->mpPolyPoly->append( rPolygon ); in MyCGPathApplierFunc()
234 rPolygon.clear(); in MyCGPathApplierFunc()
240 rPolygon.append( basegfx::B2DPoint( +pElement->points[0].x, -pElement->points[0].y ) ); in MyCGPathApplierFunc()
243 rPolygon.append( basegfx::B2DPoint( +pElement->points[2].x, -pElement->points[2].y ) ); in MyCGPathApplierFunc()
244rPolygon.setNextControlPoint( nPointCount-1, basegfx::B2DPoint( pElement->points[0].x, -pElement->… in MyCGPathApplierFunc()
248 const basegfx::B2DPoint aStartPt = rPolygon.getB2DPoint( nPointCount-1 ); in MyCGPathApplierFunc()
253 rPolygon.append( basegfx::B2DPoint( +pElement->points[1].x, -pElement->points[1].y ) ); in MyCGPathApplierFunc()
254 rPolygon.setNextControlPoint( nPointCount-1, aCtrPt1 ); in MyCGPathApplierFunc()
[all …]
H A Datsfonts.cxx270 basegfx::B2DPolygon& rPolygon = static_cast<GgoData*>(pData)->maPolygon; in GgoLineToProc() local
272 rPolygon.append( aB2DPoint ); in GgoLineToProc()
279 basegfx::B2DPolygon& rPolygon = static_cast<GgoData*>(pData)->maPolygon; in GgoCurveToProc() local
280 const sal_uInt32 nPointCount = rPolygon.count(); in GgoCurveToProc()
282 rPolygon.setNextControlPoint( nPointCount-1, aB2DControlPoint1 ); in GgoCurveToProc()
284 rPolygon.append( aB2DEndPoint ); in GgoCurveToProc()
286 rPolygon.setPrevControlPoint( nPointCount, aB2DControlPoint2 ); in GgoCurveToProc()
293 basegfx::B2DPolygon& rPolygon = pGgoData->maPolygon; in GgoClosePathProc() local
294 if( rPolygon.count() > 0 ) in GgoClosePathProc()
295 pGgoData->mpPolyPoly->append( rPolygon ); in GgoClosePathProc()
[all …]
H A Dsalgdi.cxx458 const int nPointCount = rPolygon.count(); in AddPolygonToPath()
465 const bool bHasCurves = rPolygon.areControlPointsUsed(); in AddPolygonToPath()
478 ::basegfx::B2DPoint aPoint = rPolygon.getB2DPoint( nClosedIdx ); in AddPolygonToPath()
498 bPendingCurve = rPolygon.isNextControlPointUsed( nPrevIdx ); in AddPolygonToPath()
499 bPendingCurve |= rPolygon.isPrevControlPointUsed( nClosedIdx ); in AddPolygonToPath()
506 basegfx::B2DPoint aCP1 = rPolygon.getNextControlPoint( nPrevIdx ); in AddPolygonToPath()
507 basegfx::B2DPoint aCP2 = rPolygon.getPrevControlPoint( nClosedIdx ); in AddPolygonToPath()
532 const ::basegfx::B2DPolygon rPolygon = rPolyPoly.getB2DPolygon( nPolyIdx ); in AddPolyPolygonToPath() local
533 AddPolygonToPath( xPath, rPolygon, true, bPixelSnap, bLineDraw ); in AddPolyPolygonToPath()
947 const ::basegfx::B2DPolygon rPolygon = rPolyPoly.getB2DPolygon( nPolyIdx ); in drawPolyPolygon() local
[all …]
/trunk/main/chart2/source/view/main/
H A DClipping.cxx208 void Clipping::clipPolygonAtRectangle( const drawing::PolyPolygonShape3D& rPolygon in clipPolygonAtRectangle() argument
217 if(!rPolygon.SequenceX.getLength()) in clipPolygonAtRectangle()
222 ::basegfx::B3DRange a3DRange( BaseGFXHelper::getBoundVolume( rPolygon ) ); in clipPolygonAtRectangle()
226 aResult = rPolygon; in clipPolygonAtRectangle()
245 sal_Int32 nOldPolyCount = rPolygon.SequenceX.getLength(); in clipPolygonAtRectangle()
248 sal_Int32 nOldPointCount = rPolygon.SequenceX[nOldPolyIndex].getLength(); in clipPolygonAtRectangle()
256 aFrom = getPointFromPoly(rPolygon,nOldPoint-1,nOldPolyIndex); in clipPolygonAtRectangle()
257 aTo = getPointFromPoly(rPolygon,nOldPoint,nOldPolyIndex); in clipPolygonAtRectangle()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygonprimitive3d.cxx45 const basegfx::B3DPolygon& rPolygon, in PolygonHairlinePrimitive3D() argument
48 maPolygon(rPolygon), in PolygonHairlinePrimitive3D()
140 const basegfx::B3DPolygon& rPolygon, in PolygonStrokePrimitive3D() argument
144 maPolygon(rPolygon), in PolygonStrokePrimitive3D()
151 const basegfx::B3DPolygon& rPolygon, in PolygonStrokePrimitive3D() argument
154 maPolygon(rPolygon), in PolygonStrokePrimitive3D()
H A Dsdrextrudelathetools3d.cxx72 basegfx::B2DPolyPolygon& rPolygon, in impGetOuterPolyPolygon() argument
77 rOuterPolyPolygon = rPolygon; in impGetOuterPolyPolygon()
86 const basegfx::B2DRange aRange(basegfx::tools::getRange(rPolygon)); in impGetOuterPolyPolygon()
87 rPolygon = basegfx::tools::growInNormalDirection(rPolygon, fOffset); in impGetOuterPolyPolygon()
88 const basegfx::B2DRange aGrownRange(basegfx::tools::getRange(rPolygon)); in impGetOuterPolyPolygon()
96 rPolygon.transform(aScaleTrans); in impGetOuterPolyPolygon()
103 rOuterPolyPolygon = basegfx::tools::growInNormalDirection(rPolygon, -fOffset); in impGetOuterPolyPolygon()
104 basegfx::tools::correctGrowShrinkPolygonPair(rPolygon, rOuterPolyPolygon); in impGetOuterPolyPolygon()
/trunk/main/filter/source/graphicfilter/icgm/
H A Doutact.cxx107 void CGMOutAct::RegPolyLine( Polygon& rPolygon, sal_Bool bReverse ) in RegPolyLine() argument
109 sal_uInt16 nPoints = rPolygon.GetSize(); in RegPolyLine()
116 mpPoints[ mnIndex + i ] = rPolygon.GetPoint( nPoints - i - 1 ); in RegPolyLine()
117 mpFlags[ mnIndex + i ] = (sal_Int8)rPolygon.GetFlags( nPoints - i - 1 ); in RegPolyLine()
124 mpPoints[ mnIndex + i ] = rPolygon.GetPoint( i ); in RegPolyLine()
125 mpFlags[ mnIndex + i ] = (sal_Int8)rPolygon.GetFlags( i ); in RegPolyLine()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygon.hxx61 B3DPolygon(const B3DPolygon& rPolygon);
62 B3DPolygon(const B3DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount);
66 B3DPolygon& operator=(const B3DPolygon& rPolygon);
72 bool operator==(const B3DPolygon& rPolygon) const;
73 bool operator!=(const B3DPolygon& rPolygon) const;
H A Db2dpolygon.hxx62 B2DPolygon(const B2DPolygon& rPolygon);
63 B2DPolygon(const B2DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount);
67 B2DPolygon& operator=(const B2DPolygon& rPolygon);
73 bool operator==(const B2DPolygon& rPolygon) const;
74 bool operator!=(const B2DPolygon& rPolygon) const;
H A Db2dpolypolygon.hxx56 explicit B2DPolyPolygon(const B2DPolygon& rPolygon);
73 void setB2DPolygon(sal_uInt32 nIndex, const B2DPolygon& rPolygon);
79 void insert(sal_uInt32 nIndex, const B2DPolygon& rPolygon, sal_uInt32 nCount = 1);
80 void append(const B2DPolygon& rPolygon, sal_uInt32 nCount = 1);
H A Db3dpolypolygon.hxx56 explicit B3DPolyPolygon(const B3DPolygon& rPolygon);
74 void setB3DPolygon(sal_uInt32 nIndex, const B3DPolygon& rPolygon);
91 void insert(sal_uInt32 nIndex, const B3DPolygon& rPolygon, sal_uInt32 nCount = 1);
92 void append(const B3DPolygon& rPolygon, sal_uInt32 nCount = 1);
/trunk/main/svgio/source/svgreader/
H A Dsvgtextpathnode.cxx71 const basegfx::B2DPolygon& rPolygon,
139 const basegfx::B2DPolygon& rPolygon, in pathTextBreakupHelper() argument
145 mrPolygon(rPolygon), in pathTextBreakupHelper()
150 mnMaxIndex(rPolygon.isClosed() ? rPolygon.count() : rPolygon.count() - 1), in pathTextBreakupHelper()
/trunk/main/chart2/source/tools/
H A DCommonConverters.cxx195 drawing::Position3D getPointFromPoly( const drawing::PolyPolygonShape3D& rPolygon, sal_Int32 nPoint… in getPointFromPoly() argument
199 if( nPolyIndex>=0 && nPolyIndex<rPolygon.SequenceX.getLength()) in getPointFromPoly()
201 if(nPointIndex<rPolygon.SequenceX[nPolyIndex].getLength()) in getPointFromPoly()
203 aRet.PositionX = rPolygon.SequenceX[nPolyIndex][nPointIndex]; in getPointFromPoly()
204 aRet.PositionY = rPolygon.SequenceY[nPolyIndex][nPointIndex]; in getPointFromPoly()
205 aRet.PositionZ = rPolygon.SequenceZ[nPolyIndex][nPointIndex]; in getPointFromPoly()
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dpolygonprimitive3d.hxx60 const basegfx::B3DPolygon& rPolygon,
110 const basegfx::B3DPolygon& rPolygon,
116 const basegfx::B3DPolygon& rPolygon,
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx202 void ImplWriteLine( const Polygon & rPolygon );
203 void ImplAddPath( const Polygon & rPolygon );
212 void ImplPolyLine( const Polygon & rPolygon );
1507 void PSWriter::ImplAddPath( const Polygon & rPolygon ) in ImplAddPath() argument
1510 sal_uInt16 nPointCount = rPolygon.GetSize(); in ImplAddPath()
1513 ImplMoveTo( rPolygon.GetPoint( 0 ) ); in ImplAddPath()
1516 if ( ( rPolygon.GetFlags( i ) == POLY_CONTROL ) in ImplAddPath()
1518 && ( rPolygon.GetFlags( i + 1 ) == POLY_CONTROL ) in ImplAddPath()
1519 && ( rPolygon.GetFlags( i + 2 ) != POLY_CONTROL ) ) in ImplAddPath()
1521 ImplCurveTo( rPolygon[ i ], rPolygon[ i + 1 ], rPolygon[ i + 2 ], PS_WRAP ); in ImplAddPath()
[all …]
/trunk/main/slideshow/source/engine/transitions/
H A Dclippingfunctor.cxx42 ClippingFunctor::ClippingFunctor(const ParametricPolyPolygonSharedPtr& rPolygon, in ClippingFunctor() argument
46 mpParametricPoly( rPolygon ), in ClippingFunctor()
55 ENSURE_OR_THROW( rPolygon, in ClippingFunctor()

Completed in 157 milliseconds

123