Searched refs:getMaxZ (Results 1 – 13 of 13) sorted by relevance
/trunk/main/basegfx/source/range/ |
H A D | b3drange.cxx | 46 maRangeZ.expand( rRange.getMaxZ() ); in B3DRange() 60 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMinY(), aSource.getMaxZ())); in transform() 61 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMinY(), aSource.getMaxZ())); in transform() 62 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMaxY(), aSource.getMaxZ())); in transform() 63 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMaxY(), aSource.getMaxZ())); in transform() 76 fround(rRange.getMaxZ())); in fround()
|
/trunk/main/svx/source/engine3d/ |
H A D | obj3d.cxx | 1088 …Volume.getMinX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBoundVolume.getMaxZ()); break; in AddToHdlList() 1090 …Volume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBoundVolume.getMaxZ()); break; in AddToHdlList() 1092 …Volume.getMaxX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBoundVolume.getMaxZ()); break; in AddToHdlList() 1094 …Volume.getMaxX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBoundVolume.getMaxZ()); break; in AddToHdlList()
|
H A D | view3d.cxx | 1404 InitScene(pScene, fW, fH, aVolume.getMaxZ() + ((fW + fH) / 4.0)); in SetCurrent3DObj() 1861 InitScene(pScene, fW, fH, aBoundVol.getMaxZ() + + ((fW + fH) / 4.0)); in MergeScenes()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b3dpolygonclipper.cxx | 185 …else if(B3DORIENTATION_Z == ePlaneOrthogonal && fTools::lessOrEqual(aCandidateRange.getMaxZ(), fPl… in clipPolygonOnOrthogonalPlane() 473 …onalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_Z, !bInside, rRange.getMaxZ(), bStroke); in clipPolygonOnRange() 477 …olyPolygonOnOrthogonalPlane(aRetval, tools::B3DORIENTATION_Z, !bInside, rRange.getMaxZ(), bStroke); in clipPolygonOnRange()
|
/trunk/main/basegfx/inc/basegfx/range/ |
H A D | b3ibox.hxx | 143 sal_Int32 getMaxZ() const in getMaxZ() function in basegfx::B3IBox
|
H A D | b3irange.hxx | 146 sal_Int32 getMaxZ() const in getMaxZ() function in basegfx::B3IRange
|
H A D | b3drange.hxx | 162 double getMaxZ() const in getMaxZ() function in basegfx::B3DRange
|
/trunk/main/svx/source/dialog/ |
H A D | dlgctl3d.cxx | 117 double fCamZ = rVolume.getMaxZ() + ((fW + fH) / 2.0); in Construct() 385 double fCamZ = rVolume.getMaxZ() + ((fW + fH) / 2.0); in Construct2()
|
/trunk/main/svx/source/sdr/contact/ |
H A D | viewcontactofe3dscene.cxx | 204 const double fMinZ(-aCameraRange.getMaxZ()); in createViewInformation3D()
|
/trunk/main/sd/source/ui/func/ |
H A D | fucon3d.cxx | 465 double fCamZ(aVolume.getMaxZ() + ((fW + fH) / 4.0)); in CreateDefaultObject()
|
/trunk/main/tools/source/generic/ |
H A D | b3dtrans.cxx | 458 SetBackClippingPlane(rVol.getMaxZ()); in SetDeviceVolume()
|
/trunk/main/basegfx/source/tools/ |
H A D | canvastools.cxx | 479 rRect.getMaxZ()); in rectangle3DFromB3DRectangle()
|
/trunk/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudelathetools3d.cxx | 623 aTexRangeBack.getMaxZ(), aTexRangeBack.getMaxY(), aTexRangeBack.getMaxX()); in extractPlanesFromSlice()
|
Completed in 89 milliseconds