Home
last modified time | relevance | path

Searched refs:getMinZ (Results 1 – 14 of 14) sorted by relevance

/trunk/main/basegfx/source/range/
H A Db3drange.cxx42 maRangeZ = rRange.getMinZ(); in B3DRange()
56 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMinY(), aSource.getMinZ())); in transform()
57 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMinY(), aSource.getMinZ())); in transform()
58 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMaxY(), aSource.getMinZ())); in transform()
59 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMaxY(), aSource.getMinZ())); in transform()
73 fround(rRange.getMinZ()), in fround()
/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx230 aTrans.translate(rRange.getMinX(), rRange.getMinY(), rRange.getMinZ()); in createCubePolyPolygonFromB3DRange()
247 aTrans.translate(rRange.getMinX(), rRange.getMinY(), rRange.getMinZ()); in createCubeFillPolyPolygonFromB3DRange()
355 aTrans.translate(rRange.getMinX(), rRange.getMinY(), rRange.getMinZ()); in createSpherePolyPolygonFromB3DRange()
434 aTrans.translate(rRange.getMinX(), rRange.getMinY(), rRange.getMinZ()); in createSphereFillPolyPolygonFromB3DRange()
H A Db3dpolygonclipper.cxx176 …else if(B3DORIENTATION_Z == ePlaneOrthogonal && fTools::moreOrEqual(aCandidateRange.getMinZ(), fPl… in clipPolygonOnOrthogonalPlane()
461 …gonalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_Z, bInside, rRange.getMinZ(), bStroke); in clipPolygonOnRange()
465 …PolyPolygonOnOrthogonalPlane(aRetval, tools::B3DORIENTATION_Z, bInside, rRange.getMinZ(), bStroke); in clipPolygonOnRange()
/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx1087 …Volume.getMinX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBoundVolume.getMinZ()); break; in AddToHdlList()
1089 …Volume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBoundVolume.getMinZ()); break; in AddToHdlList()
1091 …Volume.getMaxX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBoundVolume.getMinZ()); break; in AddToHdlList()
1093 …Volume.getMaxX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBoundVolume.getMinZ()); break; in AddToHdlList()
H A Dpolygn3d.cxx219 aTex.setY((aCandidate.getZ() - aVolume.getMinZ()) / aVolume.getDepth()); in CreateDefaultTexture()
226 aTex.setY((aCandidate.getZ() - aVolume.getMinZ()) / aVolume.getDepth()); in CreateDefaultTexture()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dcube.cxx77 aWorldTransform.translate(aCubeRange.getMinX(), aCubeRange.getMinY(), aCubeRange.getMinZ()); in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofe3dscene.cxx205 const double fMaxZ(-aCameraRange.getMinZ()); in createViewInformation3D()
/trunk/main/basegfx/inc/basegfx/range/
H A Db3ibox.hxx128 sal_Int32 getMinZ() const in getMinZ() function in basegfx::B3IBox
H A Db3irange.hxx131 sal_Int32 getMinZ() const in getMinZ() function in basegfx::B3IRange
H A Db3drange.hxx147 double getMinZ() const in getMinZ() function in basegfx::B3DRange
/trunk/main/drawinglayer/source/processor3d/
H A Dshadow3dextractor.cxx252 maPlanePoint.setZ(aContained3DRange.getMinZ() - (aContained3DRange.getDepth() / 8.0)); in Shadow3DExtractingProcessor()
/trunk/main/tools/source/generic/
H A Db3dtrans.cxx457 SetFrontClippingPlane(rVol.getMinZ()); in SetDeviceVolume()
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx476 rRect.getMinZ(), in rectangle3DFromB3DRectangle()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx622 aTexRangeBack.getMinZ(), aTexRangeBack.getMinY(), aTexRangeBack.getMinX(), in extractPlanesFromSlice()

Completed in 65 milliseconds