Home
last modified time | relevance | path

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

12

/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygontools.hxx39 class B3DPolygon;
53 BASEGFX_DLLPUBLIC void checkClosed(B3DPolygon& rCandidate);
76 BASEGFX_DLLPUBLIC double getArea(const B3DPolygon& rCandidate);
88 BASEGFX_DLLPUBLIC double getLength(const B3DPolygon& rCandidate);
105 const B3DPolygon& rCandidate,
115 …BASEGFX_DLLPUBLIC B3DPolygon applyDefaultNormalsSphere( const B3DPolygon& rCandidate, const B3DPoi…
119 BASEGFX_DLLPUBLIC B3DPolygon invertNormals( const B3DPolygon& rCandidate);
149 …BASEGFX_DLLPUBLIC bool isInside(const B3DPolygon& rCandidate, const B3DPolygon& rPolygon, bool bWi…
168 …BASEGFX_DLLPUBLIC bool equal(const B3DPolygon& rCandidateA, const B3DPolygon& rCandidateB, const d…
169 BASEGFX_DLLPUBLIC bool equal(const B3DPolygon& rCandidateA, const B3DPolygon& rCandidateB);
[all …]
H A Db3dpolygon.hxx37 class B3DPolygon;
50 class BASEGFX_DLLPUBLIC B3DPolygon class
60 B3DPolygon();
61 B3DPolygon(const B3DPolygon& rPolygon);
62 B3DPolygon(const B3DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount);
63 ~B3DPolygon();
66 B3DPolygon& operator=(const B3DPolygon& rPolygon);
72 bool operator==(const B3DPolygon& rPolygon) const;
73 bool operator!=(const B3DPolygon& rPolygon) const;
108 …void insert(sal_uInt32 nIndex, const B3DPolygon& rPoly, sal_uInt32 nIndex2 = 0, sal_uInt32 nCount …
[all …]
H A Db3dpolypolygon.hxx36 class B3DPolygon;
56 explicit B3DPolyPolygon(const B3DPolygon& rPolygon);
73 B3DPolygon getB3DPolygon(sal_uInt32 nIndex) const;
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);
H A Db3dpolygonclipper.hxx58 …BASEGFX_DLLPUBLIC B3DPolyPolygon clipPolygonOnOrthogonalPlane(const B3DPolygon& rCandidate, B3DOri…
66 …BASEGFX_DLLPUBLIC B3DPolyPolygon clipPolygonOnRange(const B3DPolygon& rCandidate, const B3DRange& …
70 …BASEGFX_DLLPUBLIC B3DPolyPolygon clipPolygonOnRange(const B3DPolygon& rCandidate, const B2DRange& …
78 …BASEGFX_DLLPUBLIC B3DPolyPolygon clipPolygonOnPlane(const B3DPolygon& rCandidate, const B3DPoint& …
H A Db2dpolygontools.hxx343 …BASEGFX_DLLPUBLIC B3DPolygon createB3DPolygonFromB2DPolygon(const B2DPolygon& rCandidate, double f…
347 …BASEGFX_DLLPUBLIC B2DPolygon createB2DPolygonFromB3DPolygon(const B3DPolygon& rCandidate, const B3…
/trunk/main/basegfx/source/polygon/
H A Db3dpolygon.cxx1537 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 =()
1570 bool B3DPolygon::operator==(const B3DPolygon& rPolygon) const in operator ==()
1578 bool B3DPolygon::operator!=(const B3DPolygon& rPolygon) const in operator !=()
1623 void B3DPolygon::clearBColors() in clearBColors()
1736 void B3DPolygon::append(const B3DPolygon& rPoly, sal_uInt32 nIndex, sal_uInt32 nCount) in append()
1766 void B3DPolygon::clear() in clear()
[all …]
H A Db3dpolygontools.cxx410 B3DPolygon aSnippet; in applyLineDashing()
551 B3DPolygon applyDefaultNormalsSphere( const B3DPolygon& rCandidate, const B3DPoint& rCenter) in applyDefaultNormalsSphere()
553 B3DPolygon aRetval(rCandidate); in applyDefaultNormalsSphere()
565 B3DPolygon invertNormals( const B3DPolygon& rCandidate) in invertNormals()
567 B3DPolygon aRetval(rCandidate); in invertNormals()
582 B3DPolygon aRetval(rCandidate); in applyDefaultTextureCoordinatesParallel()
632 B3DPolygon aRetval(rCandidate); in applyDefaultTextureCoordinatesSphere()
1018 bool isInside(const B3DPolygon& rCandidate, const B3DPolygon& rPolygon, bool bWithBorder) in isInside()
1189 bool equal(const B3DPolygon& rCandidateA, const B3DPolygon& rCandidateB) in equal()
1197 B3DPolygon snapPointsOfHorizontalOrVerticalEdges(const B3DPolygon& rCandidate) in snapPointsOfHorizontalOrVerticalEdges()
[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()
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()
266 void B3DPolyPolygon::setB3DPolygon(sal_uInt32 nIndex, const B3DPolygon& rPolygon) in setB3DPolygon()
[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 …]
/trunk/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,
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx123 const basegfx::B3DPolygon aSubA(rPolA.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()
540 basegfx::B3DPolygon aNew; in extractHorizontalLinesFromSlice()
904 const basegfx::B3DPolygon& rLoopA, in createReducedOutlines()
905 const basegfx::B3DPolygon& rLoopB, in createReducedOutlines()
974 basegfx::B3DPolygon aToBeAdded; 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()
/trunk/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()
/trunk/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx40 class B3DPolygon;
432 void addArea(const B3DPolygon& rFill, const B3DHomMatrix* pViewToEye);
434 … void addEdge(const B3DPolygon& rFill, sal_uInt32 a, sal_uInt32 b, const B3DHomMatrix* pViewToEye);
437 …void rasterconvertB3DEdge(const B3DPolygon& rLine, sal_uInt32 nA, sal_uInt32 nB, sal_Int32 nStartL…
446 …void rasterconvertB3DPolygon(const B3DPolygon& rLine, sal_Int32 nStartLine, sal_Int32 nStopLine, s…
/trunk/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()
/trunk/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()
/trunk/main/drawinglayer/inc/drawinglayer/processor3d/
H A Ddefaultprocessor3d.hxx40 class B3DPolygon;
125 …olygon(const attribute::MaterialAttribute3D& rMaterial, const basegfx::B3DPolygon& rHairline) cons…
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dpolygon.cxx69 basegfx::B3DPolygon aCandidate3D(aPolyPolygon3D.getB3DPolygon(a)); in createViewIndependentPrimitive3DSequence()
70 basegfx::B3DPolygon aNormals3D; in createViewIndependentPrimitive3DSequence()

Completed in 107 milliseconds

12