Searched refs:fBackScale (Results 1 – 8 of 8) sorted by relevance
/trunk/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudelathetools3d.cxx | 362 double fBackScale, in createLatheSlices() argument 377 const bool bBackScale(!basegfx::fTools::equal(fBackScale, 1.0)); in createLatheSlices() 392 if(basegfx::fTools::equalZero(fBackScale)) in createLatheSlices() 394 fBackScale = 0.000001; in createLatheSlices() 398 aBack = impScalePolyPolygonOnCenter(aBack, fBackScale); in createLatheSlices() 455 double fBackScale, in createExtrudeSlices() argument 472 const bool bBackScale(!basegfx::fTools::equal(fBackScale, 1.0)); in createExtrudeSlices() 480 if(basegfx::fTools::equalZero(fBackScale)) in createExtrudeSlices() 482 fBackScale = 0.000001; in createExtrudeSlices() 486 aFront = impScalePolyPolygonOnCenter(aFront, fBackScale); in createExtrudeSlices()
|
H A D | sdrlatheprimitive3d.cxx | 259 double fBackScale, in SdrLathePrimitive3D() argument 274 mfBackScale(fBackScale), in SdrLathePrimitive3D()
|
H A D | sdrextrudeprimitive3d.cxx | 403 double fBackScale, in SdrExtrudePrimitive3D() argument 416 mfBackScale(fBackScale), in SdrExtrudePrimitive3D()
|
/trunk/main/svx/source/sdr/contact/ |
H A D | viewcontactofe3dextrude.cxx | 71 const double fBackScale((double)GetE3dExtrudeObj().GetPercentBackScale() / 100.0); in createViewIndependentPrimitive3DSequence() local 83 aPolyPolygon, fDepth, fDiagonal, fBackScale, bSmoothNormals, true, bSmoothLids, in createViewIndependentPrimitive3DSequence()
|
H A D | viewcontactofe3dlathe.cxx | 84 const double fBackScale((double)GetE3dLatheObj().GetBackScale() / 100.0); in createViewIndependentPrimitive3DSequence() local 98 fDiagonal, fBackScale, fRotation, in createViewIndependentPrimitive3DSequence()
|
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/ |
H A D | sdrextrudelathetools3d.hxx | 91 double fBackScale, 102 double fBackScale,
|
H A D | sdrextrudeprimitive3d.hxx | 92 double fBackScale,
|
H A D | sdrlatheprimitive3d.hxx | 107 double fBackScale,
|
Completed in 31 milliseconds