Lines Matching refs:fDepth
114 double fDepth = 0, fFraction = 0; in GetExtrusionDepth() local
117 …if ( pAny && ( *pAny >>= aDepthParaPair ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepth… in GetExtrusionDepth()
119 rForwardDepth = fDepth * fFraction; in GetExtrusionDepth()
120 rBackwardDepth = fDepth - rForwardDepth; in GetExtrusionDepth()
245 double fDepth(-( aPoint.getZ() * fSkew ) / 100.0); in ApplySkewSettings() local
247 aPoint.getX() + (fDepth * cos( fSkewAngle )), in ApplySkewSettings()
248 aPoint.getY() - (fDepth * sin( fSkewAngle )), in ApplySkewSettings()
340 double fDepth = fExtrusionBackward + fExtrusionForward; in Create3DObject() local
341 if ( fDepth < 1.0 ) in Create3DObject()
342 fDepth = 1.0; in Create3DObject()
512 …undObject* p3DObj = new E3dExtrudeObj( a3DDefaultAttr, aPolyPoly, bUseTwoFillStyles ? 0 : fDepth ); in Create3DObject()
562 p3DObj = new E3dExtrudeObj( a3DDefaultAttr, aPolyPoly, fDepth ); in Create3DObject()
579 aFrontTransform.translate( 0.0, 0.0, fDepth ); in Create3DObject()