| /aoo4110/main/vcl/win/source/gdi/ | 
| H A D | salgdi_gdiplus.cxx | 59     sal_uInt32 nCount(rPolygon.count());  in impAddB2DPolygonToGDIPlusGraphicsPathReal()64         const bool bControls(rPolygon.areControlPointsUsed());  in impAddB2DPolygonToGDIPlusGraphicsPathReal()
 65         basegfx::B2DPoint aCurr(rPolygon.getB2DPoint(0));  in impAddB2DPolygonToGDIPlusGraphicsPathReal()
 74 …if(bControls && (rPolygon.isNextControlPointUsed(a) || rPolygon.isPrevControlPointUsed(nNextIndex)…  in impAddB2DPolygonToGDIPlusGraphicsPathReal()
 105     sal_uInt32 nCount(rPolygon.count());  in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
 110         const bool bControls(rPolygon.areControlPointsUsed());  in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
 111         basegfx::B2DPoint aCurr(rPolygon.getB2DPoint(0));  in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
 120 …if(bControls && (rPolygon.isNextControlPointUsed(a) || rPolygon.isPrevControlPointUsed(nNextIndex)…  in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
 215     const basegfx::B2DPolygon& rPolygon,   in drawPolyLine()  argument
 221     const sal_uInt32 nCount(rPolygon.count());  in drawPolyLine()
 [all …]
 
 | 
| /aoo4110/main/basegfx/source/polygon/ | 
| H A D | b2dpolypolygon.cxx | 71 	void setB2DPolygon(sal_uInt32 nIndex, const basegfx::B2DPolygon& rPolygon)  in setB2DPolygon()  argument73 		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 D | b3dpolypolygon.cxx | 72 	void setB3DPolygon(sal_uInt32 nIndex, const ::basegfx::B3DPolygon& rPolygon)  in setB3DPolygon()  argument74 		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 D | b2dpolygon.cxx | 1205 	B2DPolygon::B2DPolygon(const B2DPolygon& rPolygon)  in B2DPolygon()  argument1206 	:	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 D | b3dpolygon.cxx | 1542 	B3DPolygon::B3DPolygon(const B3DPolygon& rPolygon) :  in B3DPolygon()  argument1543         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 …]
 
 | 
| /aoo4110/main/drawinglayer/source/primitive2d/ | 
| H A D | polygonprimitive2d.cxx | 48 			const basegfx::B2DPolygon& rPolygon,   in PolygonHairlinePrimitive2D()  argument51 			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 …]
 
 | 
| /aoo4110/main/svtools/source/filter/wmf/ | 
| H A D | winmtf.cxx | 576 		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 …]
 
 | 
| /aoo4110/main/drawinglayer/inc/drawinglayer/primitive2d/ | 
| H A D | polygonprimitive2d.hxx | 63                 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,
 
 | 
| /aoo4110/main/vcl/aqua/source/gdi/ | 
| H A D | ctfonts.cxx | 225 	basegfx::B2DPolygon& rPolygon = static_cast<GgoData*>(pData)->maPolygon;  in MyCGPathApplierFunc()  local226 	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()
 244 …rPolygon.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 D | atsfonts.cxx | 270 	basegfx::B2DPolygon& rPolygon = static_cast<GgoData*>(pData)->maPolygon;  in GgoLineToProc()  local272 	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 D | salgdi.cxx | 458 	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 …]
 
 | 
