/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b3dpolygontools.hxx | 39 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 D | b3dpolygon.hxx | 37 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 D | b3dpolypolygon.hxx | 36 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 D | b3dpolygonclipper.hxx | 58 …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 D | b2dpolygontools.hxx | 343 …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 D | b3dpolygon.cxx | 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 =() 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 D | b3dpolygontools.cxx | 410 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 D | b3dpolypolygon.cxx | 40 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 D | b3dpolygonclipper.cxx | 76 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 D | b3dpolypolygontools.cxx | 55 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 D | polygonprimitive3d.hxx | 52 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 D | sdrextrudelathetools3d.hxx | 129 const basegfx::B3DPolygon& rLoopA, 130 const basegfx::B3DPolygon& rLoopB,
|
H A D | sdrlatheprimitive3d.hxx | 84 const basegfx::B3DPolygon& rLoopA, 85 const basegfx::B3DPolygon& rLoopB,
|
/trunk/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudelathetools3d.cxx | 123 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 D | sdrextrudeprimitive3d.cxx | 163 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 D | polygonprimitive3d.cxx | 45 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 D | polygontubeprimitive3d.cxx | 77 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 D | rasterconvert3d.cxx | 37 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 D | rasterconvert3d.hxx | 40 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 D | polygn3d.cxx | 136 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 D | helperminimaldepth3d.cxx | 96 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 D | EnhancedCustomShape3d.hxx | 59 basegfx::B3DPolygon ApplySkewSettings( const basegfx::B3DPolygon& rPolygon3D ) const;
|
H A D | EnhancedCustomShape3d.cxx | 237 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 D | defaultprocessor3d.hxx | 40 class B3DPolygon; 125 …olygon(const attribute::MaterialAttribute3D& rMaterial, const basegfx::B3DPolygon& rHairline) cons…
|
/trunk/main/svx/source/sdr/contact/ |
H A D | viewcontactofe3dpolygon.cxx | 69 basegfx::B3DPolygon aCandidate3D(aPolyPolygon3D.getB3DPolygon(a)); in createViewIndependentPrimitive3DSequence() 70 basegfx::B3DPolygon aNormals3D; in createViewIndependentPrimitive3DSequence()
|