Home
last modified time | relevance | path

Searched refs:getB3DPolygon (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygonprimitive3d.cxx59 return (getB3DPolygon() == rCompare.getB3DPolygon() in operator ==()
68 return basegfx::tools::getRange(getB3DPolygon()); in getB3DRange()
87 if(getB3DPolygon().count()) in create3DDecomposition()
93 aHairLinePolyPolygon = basegfx::B3DPolyPolygon(getB3DPolygon()); in create3DDecomposition()
98 …basegfx::tools::applyLineDashing(getB3DPolygon(), getStrokeAttribute().getDotDashArray(), &aHairLi… in create3DDecomposition()
116 aHairLinePolyPolygon.getB3DPolygon(a), in create3DDecomposition()
129 const basegfx::B3DPolygon aCandidate = aHairLinePolyPolygon.getB3DPolygon(a); in create3DDecomposition()
166 return (getB3DPolygon() == rCompare.getB3DPolygon() in operator ==()
H A Dsdrextrudelathetools3d.cxx123 const basegfx::B3DPolygon aSubA(rPolA.getB3DPolygon(a)); in impAddInBetweenFill()
124 const basegfx::B3DPolygon aSubB(rPolB.getB3DPolygon(a)); 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()
536 …const sal_uInt32 nSubPolygonPointCount(rSliceVector[0].getB3DPolyPolygon().getB3DPolygon(b).count(… in extractHorizontalLinesFromSlice()
683 aNormal = -aFront.getB3DPolygon(0L).getNormal(); in extractPlanesFromSlice()
879 aNormal = -aFront.getB3DPolygon(0L).getNormal(); in extractPlanesFromSlice()
[all …]
H A Dpolygontubeprimitive3d.cxx213 const basegfx::B3DPolygon aPartPolygon(aSphere.getB3DPolygon(a)); in getLineCapRoundSegments()
255 const basegfx::B3DPolygon aPartPolygon(aSphere.getB3DPolygon(a)); in getLineJoinSegments()
480 const sal_uInt32 nPointCount(getB3DPolygon().count()); in impCreate3DDecomposition()
489 const bool bClosed(getB3DPolygon().isClosed()); in impCreate3DDecomposition()
492 basegfx::B3DPoint aLast(getB3DPolygon().getB3DPoint(nPointCount - 1)); in impCreate3DDecomposition()
493 basegfx::B3DPoint aCurr(getB3DPolygon().getB3DPoint(0)); in impCreate3DDecomposition()
498 … const basegfx::B3DPoint aNext(getB3DPolygon().getB3DPoint((a + 1) % nPointCount)); in impCreate3DDecomposition()
667 … PolygonHairlinePrimitive3D* pNew = new PolygonHairlinePrimitive3D(getB3DPolygon(), getBColor()); in impCreate3DDecomposition()
H A Dsdrextrudeprimitive3d.cxx163 const basegfx::B3DPolygon aCandidate(aVerLine.getB3DPolygon(a)); in create3DDecomposition()
170 if(aCandidate == aReducedLoops.getB3DPolygon(b)) in create3DDecomposition()
191 const basegfx::B3DPolygon aCandA(aReducedLoops.getB3DPolygon(b - 1)); in create3DDecomposition()
192 const basegfx::B3DPolygon aCandB(aReducedLoops.getB3DPolygon(b)); in create3DDecomposition()
H A Dsdrlatheprimitive3d.cxx157 aHorLine.getB3DPolygon(a - 1), in create3DDecomposition()
158 aHorLine.getB3DPolygon(a), in create3DDecomposition()
165 basegfx::B3DPolygon aCandidate(aHorLine.getB3DPolygon(a)); in create3DDecomposition()
H A Dsdrcubeprimitive3d.cxx105 basegfx::B3DPolygon aTmpPoly(aFill.getB3DPolygon(a)); in create3DDecomposition()
142 a3DPolyPolygonVector.push_back(basegfx::B3DPolyPolygon(aFill.getB3DPolygon(a))); in create3DDecomposition()
H A Dhatchtextureprimitive3d.cxx100 … const basegfx::B3DPolygon aPartPoly(aFillPolyPolygon.getB3DPolygon(b)); in impCreate3DDecomposition()
248 …rimitive3DReference xRef(new PolygonHairlinePrimitive3D(a3DHatchLines.getB3DPolygon(d), aHatchColo… in impCreate3DDecomposition()
H A Dsdrsphereprimitive3d.cxx131 a3DPolyPolygonVector.push_back(basegfx::B3DPolyPolygon(aFill.getB3DPolygon(a))); in create3DDecomposition()
H A Dsdrdecompositiontools3d.cxx161 …const Primitive3DReference xRef(new PolygonStrokePrimitive3D(aScaledPolyPolygon.getB3DPolygon(a), … in create3DPolyPolygonLinePrimitives()
/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygon.cxx67 const ::basegfx::B3DPolygon& getB3DPolygon(sal_uInt32 nIndex) const in getB3DPolygon() function in ImplB3DPolyPolygon
101 maPolygons.insert(aIndex, rPolyPolygon.getB3DPolygon(a)); in insert()
259 B3DPolygon B3DPolyPolygon::getB3DPolygon(sal_uInt32 nIndex) const in getB3DPolygon() function in basegfx::B3DPolyPolygon
263 return mpPolyPolygon->getB3DPolygon(nIndex); in getB3DPolygon()
270 if(getB3DPolygon(nIndex) != rPolygon) in setB3DPolygon()
278 if((mpPolyPolygon->getB3DPolygon(a)).areBColorsUsed()) in areBColorsUsed()
303 if((mpPolyPolygon->getB3DPolygon(a)).areNormalsUsed()) in areNormalsUsed()
328 if((mpPolyPolygon->getB3DPolygon(a)).areTextureCoordinatesUsed()) in areTextureCoordinatesUsed()
392 if(!(mpPolyPolygon->getB3DPolygon(a)).isClosed()) in isClosed()
418 if((mpPolyPolygon->getB3DPolygon(a)).hasDoublePoints()) in hasDoublePoints()
H A Db3dpolypolygontools.cxx55 B3DPolygon aCandidate = rCandidate.getB3DPolygon(a); in getRange()
76 const B3DPolygon aCandidate(rCandidate.getB3DPolygon(a)); in applyLineDashing()
447 aRetval.append(applyDefaultNormalsSphere(rCandidate.getB3DPolygon(a), rCenter)); in applyDefaultNormalsSphere()
459 aRetval.append(invertNormals(rCandidate.getB3DPolygon(a))); in invertNormals()
471 …aRetval.append(applyDefaultTextureCoordinatesParallel(rCandidate.getB3DPolygon(a), rRange, bChange… in applyDefaultTextureCoordinatesParallel()
483 …aRetval.append(applyDefaultTextureCoordinatesSphere(rCandidate.getB3DPolygon(a), rCenter, bChangeX… in applyDefaultTextureCoordinatesSphere()
495 return isInside(rCandidate.getB3DPolygon(0), rPoint, bWithBorder); in isInside()
503 const B3DPolygon aPolygon(rCandidate.getB3DPolygon(a)); in isInside()
528 const B3DPolygon aCandidate(rCandidateA.getB3DPolygon(a)); in equal()
530 if(!equal(aCandidate, rCandidateB.getB3DPolygon(a), rfSmallValue)) in equal()
[all …]
H A Db3dpolygonclipper.cxx301 …aRetval.append(clipPolygonOnOrthogonalPlane(rCandidate.getB3DPolygon(a), ePlaneOrthogonal, bClipPo… in clipPolyPolygonOnOrthogonalPlane()
313 aRetval.append(clipPolygonOnRange(rCandidate.getB3DPolygon(a), rRange, bInside, bStroke)); in clipPolyPolygonOnRange()
366 …aRetval = clipPolygonOnOrthogonalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_Y, bInside… in clipPolygonOnRange()
378 …aRetval = clipPolygonOnOrthogonalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_X, !bInsid… in clipPolygonOnRange()
390 …aRetval = clipPolygonOnOrthogonalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_Y, !bInsid… in clipPolygonOnRange()
411 aRetval.append(clipPolygonOnRange(rCandidate.getB3DPolygon(a), rRange, bInside, bStroke)); in clipPolyPolygonOnRange()
461 …aRetval = clipPolygonOnOrthogonalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_Z, bInside… in clipPolygonOnRange()
473 …aRetval = clipPolygonOnOrthogonalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_Z, !bInsid… in clipPolygonOnRange()
H A Db3dpolygontools.cxx500 const B3DPolygon aFirst(pLineTarget->getB3DPolygon(0)); in applyLineDashing()
501 B3DPolygon aLast(pLineTarget->getB3DPolygon(nCount - 1)); in applyLineDashing()
522 const B3DPolygon aFirst(pGapTarget->getB3DPolygon(0)); in applyLineDashing()
523 B3DPolygon aLast(pGapTarget->getB3DPolygon(nCount - 1)); in applyLineDashing()
H A Db2dpolypolygontools.cxx359 B3DPolygon aCandidate(rCandidate.getB3DPolygon(a)); in createB2DPolyPolygonFromB3DPolyPolygon()
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx331 basegfx::B3DPolygon aHairline(rPrimitive.getB3DPolygon()); in impRenderPolygonHairlinePrimitive3D()
393 const basegfx::B3DVector aPlaneNormal(aFill.getB3DPolygon(0L).getNormal()); in impRenderPolyPolygonMaterialPrimitive3D()
410 const basegfx::B3DVector aPlaneNormal(aFill.getB3DPolygon(0L).getNormal()); in impRenderPolyPolygonMaterialPrimitive3D()
441 basegfx::B3DPolygon aPartFill(aFill.getB3DPolygon(a)); in impRenderPolyPolygonMaterialPrimitive3D()
460 …tor aPlaneEyeNormal(aNormalTransform * rPrimitive.getB3DPolyPolygon().getB3DPolygon(0L).getNormal(… in impRenderPolyPolygonMaterialPrimitive3D()
H A Dshadow3dextractor.cxx154 a2DHairline = impDoShadowProjection(rPrimitive.getB3DPolygon()); in processBasePrimitive3D()
159 …a2DHairline = basegfx::tools::createB2DPolygonFromB3DPolygon(rPrimitive.getB3DPolygon(), getViewIn… in processBasePrimitive3D()
304 aRetval.append(impDoShadowProjection(rSource.getB3DPolygon(a))); in impDoShadowProjection()
H A Dgeometry2dextractor.cxx97 …a2DHairline(basegfx::tools::createB2DPolygonFromB3DPolygon(rPrimitive.getB3DPolygon(), getViewInfo… in processBasePrimitive3D()
H A Dcutfindprocessor3d.cxx178 const basegfx::B3DPolygon aPolygon(rPolyPolygon.getB3DPolygon(0)); in processBasePrimitive3D()
H A Dzbufferprocessor3d.cxx806 rCandidate.getPolyPolygon().getB3DPolygon(0)); in finish()
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dpolygonprimitive3d.hxx64 const basegfx::B3DPolygon& getB3DPolygon() const { return maPolygon; } in getB3DPolygon() function in drawinglayer::primitive3d::PolygonHairlinePrimitive3D
120 basegfx::B3DPolygon getB3DPolygon() const { return maPolygon; } in getB3DPolygon() function in drawinglayer::primitive3d::PolygonStrokePrimitive3D
/trunk/main/svx/source/engine3d/
H A Dhelperminimaldepth3d.cxx96 const basegfx::B3DPolygon& rPolygon = rPrimitive.getB3DPolygon(); in processBasePrimitive3D()
120 const basegfx::B3DPolygon aPolygon(rPolyPolygon.getB3DPolygon(a)); in processBasePrimitive3D()
H A Dpolygn3d.cxx136 const basegfx::B3DPolygon aPolygon(aPolyPoly3D.getB3DPolygon(a)); in CreateDefaultNormals()
174 const basegfx::B3DPolygon& aPolygon(aPolyPoly3D.getB3DPolygon(a)); in CreateDefaultTexture()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dpolygon.cxx69 basegfx::B3DPolygon aCandidate3D(aPolyPolygon3D.getB3DPolygon(a)); in createViewIndependentPrimitive3DSequence()
75 aNormals3D = aPolyNormals3D.getB3DPolygon(a); in createViewIndependentPrimitive3DSequence()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolypolygon.hxx73 B3DPolygon getB3DPolygon(sal_uInt32 nIndex) const;
/trunk/main/basegfx/source/raster/
H A Drasterconvert3d.cxx53 addArea(rFill.getB3DPolygon(a), pViewToEye); in addArea()

Completed in 134 milliseconds

12