| /aoo4110/main/chart2/source/view/main/ | 
| H A D | Clipping.cxx | 208 void Clipping::clipPolygonAtRectangle( const drawing::PolyPolygonShape3D& rPolygon  in clipPolygonAtRectangle()  argument217     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()
 
 | 
| /aoo4110/main/filter/source/graphicfilter/icgm/ | 
| H A D | outact.cxx | 107 void CGMOutAct::RegPolyLine( Polygon& rPolygon, sal_Bool bReverse )  in RegPolyLine()  argument109 	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()
 
 | 
| /aoo4110/main/drawinglayer/source/primitive3d/ | 
| H A D | polygonprimitive3d.cxx | 45 			const basegfx::B3DPolygon& rPolygon,   in PolygonHairlinePrimitive3D()  argument48 			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 D | sdrextrudelathetools3d.cxx | 72 		basegfx::B2DPolyPolygon& rPolygon,   in impGetOuterPolyPolygon()  argument77 		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()
 
 | 
| /aoo4110/main/basegfx/inc/basegfx/polygon/ | 
| H A D | b3dpolygon.hxx | 60 		B3DPolygon(const B3DPolygon& rPolygon);61 		B3DPolygon(const B3DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount);
 65 		B3DPolygon& operator=(const B3DPolygon& rPolygon);
 71 		bool operator==(const B3DPolygon& rPolygon) const;
 72 		bool operator!=(const B3DPolygon& rPolygon) const;
 
 | 
| H A D | b2dpolygon.hxx | 61 		B2DPolygon(const B2DPolygon& rPolygon);62 		B2DPolygon(const B2DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount);
 66 		B2DPolygon& operator=(const B2DPolygon& rPolygon);
 72 		bool operator==(const B2DPolygon& rPolygon) const;
 73 		bool operator!=(const B2DPolygon& rPolygon) const;
 
 | 
| H A D | b2dpolypolygon.hxx | 55 		explicit B2DPolyPolygon(const B2DPolygon& rPolygon);72 		void setB2DPolygon(sal_uInt32 nIndex, const B2DPolygon& rPolygon);
 78 		void insert(sal_uInt32 nIndex, const B2DPolygon& rPolygon, sal_uInt32 nCount = 1);
 79 		void append(const B2DPolygon& rPolygon, sal_uInt32 nCount = 1);
 
 | 
| H A D | b3dpolypolygon.hxx | 55 		explicit B3DPolyPolygon(const B3DPolygon& rPolygon);73 		void setB3DPolygon(sal_uInt32 nIndex, const B3DPolygon& rPolygon);
 90 		void insert(sal_uInt32 nIndex, const B3DPolygon& rPolygon, sal_uInt32 nCount = 1);
 91 		void append(const B3DPolygon& rPolygon, sal_uInt32 nCount = 1);
 
 | 
| /aoo4110/main/svgio/source/svgreader/ | 
| H A D | svgtextpathnode.cxx | 71                 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()
 
 | 
| /aoo4110/main/drawinglayer/inc/drawinglayer/primitive3d/ | 
| H A D | polygonprimitive3d.hxx | 60 				const basegfx::B3DPolygon& rPolygon, 110 				const basegfx::B3DPolygon& rPolygon,
 116 				const basegfx::B3DPolygon& rPolygon,
 
 | 
| /aoo4110/main/chart2/source/tools/ | 
| H A D | CommonConverters.cxx | 195 drawing::Position3D getPointFromPoly( const drawing::PolyPolygonShape3D& rPolygon, sal_Int32 nPoint…  in getPointFromPoly()  argument199     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()
 
 | 
| /aoo4110/main/slideshow/source/engine/transitions/ | 
| H A D | clippingfunctor.cxx | 42         ClippingFunctor::ClippingFunctor(const ParametricPolyPolygonSharedPtr&   rPolygon,  in ClippingFunctor()  argument46             mpParametricPoly( rPolygon ),  in ClippingFunctor()
 55             ENSURE_OR_THROW( rPolygon,  in ClippingFunctor()
 
 | 
| /aoo4110/main/filter/source/graphicfilter/eps/ | 
| H A D | eps.cxx | 202 	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 …]
 
 | 
| /aoo4110/main/svx/source/engine3d/ | 
| H A D | helperminimaldepth3d.cxx | 96            			const basegfx::B3DPolygon& rPolygon = rPrimitive.getB3DPolygon();  in processBasePrimitive3D()  local97                     const sal_uInt32 nCount(rPolygon.count());  in processBasePrimitive3D()
 101 …basegfx::B3DPoint aPointInView(getViewInformation3D().getObjectToView() * rPolygon.getB3DPoint(a));  in processBasePrimitive3D()
 
 |