Home
last modified time | relevance | path

Searched refs:B3DPolyPolygon (Results 1 – 25 of 52) sorted by relevance

123

/aoo4110/main/basegfx/source/polygon/
H A Db3dpolypolygon.cxx210 B3DPolyPolygon::B3DPolyPolygon() : in B3DPolyPolygon() function in basegfx::B3DPolyPolygon
215 B3DPolyPolygon::B3DPolyPolygon(const B3DPolyPolygon& rPolyPolygon) : in B3DPolyPolygon() function in basegfx::B3DPolyPolygon
220 B3DPolyPolygon::B3DPolyPolygon(const B3DPolygon& rPolygon) : in B3DPolyPolygon() function in basegfx::B3DPolyPolygon
225 B3DPolyPolygon::~B3DPolyPolygon() in ~B3DPolyPolygon()
229 B3DPolyPolygon& B3DPolyPolygon::operator=(const B3DPolyPolygon& rPolyPolygon) in operator =()
241 bool B3DPolyPolygon::operator==(const B3DPolyPolygon& rPolyPolygon) const in operator ==()
249 bool B3DPolyPolygon::operator!=(const B3DPolyPolygon& rPolyPolygon) const in operator !=()
357 void B3DPolyPolygon::insert(sal_uInt32 nIndex, const B3DPolyPolygon& rPolyPolygon) in insert()
365 void B3DPolyPolygon::append(const B3DPolyPolygon& rPolyPolygon) in append()
379 void B3DPolyPolygon::clear() in clear()
[all …]
H A Db3dpolypolygontools.cxx100 static B3DPolyPolygon aRetval; in createUnitCubePolyPolygon()
223 B3DPolyPolygon aRetval; in createCubePolyPolygonFromB3DRange()
240 B3DPolyPolygon aRetval; in createCubeFillPolyPolygonFromB3DRange()
268 B3DPolyPolygon aRetval; in createUnitSpherePolyPolygon()
368 B3DPolyPolygon aRetval; in createUnitSphereFillPolyPolygon()
443 B3DPolyPolygon aRetval; in applyDefaultNormalsSphere()
453 B3DPolyPolygon invertNormals( const B3DPolyPolygon& rCandidate) in invertNormals()
455 B3DPolyPolygon aRetval; in invertNormals()
467 B3DPolyPolygon aRetval; in applyDefaultTextureCoordinatesParallel()
479 B3DPolyPolygon aRetval; in applyDefaultTextureCoordinatesSphere()
[all …]
H A Db3dpolygonclipper.cxx134 B3DPolyPolygon aRetval; in clipPolygonOnOrthogonalPlane()
295B3DPolyPolygon clipPolyPolygonOnOrthogonalPlane(const B3DPolyPolygon& rCandidate, B3DOrientation e… in clipPolyPolygonOnOrthogonalPlane()
297 B3DPolyPolygon aRetval; in clipPolyPolygonOnOrthogonalPlane()
307B3DPolyPolygon clipPolyPolygonOnRange(const B3DPolyPolygon& rCandidate, const B2DRange& rRange, bo… in clipPolyPolygonOnRange()
309 B3DPolyPolygon aRetval; in clipPolyPolygonOnRange()
321 B3DPolyPolygon aRetval; in clipPolygonOnRange()
405B3DPolyPolygon clipPolyPolygonOnRange(const B3DPolyPolygon& rCandidate, const B3DRange& rRange, bo… in clipPolyPolygonOnRange()
407 B3DPolyPolygon aRetval; in clipPolyPolygonOnRange()
419 B3DPolyPolygon aRetval; in clipPolygonOnRange()
489 B3DPolyPolygon aRetval; in clipPolygonOnPlane()
[all …]
/aoo4110/main/basegfx/inc/basegfx/polygon/
H A Db3dpolypolygontools.hxx39 class B3DPolyPolygon;
54 const B3DPolyPolygon& rCandidate,
56 B3DPolyPolygon* pLineTarget,
57 B3DPolyPolygon* pGapTarget = 0,
62 B3DPolyPolygon createUnitCubePolyPolygon();
66 B3DPolyPolygon createUnitCubeFillPolyPolygon();
81 B3DPolyPolygon createUnitSpherePolyPolygon(
119B3DPolyPolygon applyDefaultNormalsSphere( const B3DPolyPolygon& rCandidate, const B3DPoint& rCente…
123 B3DPolyPolygon invertNormals( const B3DPolyPolygon& rCandidate);
145 …bool equal(const B3DPolyPolygon& rCandidateA, const B3DPolyPolygon& rCandidateB, const double& rfS…
[all …]
H A Db3dpolygonclipper.hxx54B3DPolyPolygon clipPolyPolygonOnOrthogonalPlane(const B3DPolyPolygon& rCandidate, B3DOrientation e…
57B3DPolyPolygon clipPolygonOnOrthogonalPlane(const B3DPolygon& rCandidate, B3DOrientation ePlaneOrt…
62B3DPolyPolygon clipPolyPolygonOnRange(const B3DPolyPolygon& rCandidate, const B3DRange& rRange, bo…
65B3DPolyPolygon clipPolygonOnRange(const B3DPolygon& rCandidate, const B3DRange& rRange, bool bInsi…
68B3DPolyPolygon clipPolyPolygonOnRange(const B3DPolyPolygon& rCandidate, const B2DRange& rRange, bo…
69B3DPolyPolygon clipPolygonOnRange(const B3DPolygon& rCandidate, const B2DRange& rRange, bool bInsi…
74B3DPolyPolygon clipPolyPolygonOnPlane(const B3DPolyPolygon& rCandidate, const B3DPoint& rPointOnPl…
77B3DPolyPolygon clipPolygonOnPlane(const B3DPolygon& rCandidate, const B3DPoint& rPointOnPlane, con…
H A Db3dpolypolygon.hxx44 class B3DPolyPolygon class
53 B3DPolyPolygon();
54 B3DPolyPolygon(const B3DPolyPolygon& rPolyPolygon);
55 explicit B3DPolyPolygon(const B3DPolygon& rPolygon);
56 ~B3DPolyPolygon();
59 B3DPolyPolygon& operator=(const B3DPolyPolygon& rPolyPolygon);
65 bool operator==(const B3DPolyPolygon& rPolyPolygon) const;
66 bool operator!=(const B3DPolyPolygon& rPolyPolygon) const;
94 void insert(sal_uInt32 nIndex, const B3DPolyPolygon& rPolyPolygon);
95 void append(const B3DPolyPolygon& rPolyPolygon);
/aoo4110/main/svx/inc/svx/
H A Dpolygn3d.hxx34 basegfx::B3DPolyPolygon aPolyPoly3D;
35 basegfx::B3DPolyPolygon aPolyNormals3D;
46 void SetPolyPolygon3D(const basegfx::B3DPolyPolygon& rNewPolyPoly3D);
47 void SetPolyNormals3D(const basegfx::B3DPolyPolygon& rNewPolyPoly3D);
54 const basegfx::B3DPolyPolygon& rPolyPoly3D,
58 const basegfx::B3DPolyPolygon& rPolyPoly3D,
59 const basegfx::B3DPolyPolygon& rPolyNormals3D,
63 const basegfx::B3DPolyPolygon& rPolyPoly3D,
64 const basegfx::B3DPolyPolygon& rPolyNormals3D,
71 const basegfx::B3DPolyPolygon& GetPolyPolygon3D() const { return aPolyPoly3D; } in GetPolyPolygon3D()
[all …]
H A Dobj3d.hxx52 namespace basegfx { class B3DPolyPolygon; }
187 basegfx::B3DPolyPolygon CreateWireframe() const;
241 basegfx::B2DPolyPolygon TransformToScreenCoor(const basegfx::B3DPolyPolygon& rCandidate);
/aoo4110/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx110 basegfx::B3DPolyPolygon& rTarget, in impAddInBetweenFill()
111 const basegfx::B3DPolyPolygon& rPolA, in impAddInBetweenFill()
112 const basegfx::B3DPolyPolygon& rPolB, in impAddInBetweenFill()
194 basegfx::B3DPolyPolygon& rCandidate, in impSetNormal()
211 basegfx::B3DPolyPolygon& rPolA, in impCreateInBetweenNormals()
212 basegfx::B3DPolyPolygon& rPolB, in impCreateInBetweenNormals()
294 basegfx::B3DPolyPolygon& rPolA, in impMixNormals()
295 const basegfx::B3DPolyPolygon& rPolB, in impMixNormals()
527 basegfx::B3DPolyPolygon aRetval; in extractHorizontalLinesFromSlice()
569 basegfx::B3DPolyPolygon aRetval; in extractVerticalLinesFromSlice()
[all …]
H A Dsdrdecompositiontools3d.cxx56 basegfx::B3DRange getRangeFrom3DGeometry(::std::vector< basegfx::B3DPolyPolygon >& rFill) in getRangeFrom3DGeometry()
68 …void applyNormalsKindSphereTo3DGeometry(::std::vector< basegfx::B3DPolyPolygon >& rFill, const bas… in applyNormalsKindSphereTo3DGeometry()
79 void applyNormalsKindFlatTo3DGeometry(::std::vector< basegfx::B3DPolyPolygon >& rFill) in applyNormalsKindFlatTo3DGeometry()
87 void applyNormalsInvertTo3DGeometry(::std::vector< basegfx::B3DPolyPolygon >& rFill) in applyNormalsInvertTo3DGeometry()
99 ::std::vector< basegfx::B3DPolyPolygon >& rFill, in applyTextureTo3DGeometry()
144 const basegfx::B3DPolyPolygon& rUnitPolyPolygon, in create3DPolyPolygonLinePrimitives()
149 basegfx::B3DPolyPolygon aScaledPolyPolygon(rUnitPolyPolygon); in create3DPolyPolygonLinePrimitives()
176 const ::std::vector< basegfx::B3DPolyPolygon >& r3DPolyPolygonVector, in create3DPolyPolygonFillPrimitives()
193 basegfx::B3DPolyPolygon aScaledPolyPolygon(r3DPolyPolygonVector[a]); in create3DPolyPolygonFillPrimitives()
309 const ::std::vector< basegfx::B3DPolyPolygon >& r3DPolyPolygonVector, in createHiddenGeometryPrimitives3D()
H A Dpolygontubeprimitive3d.cxx93 const basegfx::B3DPolyPolygon aNewPolyPolygon(aNewPolygon); in getLineTubeSegments()
148 const basegfx::B3DPolyPolygon aNewPolyPolygon(aNewPolygon); in getLineCapSegments()
189 basegfx::B3DPolyPolygon aSphere( in getLineCapRoundSegments()
214 const basegfx::B3DPolyPolygon aPartPolyPolygon(aPartPolygon); in getLineCapRoundSegments()
251 …const basegfx::B3DPolyPolygon aSphere(basegfx::tools::createUnitSphereFillPolyPolygon(nHorSeg, nVe… in getLineJoinSegments()
256 const basegfx::B3DPolyPolygon aPartPolyPolygon(aPartPolygon); in getLineJoinSegments()
405 const basegfx::B3DPolyPolygon aNewPolyPolygon(aNewPolygon); in getLineJoinSegments()
419 const basegfx::B3DPolyPolygon aMiterPolyPolygon(aMiterPolygon); in getLineJoinSegments()
H A Dsdrextrudeprimitive3d.cxx89 ::std::vector< basegfx::B3DPolyPolygon > aFill; in create3DDecomposition()
153 const basegfx::B3DPolyPolygon aVerLine(extractVerticalLinesFromSlice(rSliceVector)); in create3DDecomposition()
155 basegfx::B3DPolyPolygon aReducedLoops; in create3DDecomposition()
156 basegfx::B3DPolyPolygon aNewLineGeometry; in create3DDecomposition()
341 const basegfx::B3DPolyPolygon aHorLine(extractHorizontalLinesFromSlice(rSliceVector, false)); in create3DDecomposition()
342 const basegfx::B3DPolyPolygon aVerLine(extractVerticalLinesFromSlice(rSliceVector)); in create3DDecomposition()
H A Dsdrlatheprimitive3d.cxx83 ::std::vector< basegfx::B3DPolyPolygon > aFill; in create3DDecomposition()
147 …const basegfx::B3DPolyPolygon aHorLine(extractHorizontalLinesFromSlice(rSliceVector, bClosedRotati… in create3DDecomposition()
149 basegfx::B3DPolyPolygon aNewLineGeometry; in create3DDecomposition()
184 …const basegfx::B3DPolyPolygon aHorLine(extractHorizontalLinesFromSlice(rSliceVector, bClosedRotati… in create3DDecomposition()
185 const basegfx::B3DPolyPolygon aVerLine(extractVerticalLinesFromSlice(rSliceVector)); in create3DDecomposition()
H A Dsdrsphereprimitive3d.cxx56 … basegfx::B3DPolyPolygon aFill(basegfx::tools::createSphereFillPolyPolygonFromB3DRange(aUnitRange, in create3DDecomposition()
127 ::std::vector< basegfx::B3DPolyPolygon > a3DPolyPolygonVector; in create3DDecomposition()
131 a3DPolyPolygonVector.push_back(basegfx::B3DPolyPolygon(aFill.getB3DPolygon(a))); in create3DDecomposition()
158 …basegfx::B3DPolyPolygon aSphere(basegfx::tools::createSpherePolyPolygonFromB3DRange(aUnitRange, ge… in create3DDecomposition()
H A Dsdrcubeprimitive3d.cxx52 basegfx::B3DPolyPolygon aFill(basegfx::tools::createCubeFillPolyPolygonFromB3DRange(aUnitRange)); in create3DDecomposition()
138 ::std::vector< basegfx::B3DPolyPolygon > a3DPolyPolygonVector; in create3DDecomposition()
142 a3DPolyPolygonVector.push_back(basegfx::B3DPolyPolygon(aFill.getB3DPolygon(a))); in create3DDecomposition()
169 basegfx::B3DPolyPolygon aLine(basegfx::tools::createCubePolyPolygonFromB3DRange(aUnitRange)); in create3DDecomposition()
H A Dsdrpolypolygonprimitive3d.cxx51 ::std::vector< basegfx::B3DPolyPolygon > aFill; in create3DDecomposition()
110 basegfx::B3DPolyPolygon aLine(getPolyPolygon3D()); in create3DDecomposition()
132 const basegfx::B3DPolyPolygon& rPolyPolygon3D, in SdrPolyPolygonPrimitive3D()
/aoo4110/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dsdrdecompositiontools3d.hxx37 class B3DPolyPolygon;
57 basegfx::B3DRange getRangeFrom3DGeometry(::std::vector< basegfx::B3DPolyPolygon >& rFill);
58 …void applyNormalsKindSphereTo3DGeometry(::std::vector< basegfx::B3DPolyPolygon >& rFill, const bas…
59 void applyNormalsKindFlatTo3DGeometry(::std::vector< basegfx::B3DPolyPolygon >& rFill);
60 void applyNormalsInvertTo3DGeometry(::std::vector< basegfx::B3DPolyPolygon >& rFill);
66 ::std::vector< basegfx::B3DPolyPolygon >& rFill,
71 const basegfx::B3DPolyPolygon& rUnitPolyPolygon,
76 const ::std::vector< basegfx::B3DPolyPolygon >& r3DPolyPolygonVector,
89 const ::std::vector< basegfx::B3DPolyPolygon >& r3DPolyPolygonVector,
H A Dsdrextrudelathetools3d.hxx57 basegfx::B3DPolyPolygon maPolyPolygon;
72 const basegfx::B3DPolyPolygon& rPolyPolygon, in Slice3D()
80 const basegfx::B3DPolyPolygon& getB3DPolyPolygon() const { return maPolyPolygon; } in getB3DPolyPolygon()
110 …basegfx::B3DPolyPolygon extractHorizontalLinesFromSlice(const Slice3DVector& rSliceVector, bool bC…
111 basegfx::B3DPolyPolygon extractVerticalLinesFromSlice(const Slice3DVector& rSliceVector);
114 ::std::vector< basegfx::B3DPolyPolygon >& rFill,
131 basegfx::B3DPolyPolygon& rTarget);
H A Dpolypolygonprimitive3d.hxx50 basegfx::B3DPolyPolygon maPolyPolygon;
61 const basegfx::B3DPolyPolygon& rPolyPolygon,
66 const basegfx::B3DPolyPolygon& getB3DPolyPolygon() const { return maPolyPolygon; } in getB3DPolyPolygon()
H A Dsdrpolypolygonprimitive3d.hxx50 basegfx::B3DPolyPolygon maPolyPolygon3D;
59 const basegfx::B3DPolyPolygon& rPolyPolygon3D,
66 const basegfx::B3DPolyPolygon& getPolyPolygon3D() const { return maPolyPolygon3D; } in getPolyPolygon3D()
/aoo4110/main/svx/source/engine3d/
H A Dpolygn3d.cxx52 const basegfx::B3DPolyPolygon& rPolyPoly3D, in E3dPolygonObj()
75 const basegfx::B3DPolyPolygon& rPolyPoly3D, in E3dPolygonObj()
76 const basegfx::B3DPolyPolygon& rPolyNormals3D, in E3dPolygonObj()
97 const basegfx::B3DPolyPolygon& rPolyPoly3D, in E3dPolygonObj()
98 const basegfx::B3DPolyPolygon& rPolyNormals3D, in E3dPolygonObj()
130 basegfx::B3DPolyPolygon aPolyNormals; in CreateDefaultNormals()
275 void E3dPolygonObj::SetPolyPolygon3D(const basegfx::B3DPolyPolygon& rNewPolyPoly3D) in SetPolyPolygon3D()
287 void E3dPolygonObj::SetPolyNormals3D(const basegfx::B3DPolyPolygon& rNewPolyNormals3D) in SetPolyNormals3D()
/aoo4110/main/svx/source/unodraw/
H A Dunoshap3.cxx759 basegfx::B3DPolyPolygon& rResultPolygon, in PolyPolygonShape3D_to_B3dPolyPolygon()
804 static void B3dPolyPolygon_to_PolyPolygonShape3D( const basegfx::B3DPolyPolygon& rSourcePolyPolygon… in B3dPolyPolygon_to_PolyPolygonShape3D()
861 basegfx::B3DPolyPolygon aNewB3DPolyPolygon; in setPropertyValueImpl()
928 …const basegfx::B3DPolyPolygon aB3DPolyPolygon(basegfx::tools::createB3DPolyPolygonFromB2DPolyPolyg… in getPropertyValueImpl()
981 basegfx::B3DPolyPolygon aNewB3DPolyPolygon; in setPropertyValueImpl()
1039 …const basegfx::B3DPolyPolygon aB3DPolyPolygon(basegfx::tools::createB3DPolyPolygonFromB2DPolyPolyg… in getPropertyValueImpl()
1092 basegfx::B3DPolyPolygon aNewB3DPolyPolygon; in setPropertyValueImpl()
1106 basegfx::B3DPolyPolygon aNewB3DPolyPolygon; in setPropertyValueImpl()
1120 basegfx::B3DPolyPolygon aNewB3DPolyPolygon; in setPropertyValueImpl()
1177 …const basegfx::B3DPolyPolygon aB3DPolyPolygon(basegfx::tools::createB3DPolyPolygonFromB2DPolyPolyg… in getPropertyValueImpl()
/aoo4110/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx485 basegfx::B3DPolyPolygon maPolyPolygon;
499 const basegfx::B3DPolyPolygon& rPolyPolygon, in RasterPrimitive3D()
539 const basegfx::B3DPolyPolygon& getPolyPolygon() const { return maPolyPolygon; } in getPolyPolygon()
569 basegfx::B3DPolyPolygon(rHairline), in rasterconvertB3DPolygon()
628 …olygon(const attribute::MaterialAttribute3D& rMaterial, const basegfx::B3DPolyPolygon& rFill) const in rasterconvertB3DPolyPolygon()
/aoo4110/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx40 class B3DPolyPolygon;
432 void addArea(const B3DPolyPolygon& rFill, const B3DHomMatrix* pViewToEye);
444 …void rasterconvertB3DPolyPolygon(const B3DPolyPolygon& rFill, const B3DHomMatrix* pViewToEye, sal_…
/aoo4110/main/drawinglayer/inc/drawinglayer/processor3d/
H A Ddefaultprocessor3d.hxx41 class B3DPolyPolygon;
126 …ygon(const attribute::MaterialAttribute3D& rMaterial, const basegfx::B3DPolyPolygon& rFill) const …

Completed in 129 milliseconds

123