Home
last modified time | relevance | path

Searched refs:fBackScale (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx362 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 Dsdrlatheprimitive3d.cxx259 double fBackScale, in SdrLathePrimitive3D() argument
274 mfBackScale(fBackScale), in SdrLathePrimitive3D()
H A Dsdrextrudeprimitive3d.cxx403 double fBackScale, in SdrExtrudePrimitive3D() argument
416 mfBackScale(fBackScale), in SdrExtrudePrimitive3D()
/aoo42x/main/svx/source/sdr/contact/
H A Dviewcontactofe3dextrude.cxx71 const double fBackScale((double)GetE3dExtrudeObj().GetPercentBackScale() / 100.0); in createViewIndependentPrimitive3DSequence() local
83 aPolyPolygon, fDepth, fDiagonal, fBackScale, bSmoothNormals, true, bSmoothLids, in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofe3dlathe.cxx84 const double fBackScale((double)GetE3dLatheObj().GetBackScale() / 100.0); in createViewIndependentPrimitive3DSequence() local
98 fDiagonal, fBackScale, fRotation, in createViewIndependentPrimitive3DSequence()
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dsdrextrudelathetools3d.hxx91 double fBackScale,
102 double fBackScale,
H A Dsdrextrudeprimitive3d.hxx92 double fBackScale,
H A Dsdrlatheprimitive3d.hxx107 double fBackScale,

Completed in 36 milliseconds