Searched refs:aDepthPropPair (Results 1 – 1 of 1) sorted by relevance
310 EnhancedCustomShapeParameterPair aDepthPropPair; in impl_execute() local311 aDepthPropPair.First.Value <<= fDepth; in impl_execute()312 aDepthPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()313 aDepthPropPair.Second.Value <<= fFraction; in impl_execute()314 aDepthPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()318 aPropValue.Value <<= aDepthPropPair; in impl_execute()977 EnhancedCustomShapeParameterPair aDepthPropPair; in getExtrusionDepthState() local978 if ( *pAny >>= aDepthPropPair ) in getExtrusionDepthState()979 aDepthPropPair.First.Value >>= fDepth; in getExtrusionDepthState()
Completed in 19 milliseconds