/trunk/main/drawinglayer/source/primitive3d/ |
H A D | polygonprimitive3d.cxx | 59 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 D | sdrextrudelathetools3d.cxx | 123 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 D | polygontubeprimitive3d.cxx | 213 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 D | sdrextrudeprimitive3d.cxx | 163 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 D | sdrlatheprimitive3d.cxx | 157 aHorLine.getB3DPolygon(a - 1), in create3DDecomposition() 158 aHorLine.getB3DPolygon(a), in create3DDecomposition() 165 basegfx::B3DPolygon aCandidate(aHorLine.getB3DPolygon(a)); in create3DDecomposition()
|
H A D | sdrcubeprimitive3d.cxx | 105 basegfx::B3DPolygon aTmpPoly(aFill.getB3DPolygon(a)); in create3DDecomposition() 142 a3DPolyPolygonVector.push_back(basegfx::B3DPolyPolygon(aFill.getB3DPolygon(a))); in create3DDecomposition()
|
H A D | hatchtextureprimitive3d.cxx | 100 … const basegfx::B3DPolygon aPartPoly(aFillPolyPolygon.getB3DPolygon(b)); in impCreate3DDecomposition() 248 …rimitive3DReference xRef(new PolygonHairlinePrimitive3D(a3DHatchLines.getB3DPolygon(d), aHatchColo… in impCreate3DDecomposition()
|
H A D | sdrsphereprimitive3d.cxx | 131 a3DPolyPolygonVector.push_back(basegfx::B3DPolyPolygon(aFill.getB3DPolygon(a))); in create3DDecomposition()
|
H A D | sdrdecompositiontools3d.cxx | 161 …const Primitive3DReference xRef(new PolygonStrokePrimitive3D(aScaledPolyPolygon.getB3DPolygon(a), … in create3DPolyPolygonLinePrimitives()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b3dpolypolygon.cxx | 67 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 D | b3dpolypolygontools.cxx | 55 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 D | b3dpolygonclipper.cxx | 301 …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 D | b3dpolygontools.cxx | 500 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 D | b2dpolypolygontools.cxx | 359 B3DPolygon aCandidate(rCandidate.getB3DPolygon(a)); in createB2DPolyPolygonFromB3DPolyPolygon()
|
/trunk/main/drawinglayer/source/processor3d/ |
H A D | defaultprocessor3d.cxx | 331 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 D | shadow3dextractor.cxx | 154 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 D | geometry2dextractor.cxx | 97 …a2DHairline(basegfx::tools::createB2DPolygonFromB3DPolygon(rPrimitive.getB3DPolygon(), getViewInfo… in processBasePrimitive3D()
|
H A D | cutfindprocessor3d.cxx | 178 const basegfx::B3DPolygon aPolygon(rPolyPolygon.getB3DPolygon(0)); in processBasePrimitive3D()
|
H A D | zbufferprocessor3d.cxx | 806 rCandidate.getPolyPolygon().getB3DPolygon(0)); in finish()
|
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/ |
H A D | polygonprimitive3d.hxx | 64 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 D | helperminimaldepth3d.cxx | 96 const basegfx::B3DPolygon& rPolygon = rPrimitive.getB3DPolygon(); in processBasePrimitive3D() 120 const basegfx::B3DPolygon aPolygon(rPolyPolygon.getB3DPolygon(a)); in processBasePrimitive3D()
|
H A D | polygn3d.cxx | 136 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 D | viewcontactofe3dpolygon.cxx | 69 basegfx::B3DPolygon aCandidate3D(aPolyPolygon3D.getB3DPolygon(a)); in createViewIndependentPrimitive3DSequence() 75 aNormals3D = aPolyNormals3D.getB3DPolygon(a); in createViewIndependentPrimitive3DSequence()
|
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b3dpolypolygon.hxx | 73 B3DPolygon getB3DPolygon(sal_uInt32 nIndex) const;
|
/trunk/main/basegfx/source/raster/ |
H A D | rasterconvert3d.cxx | 53 addArea(rFill.getB3DPolygon(a), pViewToEye); in addArea()
|