Home
last modified time | relevance | path

Searched refs:B3DPolygon (Results 1 – 25 of 41) sorted by relevance

12

/AOO41X/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygontools.hxx38 class B3DPolygon;
52 void checkClosed(B3DPolygon& rCandidate);
56 sal_uInt32 getIndexOfPredecessor(sal_uInt32 nIndex, const B3DPolygon& rCandidate);
57 sal_uInt32 getIndexOfSuccessor(sal_uInt32 nIndex, const B3DPolygon& rCandidate);
60 B2VectorOrientation getOrientation(const B3DPolygon& rCandidate);
63 B3DRange getRange(const B3DPolygon& rCandidate);
66 B3DVector getNormal(const B3DPolygon& rCandidate);
69 B3DVector getPositiveOrientedNormal(const B3DPolygon& rCandidate);
72 double getSignedArea(const B3DPolygon& rCandidate);
75 double getArea(const B3DPolygon& rCandidate);
[all …]
H A Db3dpolygon.hxx36 class B3DPolygon;
49 class B3DPolygon class
59 B3DPolygon();
60 B3DPolygon(const B3DPolygon& rPolygon);
61 B3DPolygon(const B3DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount);
62 ~B3DPolygon();
65 B3DPolygon& operator=(const B3DPolygon& rPolygon);
71 bool operator==(const B3DPolygon& rPolygon) const;
72 bool operator!=(const B3DPolygon& rPolygon) const;
107 …void insert(sal_uInt32 nIndex, const B3DPolygon& rPoly, sal_uInt32 nIndex2 = 0, sal_uInt32 nCount …
[all …]
H A Db3dpolypolygon.hxx35 class B3DPolygon;
55 explicit B3DPolyPolygon(const B3DPolygon& rPolygon);
72 B3DPolygon getB3DPolygon(sal_uInt32 nIndex) const;
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);
H A Db3dpolygonclipper.hxx57 …B3DPolyPolygon clipPolygonOnOrthogonalPlane(const B3DPolygon& rCandidate, B3DOrientation ePlaneOrt…
65 …B3DPolyPolygon clipPolygonOnRange(const B3DPolygon& rCandidate, const B3DRange& rRange, bool bInsi…
69 …B3DPolyPolygon clipPolygonOnRange(const B3DPolygon& rCandidate, const B2DRange& rRange, bool bInsi…
77 …B3DPolyPolygon clipPolygonOnPlane(const B3DPolygon& rCandidate, const B3DPoint& rPointOnPlane, con…
H A Db2dpolygontools.hxx342B3DPolygon createB3DPolygonFromB2DPolygon(const B2DPolygon& rCandidate, double fZCoordinate = 0.0);
346 … B2DPolygon createB2DPolygonFromB3DPolygon(const B3DPolygon& rCandidate, const B3DHomMatrix& rMat);
/AOO41X/main/basegfx/source/polygon/
H A Db3dpolygon.cxx1534 namespace { struct DefaultPolygon : public rtl::Static< B3DPolygon::ImplType,
1537 B3DPolygon::B3DPolygon() : in B3DPolygon() function in basegfx::B3DPolygon
1542 B3DPolygon::B3DPolygon(const B3DPolygon& rPolygon) : in B3DPolygon() function in basegfx::B3DPolygon
1547 B3DPolygon::B3DPolygon(const B3DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount) : in B3DPolygon() function in basegfx::B3DPolygon
1555 B3DPolygon::~B3DPolygon() in ~B3DPolygon()
1559 B3DPolygon& B3DPolygon::operator=(const B3DPolygon& rPolygon) in operator =()
1565 void B3DPolygon::makeUnique() in makeUnique()
1570 bool B3DPolygon::operator==(const B3DPolygon& rPolygon) const in operator ==()
1578 bool B3DPolygon::operator!=(const B3DPolygon& rPolygon) const in operator !=()
1583 sal_uInt32 B3DPolygon::count() const in count()
[all …]
H A Db3dpolygontools.cxx45 void checkClosed(B3DPolygon& rCandidate) in checkClosed()
57 sal_uInt32 getIndexOfPredecessor(sal_uInt32 nIndex, const B3DPolygon& rCandidate) in getIndexOfPredecessor()
75 sal_uInt32 getIndexOfSuccessor(sal_uInt32 nIndex, const B3DPolygon& rCandidate) in getIndexOfSuccessor()
89 B3DRange getRange(const B3DPolygon& rCandidate) in getRange()
103 B3DVector getNormal(const B3DPolygon& rCandidate) in getNormal()
108 B3DVector getPositiveOrientedNormal(const B3DPolygon& rCandidate) in getPositiveOrientedNormal()
120 B2VectorOrientation getOrientation(const B3DPolygon& rCandidate) in getOrientation()
141 double getSignedArea(const B3DPolygon& rCandidate) in getSignedArea()
206 double getArea(const B3DPolygon& rCandidate) in getArea()
224 double getEdgeLength(const B3DPolygon& rCandidate, sal_uInt32 nIndex) in getEdgeLength()
[all …]
H A Db3dpolypolygon.cxx40 typedef ::std::vector< ::basegfx::B3DPolygon > PolygonVector;
49 ImplB3DPolyPolygon(const ::basegfx::B3DPolygon& rToBeCopied) : in ImplB3DPolyPolygon()
67 const ::basegfx::B3DPolygon& getB3DPolygon(sal_uInt32 nIndex) const in getB3DPolygon()
72 void setB3DPolygon(sal_uInt32 nIndex, const ::basegfx::B3DPolygon& rPolygon) in setB3DPolygon()
77 void insert(sal_uInt32 nIndex, const ::basegfx::B3DPolygon& rPolygon, sal_uInt32 nCount) in insert()
137 std::mem_fun_ref( &::basegfx::B3DPolygon::flip )); in flip()
144 std::mem_fun_ref( &::basegfx::B3DPolygon::removeDoublePoints )); in removeDoublePoints()
199 std::mem_fun_ref( &::basegfx::B3DPolygon::makeUnique )); in makeUnique()
220 B3DPolyPolygon::B3DPolyPolygon(const B3DPolygon& rPolygon) : in B3DPolyPolygon()
259 B3DPolygon B3DPolyPolygon::getB3DPolygon(sal_uInt32 nIndex) const in getB3DPolygon()
[all …]
H A Db3dpolygonclipper.cxx76 void impAppendCopy(B3DPolygon& rDest, const B3DPolygon& rSource, sal_uInt32 nIndex) in impAppendCopy()
96 …void impAppendInterpolate(B3DPolygon& rDest, const B3DPolygon& rSource, sal_uInt32 nIndA, sal_uInt… in impAppendInterpolate()
132 …B3DPolyPolygon clipPolygonOnOrthogonalPlane(const B3DPolygon& rCandidate, B3DOrientation ePlaneOrt… in clipPolygonOnOrthogonalPlane()
197 B3DPolygon aNewPolygon; in clipPolygonOnOrthogonalPlane()
319 …B3DPolyPolygon clipPolygonOnRange(const B3DPolygon& rCandidate, const B2DRange& rRange, bool bInsi… in clipPolygonOnRange()
417 …B3DPolyPolygon clipPolygonOnRange(const B3DPolygon& rCandidate, const B3DRange& rRange, bool bInsi… in clipPolygonOnRange()
487 …B3DPolyPolygon clipPolygonOnPlane(const B3DPolygon& rCandidate, const B3DPoint& rPointOnPlane, con… in clipPolygonOnPlane()
509 B3DPolygon aCandidate(rCandidate); in clipPolygonOnPlane()
H A Db3dpolypolygontools.cxx55 B3DPolygon aCandidate = rCandidate.getB3DPolygon(a); in getRange()
76 const B3DPolygon aCandidate(rCandidate.getB3DPolygon(a)); in applyLineDashing()
105 B3DPolygon aTemp; in createUnitCubePolyPolygon()
152 B3DPolygon aTemp; in createUnitCubeFillPolyPolygon()
302 B3DPolygon aNew; in createUnitSpherePolyPolygon()
318 B3DPolygon aNew; in createUnitSpherePolyPolygon()
397 B3DPolygon aNew; in createUnitSphereFillPolyPolygon()
503 const B3DPolygon aPolygon(rCandidate.getB3DPolygon(a)); in isInside()
528 const B3DPolygon aCandidate(rCandidateA.getB3DPolygon(a)); in equal()
564 basegfx::B3DPolygon aNewPolygon; in UnoPolyPolygonShape3DToB3DPolyPolygon()
[all …]
/AOO41X/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dpolygonprimitive3d.hxx52 basegfx::B3DPolygon maPolygon;
60 const basegfx::B3DPolygon& rPolygon,
64 const basegfx::B3DPolygon& getB3DPolygon() const { return maPolygon; } in getB3DPolygon()
95 basegfx::B3DPolygon maPolygon;
110 const basegfx::B3DPolygon& rPolygon,
116 const basegfx::B3DPolygon& rPolygon,
120 basegfx::B3DPolygon getB3DPolygon() const { return maPolygon; } in getB3DPolygon()
H A Dsdrextrudelathetools3d.hxx129 const basegfx::B3DPolygon& rLoopA,
130 const basegfx::B3DPolygon& rLoopB,
H A Dsdrlatheprimitive3d.hxx84 const basegfx::B3DPolygon& rLoopA,
85 const basegfx::B3DPolygon& rLoopB,
/AOO41X/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx123 const basegfx::B3DPolygon aSubA(rPolA.getB3DPolygon(a)); in impAddInBetweenFill()
124 const basegfx::B3DPolygon aSubB(rPolB.getB3DPolygon(a)); in impAddInBetweenFill()
153 basegfx::B3DPolygon aNew; in impAddInBetweenFill()
199 basegfx::B3DPolygon aSub(rCandidate.getB3DPolygon(a)); in impSetNormal()
220 basegfx::B3DPolygon aSubA(rPolA.getB3DPolygon(a)); in impCreateInBetweenNormals()
221 basegfx::B3DPolygon aSubB(rPolB.getB3DPolygon(a)); in impCreateInBetweenNormals()
304 basegfx::B3DPolygon aSubA(rPolA.getB3DPolygon(a)); in impMixNormals()
305 const basegfx::B3DPolygon aSubB(rPolB.getB3DPolygon(a)); in impMixNormals()
540 basegfx::B3DPolygon aNew; in extractHorizontalLinesFromSlice()
904 const basegfx::B3DPolygon& rLoopA, in createReducedOutlines()
[all …]
H A Dsdrextrudeprimitive3d.cxx163 const basegfx::B3DPolygon aCandidate(aVerLine.getB3DPolygon(a)); in create3DDecomposition()
191 … const basegfx::B3DPolygon aCandA(aReducedLoops.getB3DPolygon(b - 1)); in create3DDecomposition()
192 const basegfx::B3DPolygon aCandB(aReducedLoops.getB3DPolygon(b)); in create3DDecomposition()
295 basegfx::B3DPolygon aToBeAdded; in create3DDecomposition()
307 basegfx::B3DPolygon aToBeAdded; in create3DDecomposition()
319 basegfx::B3DPolygon aToBeAdded; in create3DDecomposition()
H A Dpolygonprimitive3d.cxx45 const basegfx::B3DPolygon& rPolygon, in PolygonHairlinePrimitive3D()
129 … const basegfx::B3DPolygon aCandidate = aHairLinePolyPolygon.getB3DPolygon(a); in create3DDecomposition()
140 const basegfx::B3DPolygon& rPolygon, in PolygonStrokePrimitive3D()
151 const basegfx::B3DPolygon& rPolygon, in PolygonStrokePrimitive3D()
H A Dpolygontubeprimitive3d.cxx77 basegfx::B3DPolygon aNewPolygon; in getLineTubeSegments()
135 basegfx::B3DPolygon aNewPolygon; in getLineCapSegments()
213 const basegfx::B3DPolygon aPartPolygon(aSphere.getB3DPolygon(a)); in getLineCapRoundSegments()
255 const basegfx::B3DPolygon aPartPolygon(aSphere.getB3DPolygon(a)); in getLineJoinSegments()
292 basegfx::B3DPolygon aNewPolygon, aMiterPolygon; in getLineJoinSegments()
684 const basegfx::B3DPolygon& rPolygon, in PolygonTubePrimitive3D()
/AOO41X/main/basegfx/source/raster/
H A Drasterconvert3d.cxx37 void RasterConverter3D::addArea(const B3DPolygon& rFill, const B3DHomMatrix* pViewToEye) in addArea()
161 …void RasterConverter3D::addEdge(const B3DPolygon& rFill, sal_uInt32 a, sal_uInt32 b, const B3DHomM… in addEdge()
220 …void RasterConverter3D::rasterconvertB3DEdge(const B3DPolygon& rLine, sal_uInt32 nA, sal_uInt32 nB… in rasterconvertB3DEdge()
242 B3DPolygon aPolygon; in rasterconvertB3DEdge()
332 …void RasterConverter3D::rasterconvertB3DPolygon(const B3DPolygon& rLine, sal_Int32 nStartLine, sal… in rasterconvertB3DPolygon()
/AOO41X/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx39 class B3DPolygon;
431 void addArea(const B3DPolygon& rFill, const B3DHomMatrix* pViewToEye);
433 … void addEdge(const B3DPolygon& rFill, sal_uInt32 a, sal_uInt32 b, const B3DHomMatrix* pViewToEye);
436 …void rasterconvertB3DEdge(const B3DPolygon& rLine, sal_uInt32 nA, sal_uInt32 nB, sal_Int32 nStartL…
445 …void rasterconvertB3DPolygon(const B3DPolygon& rLine, sal_Int32 nStartLine, sal_Int32 nStopLine, s…
/AOO41X/main/svx/source/engine3d/
H A Dpolygn3d.cxx136 const basegfx::B3DPolygon aPolygon(aPolyPoly3D.getB3DPolygon(a)); in CreateDefaultNormals()
139 basegfx::B3DPolygon aNormals; in CreateDefaultNormals()
174 const basegfx::B3DPolygon& aPolygon(aPolyPoly3D.getB3DPolygon(a)); in CreateDefaultTexture()
H A Dhelperminimaldepth3d.cxx96 const basegfx::B3DPolygon& rPolygon = rPrimitive.getB3DPolygon(); in processBasePrimitive3D()
120 const basegfx::B3DPolygon aPolygon(rPolyPolygon.getB3DPolygon(a)); in processBasePrimitive3D()
/AOO41X/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.hxx59 basegfx::B3DPolygon ApplySkewSettings( const basegfx::B3DPolygon& rPolygon3D ) const;
H A DEnhancedCustomShape3d.cxx237 basegfx::B3DPolygon EnhancedCustomShape3d::Transformation2D::ApplySkewSettings( const basegfx::B3DP… in ApplySkewSettings()
239 basegfx::B3DPolygon aRetval; in ApplySkewSettings()
793 basegfx::B3DPolygon aBoundVolume; in CalculateNewSnapRect()
/AOO41X/main/drawinglayer/inc/drawinglayer/processor3d/
H A Ddefaultprocessor3d.hxx40 class B3DPolygon;
125 …olygon(const attribute::MaterialAttribute3D& rMaterial, const basegfx::B3DPolygon& rHairline) cons…
/AOO41X/main/svx/source/sdr/contact/
H A Dviewcontactofe3dpolygon.cxx69 basegfx::B3DPolygon aCandidate3D(aPolyPolygon3D.getB3DPolygon(a)); in createViewIndependentPrimitive3DSequence()
70 basegfx::B3DPolygon aNormals3D; in createViewIndependentPrimitive3DSequence()

12