Searched refs:fBackScale (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/drawinglayer/source/primitive3d/ |
| H A D | sdrextrudelathetools3d.cxx | 359 double fBackScale, in createLatheSlices() argument 374 const bool bBackScale(!basegfx::fTools::equal(fBackScale, 1.0)); in createLatheSlices() 389 if(basegfx::fTools::equalZero(fBackScale)) in createLatheSlices() 391 fBackScale = 0.000001; in createLatheSlices() 395 aBack = impScalePolyPolygonOnCenter(aBack, fBackScale); in createLatheSlices() 452 double fBackScale, in createExtrudeSlices() argument 469 const bool bBackScale(!basegfx::fTools::equal(fBackScale, 1.0)); in createExtrudeSlices() 477 if(basegfx::fTools::equalZero(fBackScale)) in createExtrudeSlices() 479 fBackScale = 0.000001; in createExtrudeSlices() 483 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,
|