Searched refs:aDepthPropPair (Results 1 – 1 of 1) sorted by relevance
316 EnhancedCustomShapeParameterPair aDepthPropPair; in impl_execute() local317 aDepthPropPair.First.Value <<= fDepth; in impl_execute()318 aDepthPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()319 aDepthPropPair.Second.Value <<= fFraction; in impl_execute()320 aDepthPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()324 aPropValue.Value <<= aDepthPropPair; in impl_execute()983 EnhancedCustomShapeParameterPair aDepthPropPair; in getExtrusionDepthState() local984 if ( *pAny >>= aDepthPropPair ) in getExtrusionDepthState()985 aDepthPropPair.First.Value >>= fDepth; in getExtrusionDepthState()
Completed in 22 milliseconds