Home
last modified time | relevance | path

Searched refs:fDepth (Results 26 – 27 of 27) sorted by relevance

12

/aoo42x/main/filter/source/msfilter/
H A Descherex.cxx2830 double fDepth = 0; in CreateCustomShapeProperties() local
2833 …if ( ( rrProp.Value >>= aDepthParaPair ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepthP… in CreateCustomShapeProperties()
2835 double fForeDepth = fDepth * fFraction; in CreateCustomShapeProperties()
2836 double fBackDepth = fDepth - fForeDepth; in CreateCustomShapeProperties()
H A Dmsdffimp.cxx1713 double fDepth = fBackDepth + fForeDepth; in ApplyCustomShapeGeometryAttributes() local
1714 double fFraction = fDepth != 0.0 ? fForeDepth / fDepth : 0; in ApplyCustomShapeGeometryAttributes()
1716 aDepthParaPair.First.Value <<= fDepth; in ApplyCustomShapeGeometryAttributes()

Completed in 74 milliseconds

12